Note #2025-06-11-001

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.

Interactions

πŸ‘ 2 likes

πŸ” 1 repost