Enable ibuffer-auto-mode in Emacs
This commit is contained in:
@@ -228,7 +228,8 @@
|
|||||||
|
|
||||||
(add-hook 'ibuffer-mode-hook
|
(add-hook 'ibuffer-mode-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(ibuffer-switch-to-saved-filter-groups "Default")))
|
(ibuffer-switch-to-saved-filter-groups "Default")
|
||||||
|
(ibuffer-auto-mode 1)))
|
||||||
|
|
||||||
;; git stuff
|
;; git stuff
|
||||||
(use-package magit)
|
(use-package magit)
|
||||||
|
Reference in New Issue
Block a user