Skip to content

Instantly share code, notes, and snippets.

@zakandrewking
Last active August 29, 2015 14:06
Show Gist options
  • Save zakandrewking/e4468b4ddc2288bbfe5d to your computer and use it in GitHub Desktop.
Save zakandrewking/e4468b4ddc2288bbfe5d to your computer and use it in GitHub Desktop.
etags for javascript and python, with some ignores
#!/bin/bash
# Put this in .git/hooks/post-checkout, and chmod +x
/Users/zaking/.emacs.d/etags.sh -js -py -!/bin/ -!/lib/ -!escher.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment