Skip to content

Instantly share code, notes, and snippets.

@matthew-ball
Created May 10, 2012 08:28
Show Gist options
  • Save matthew-ball/2651882 to your computer and use it in GitHub Desktop.
Save matthew-ball/2651882 to your computer and use it in GitHub Desktop.
;;; COMMENT: uniquify (unique buffer names)
(require 'uniquify)
(setq uniquify-buffer-name-style 'reverse
uniquify-separator "/"
uniquify-after-kill-buffer-p t ;; NOTE: rename after killing uniquified
uniquify-ignore-buffers-re "^\\*") ;; NOTE: don't muck with special buffers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment