Remove ibuffer-project
This commit is contained in:
parent
500435acd8
commit
bf95792b82
6
init.el
6
init.el
|
@ -150,12 +150,6 @@
|
|||
:defines ibuffer-filter-groups
|
||||
:bind (("C-c b" . ibuffer)))
|
||||
|
||||
(use-package ibuffer-project
|
||||
:after (ibuffer project)
|
||||
:functions ibuffer-project-generate-filter-groups
|
||||
:hook
|
||||
((ibuffer . (lambda () (setq ibuffer-filter-groups (ibuffer-project-generate-filter-groups))))))
|
||||
|
||||
(use-package ace-window
|
||||
:bind (("<remap> <other-window>" . ace-window))
|
||||
:custom
|
||||
|
|
|
@ -79,7 +79,6 @@
|
|||
htmlize
|
||||
|
||||
;; Projects
|
||||
ibuffer-project
|
||||
magit
|
||||
forge
|
||||
treemacs
|
||||
|
|
Loading…
Reference in a new issue