Skip to content

Instantly share code, notes, and snippets.

@peccu
Created April 14, 2010 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peccu/365492 to your computer and use it in GitHub Desktop.
Save peccu/365492 to your computer and use it in GitHub Desktop.
(require 'uniquify)
;; バッファ名
;; 設定
;; name.el name.el<2>:二つ目から番号がつく
;; (setq uniquify-buffer-name-style nil)
;; name.el<first> name.el<second>:英語で
;; (setq uniquify-buffer-name-style 'post-forward-angle-brackets)
;; first/name.el second/name.el:ディレクトリから
(setq uniquify-buffer-name-style 'forward)
;; depth of dir:表示するディレクトリの数
(setq uniquify-min-dir-content 1)
;; 今,anything-gtags.elでジャンプできない.ファイル名じゃなくてバッファ名でジャンプしてるみたいなので,バッファ名を帰るとジャンプに失敗する
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment