Move ibuffer keybinding to a :bind
This makes it not load at startup
This commit is contained in:
parent
2b0c29e94c
commit
87674391a7
@ -43,8 +43,8 @@
|
|||||||
|
|
||||||
;;;; internal packages
|
;;;; internal packages
|
||||||
(use-package ibuffer
|
(use-package ibuffer
|
||||||
|
:bind ("C-x C-b" . ibuffer)
|
||||||
:config
|
:config
|
||||||
(global-set-key (kbd "C-x C-b") `ibuffer)
|
|
||||||
(setq ibuffer-saved-filter-groups
|
(setq ibuffer-saved-filter-groups
|
||||||
(quote (("default"
|
(quote (("default"
|
||||||
("emacs" (or
|
("emacs" (or
|
||||||
|
Loading…
Reference in New Issue
Block a user