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
|
||||
(use-package ibuffer
|
||||
:bind ("C-x C-b" . ibuffer)
|
||||
:config
|
||||
(global-set-key (kbd "C-x C-b") `ibuffer)
|
||||
(setq ibuffer-saved-filter-groups
|
||||
(quote (("default"
|
||||
("emacs" (or
|
||||
|
Loading…
Reference in New Issue
Block a user