Uniquify doesn't need to double require itself twice
This commit is contained in:
parent
31a01d0e79
commit
7e0b0f5b2a
@ -825,8 +825,7 @@ targets."
|
|||||||
;; unique buffer names
|
;; unique buffer names
|
||||||
(use-package uniquify
|
(use-package uniquify
|
||||||
:straight (:type built-in)
|
:straight (:type built-in)
|
||||||
:custom (uniquify-buffer-name-style 'forward)
|
:custom (uniquify-buffer-name-style 'forward))
|
||||||
:init (require 'uniquify))
|
|
||||||
|
|
||||||
;; cache file cleanup
|
;; cache file cleanup
|
||||||
(use-package kkc
|
(use-package kkc
|
||||||
|
Loading…
Reference in New Issue
Block a user