Only load ibuffer when needed
This commit is contained in:
parent
5a9930a1ca
commit
78a98ff3c3
@ -538,7 +538,8 @@
|
|||||||
(use-package ibuffer
|
(use-package ibuffer
|
||||||
:straight (:type built-in)
|
:straight (:type built-in)
|
||||||
:custom
|
:custom
|
||||||
(ibuffer-use-other-window t))
|
(ibuffer-use-other-window t)
|
||||||
|
:commands ibuffer)
|
||||||
|
|
||||||
|
|
||||||
;; (use-package mini-frame
|
;; (use-package mini-frame
|
||||||
|
Loading…
Reference in New Issue
Block a user