Homepage: http://code.101000lab.org
Author: Kenichirou Oyama
Updated:
Exuberant ctags anything.el interface
This package use `anything' as a interface to find tag with Exuberant ctags. Follow command is `anything' interface of find ctags. `anything-exuberant-ctags-select' `anything-exuberant-ctags-select-from-here' If you want to use tag file in cache directory instead current directory, example you have a tag file in directory "~/MyEmacs/", and you want always search tag in this directory. You can setup like below: (setq anything-exuberant-ctags-enable-tag-file-dir-cache t) (setq anything-exuberant-ctags-cache-tag-file-dir "~/MyEmacs/")