+ibuffer to core packages
This commit is contained in:
@@ -528,6 +528,17 @@ I'd like to adjust)
|
|||||||
(with-eval-after-load "evil-collection"
|
(with-eval-after-load "evil-collection"
|
||||||
(evil-collection-dired-setup)))
|
(evil-collection-dired-setup)))
|
||||||
#+end_src
|
#+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
|
#+end_src
|
||||||
* Hydra
|
* Hydra
|
||||||
Use hydras for stuff that I use often, currently buffer manipulation
|
Use hydras for stuff that I use often, currently buffer manipulation
|
||||||
|
|||||||
Reference in New Issue
Block a user