From 7e0b0f5b2a9262a3520f17397ee63a9151a8e0a2 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Sun, 9 Oct 2022 11:53:34 -0800 Subject: [PATCH] Uniquify doesn't need to double require itself twice --- lisp/mitch-packages.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 05f8027..50cd2b0 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -825,8 +825,7 @@ targets." ;; unique buffer names (use-package uniquify :straight (:type built-in) - :custom (uniquify-buffer-name-style 'forward) - :init (require 'uniquify)) + :custom (uniquify-buffer-name-style 'forward)) ;; cache file cleanup (use-package kkc