Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (defun generate-and-load-tags (top-tag-directory)
- (let ((tag-file (concat top-tag-directory "/TAGS")))
- (delete-file-or-ignore tag-file)
- (shell-command (concat "ctags " "-f " tag-file " -R -e " top-tag-directory))
- (visit-tags-table tag-file)))
Add Comment
Please, Sign In to add comment