summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-04-29 11:15:57 -0400
committerAmin Bandali <bandali@gnu.org>2019-04-29 11:16:20 -0400
commit17c9334f92bc11b265fc55406e2039122fbe26b8 (patch)
tree20f7bea14670e7abd33e6bf04f6e77d5e6ab8044
parentb9887d7945e77becfc6696288e88bc8550c19310 (diff)
downloadconfigs-17c9334f92bc11b265fc55406e2039122fbe26b8.tar.gz
configs-17c9334f92bc11b265fc55406e2039122fbe26b8.tar.xz
configs-17c9334f92bc11b265fc55406e2039122fbe26b8.zip
emacs: add tex filter-group for ibuffer
Diffstat (limited to '')
-rw-r--r--.emacs.d/init.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org
index 87ea69e..4f1193d 100644
--- a/.emacs.d/init.org
+++ b/.emacs.d/init.org
@@ -1203,6 +1203,10 @@ There's no way I could top that, so I won't attempt to.
(mode . haskell-mode)
(mode . lean-mode)
(mode . alloy-mode)))
+ ("tex"
+ (or
+ (mode . bibtex-mode)
+ (mode . latex-mode)))
("emacs"
(or
(name . "^\\*scratch\\*$")