LoginSignup
1
1

More than 5 years have passed since last update.

emacs ctags の設定

Posted at

emacs で rails のコードを触っていて定義への移動を実現する方法が知りたくなったのでその時のめも。

tag の作成

tagsの機能を使う
apt-get install ctags

ctags-exuberant -a -e -f TAGS --tag-relative -R *

emacs の設定

毎回 TAGS の位置を聞かれるのが面倒なので

; tags

(setq rinari-tags-file-name "TAGS")

M-. で定義へ飛べる。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1