Emacs: better syntax in ibuffer grouping
This commit is contained in:
parent
f939fb1f8b
commit
0e39b07387
1 changed files with 2 additions and 2 deletions
|
@ -123,8 +123,8 @@
|
||||||
(mode . dart-mode)))
|
(mode . dart-mode)))
|
||||||
("emacs" (or
|
("emacs" (or
|
||||||
(name . "^\\*scratch\\*$")
|
(name . "^\\*scratch\\*$")
|
||||||
(name . "^\\*Messages\\*$")))
|
(name . "^\\*Messages\\*$")))))))
|
||||||
))))
|
|
||||||
(add-hook 'ibuffer-mode-hook
|
(add-hook 'ibuffer-mode-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(ibuffer-auto-mode 1)
|
(ibuffer-auto-mode 1)
|
||||||
|
|
Loading…
Reference in a new issue