Remove uniquify
This commit is contained in:
7
init.el
7
init.el
@@ -37,13 +37,6 @@
|
|||||||
:hook
|
:hook
|
||||||
(emacs-startup . gcmh-mode))
|
(emacs-startup . gcmh-mode))
|
||||||
|
|
||||||
;;; Uniquify - Unique buffer name
|
|
||||||
(progn
|
|
||||||
(setq uniquify-buffer-name-style 'reverse)
|
|
||||||
(setq uniquify-separator "•")
|
|
||||||
(setq uniquify-after-kill-buffer-p t) ; rename after killing uniquified
|
|
||||||
(setq uniquify-ignore-buffers-re "^\\*"))
|
|
||||||
|
|
||||||
;;; Files
|
;;; Files
|
||||||
;; Do not auto-disable auto-save after deleting large chunks of text. The
|
;; Do not auto-disable auto-save after deleting large chunks of text. The
|
||||||
;; purpose of auto-save is to provide a failsafe, and disabling it
|
;; purpose of auto-save is to provide a failsafe, and disabling it
|
||||||
|
|||||||
Reference in New Issue
Block a user