Srijan Choudhary's Articles and Notes Feed for tag: erlang

Also available as an RSS feed here.
Srijan Choudhary Srijan Choudhary

Quick note for me to generate #Emacs TAGS file for an #Erlang project:

find {src,apps,_build/default,$(dirname $(which erl))/../lib} -name "*.[he]rl" | xargs realpath --relative-to="$(pwd)" | etags.emacs -o TAGS -

The relative path ensures that this works over tramp as well.