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.
Interactions
π 2 likes
π 1 repost
Bookmark: srijan.ch/notes/2025-06-...