Move uniquify

This commit is contained in:
David Morgan 2021-08-23 17:01:31 +01:00
parent 1cdae221a1
commit 7400172574
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -47,6 +47,11 @@
("C-S-<left>" . buf-move-left)
("C-S-<right>" . buf-move-right)))
(use-package uniquify
:ensure nil
:custom
(uniquify-buffer-name-style 'forward))
(use-package fullframe
:after (magit dashboard)
:config