LoginSignup
6
6

More than 5 years have passed since last update.

ファイル名がかぶった場合にバッファ名をわかりやすくする

Posted at

uniquifyはEmacsに同梱されているようなので特にインストールは不要でした。

設定ファイルに下記を追加してEmacsを再起動します。

.emacs.d/init.el
(require 'uniquify)
(setq uniquify-buffer-name-style 'post-forward-angle-brackets)`

これで同じファイル名だとディレクトリ名も表示してくれます。

これは便利すぎる。いままで知らなかったのが悔やまれる。

6
6
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
6
6