about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-editor.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-08-23 17:01:31 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-08-23 17:03:03 +0100
commit740017257461dd442a482521fb1d2c85ddaf66d8 (patch)
tree6da7470a80991efcf5354fe26526e52f9b5e6139 /.emacs.d/lisp/init-editor.el
parent1cdae221a17228784646c6fd01cba69c51133afe (diff)
downloaddotfiles-740017257461dd442a482521fb1d2c85ddaf66d8.tar.gz
Move uniquify
Diffstat (limited to '.emacs.d/lisp/init-editor.el')
-rw-r--r--.emacs.d/lisp/init-editor.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el
index 60e7c8b..5b24397 100644
--- a/.emacs.d/lisp/init-editor.el
+++ b/.emacs.d/lisp/init-editor.el
@@ -103,11 +103,6 @@ and file 'filename' will be opened and cursor set on line 'linenumber'"
   :config
   (savehist-mode +1))
 
-(use-package uniquify
-  :ensure nil
-  :custom
-  (uniquify-buffer-name-style 'forward))
-
 (use-package super-save
   :diminish
   :custom