+ibuffer to core packages

This commit is contained in:
2020-08-23 17:16:20 +01:00
parent d20e1907f0
commit a132c3c7dc

View File

@@ -528,6 +528,17 @@ I'd like to adjust)
(with-eval-after-load "evil-collection"
(evil-collection-dired-setup)))
#+end_src
** IBuffer
#+begin_src emacs-lisp
(use-package ibuffer
:after evil
:general
(leader
"bi" #'ibuffer)
:config
(with-eval-after-load "evil-collection"
(evil-collection-ibuffer-setup)))
#+end_src
#+end_src
* Hydra
Use hydras for stuff that I use often, currently buffer manipulation