Skip to content

Instantly share code, notes, and snippets.

@bjonord
Last active December 25, 2015 15:09
Show Gist options
  • Select an option

  • Save bjonord/6996544 to your computer and use it in GitHub Desktop.

Select an option

Save bjonord/6996544 to your computer and use it in GitHub Desktop.
exuberant-ctags emacs
#!/usr/bin/env zsh
# Make sure you have exuberant-ctags installed.
sudo apt-get install exuberant-ctags
# Generate ctags for the project you are in. For use in Emacs
ctags -e -R --exclude=.git --exclude=log --languages=Ruby .
# Now you should be able to access the tags via M-. inside emacs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment