Exuberant Ctags in FreeBSD
August 14 201859 words, ~1 min. read
freebsd, emacs, ctags, projectile
I am very much used to exuberant ctags and projectile in my Emacs operating environment. Since FreeBSD already has ctags executable, I did the following to customize my Emacs,
- Install exuberant ctags
pkg install ctags - In Emacs, customize variable by
M-x customize-variable - Enter
projectile-tags-command - Change from
ctags -Re -f "%s" %sto/usr/local/bin/exctags -Re -f "%s" %s" - Set/save customization