projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[emacs/ibuffer] add new rules to my default filter group
[~bandali/configs]
/
init.org
diff --git
a/init.org
b/init.org
index
cd210db
..
8763a02
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-980,6
+980,13
@@
There's no way I could top that, so I won't attempt to.
'(("default"
("dired" (mode . dired-mode))
("org" (mode . org-mode))
'(("default"
("dired" (mode . dired-mode))
("org" (mode . org-mode))
+ ("gnus"
+ (or
+ (mode . gnus-group-mode)
+ (mode . gnus-summary-mode)
+ (mode . gnus-article-mode)
+ ;; not really, but...
+ (mode . message-mode)))
("web"
(or
(mode . web-mode)
("web"
(or
(mode . web-mode)
@@
-989,20
+996,21
@@
There's no way I could top that, so I won't attempt to.
("shell"
(or
(mode . eshell-mode)
("shell"
(or
(mode . eshell-mode)
- (mode . shell-mode)
))
-
("notmuch" (name . "\*notmuch\*"
))
+ (mode . shell-mode)
+
(mode . term-mode)
))
("programming"
(or
(mode . python-mode)
("programming"
(or
(mode . python-mode)
+ (mode . c-mode)
(mode . c++-mode)
(mode . c++-mode)
- (mode . emacs-lisp-mode)))
+ (mode . emacs-lisp-mode)
+ (mode . scheme-mode)
+ (mode . haskell-mode)
+ (mode . lean-mode)))
("emacs"
(or
(name . "^\\*scratch\\*$")
("emacs"
(or
(name . "^\\*scratch\\*$")
- (name . "^\\*Messages\\*$")))
- ("slack"
- (or
- (name . "^\\*Slack*"))))))
+ (name . "^\\*Messages\\*$"))))))
(ibuffer-formats
'((mark modified read-only locked " "
(name 18 18 :left :elide)
(ibuffer-formats
'((mark modified read-only locked " "
(name 18 18 :left :elide)