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
|
:defines ibuffer-filter-groups
|
||||||
:bind (("C-c b" . ibuffer)))
|
: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
|
(use-package ace-window
|
||||||
:bind (("<remap> <other-window>" . ace-window))
|
:bind (("<remap> <other-window>" . ace-window))
|
||||||
:custom
|
:custom
|
||||||
|
|
|
@ -79,7 +79,6 @@
|
||||||
htmlize
|
htmlize
|
||||||
|
|
||||||
;; Projects
|
;; Projects
|
||||||
ibuffer-project
|
|
||||||
magit
|
magit
|
||||||
forge
|
forge
|
||||||
treemacs
|
treemacs
|
||||||
|
|
Loading…
Reference in a new issue