Tweak stored ibuffer filter groups a bit more
This commit is contained in:
parent
8b32ad1292
commit
24b583d021
20
init.el
20
init.el
@ -265,13 +265,6 @@
|
||||
("Org" (or (mode . org-mode)
|
||||
(name . "^\\*Org Src")
|
||||
(name . "^\\*Org Agenda\\*$")))
|
||||
("Emacs" (or (name . "^\\*scratch\\*$")
|
||||
(name . "^\\*Messages\\*$")
|
||||
(name . "^\\*Warnings\\*$")
|
||||
(name . "^\\*Shell Command Output\\*$")
|
||||
(name . "^\\*Async-native-compile-log\\*$")
|
||||
(mode . Custom-mode)
|
||||
(mode . package-menu-mode)))
|
||||
("Dired" (mode . dired-mode))
|
||||
("Magit" (or (mode . magit-status-mode)
|
||||
(mode . magit-process-mode)
|
||||
@ -282,10 +275,21 @@
|
||||
("Shells" (or (mode . term-mode)
|
||||
(mode . shell-mode)
|
||||
(mode . eshell-mode)))
|
||||
("Emacs" (or (name . "^\\*Async-native-compile-log\\*$")
|
||||
(name . "^\\*Messages\\*$")
|
||||
(name . "^\\*Pp Eval Output\\*$")
|
||||
(name . "^\\*scratch\\*$")
|
||||
(name . "^\\*Shell Command Output\\*$")
|
||||
(name . "^\\*Warnings\\*$")
|
||||
(name . "^\\*xref\\*$")
|
||||
(mode . Custom-mode)
|
||||
(mode . package-menu-mode)
|
||||
(mode . calendar-mode)))
|
||||
("Help" (or (name . "^\\*Help\\*$")
|
||||
(name . "^\\*info\\*$")
|
||||
(name . "^\\*helpful")))
|
||||
("Tramp" (name . "^\\*tramp.*"))))))
|
||||
("Tramp" (name . "^\\*tramp.*"))
|
||||
("Files" (filename . ".*"))))))
|
||||
|
||||
(use-package multisession
|
||||
:init (setq multisession-directory (expand-file-name "multisession/" emacs-d-userdata)))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user