Only load ibuffer when needed

This commit is contained in:
MitchMarq42 2022-06-22 06:45:38 -08:00
parent 5a9930a1ca
commit 78a98ff3c3

View File

@ -538,7 +538,8 @@
(use-package ibuffer
:straight (:type built-in)
:custom
(ibuffer-use-other-window t))
(ibuffer-use-other-window t)
:commands ibuffer)
;; (use-package mini-frame