Thursday, July 7, 2011

Emacs - make buffer names unique - eindeutige Buffernamen

  • add the line 
(require 'uniquify)

to your emacs configuration file ( .emacs in your home directory )

  • restart emacs
  • type: M-x customize-option
  • then choose the variable: uniquify-buffer-name-style
  • set it to one of these: forward or reverse or post-forward or post-forward-angle-brackets (just hit Enter)
  • set for the current session and save for future sessions then exit

No comments :

Post a Comment