emacs: add tex filter-group for ibuffer
authorAmin Bandali <bandali@gnu.org>
Mon, 29 Apr 2019 15:15:57 +0000 (11:15 -0400)
committerAmin Bandali <bandali@gnu.org>
Mon, 29 Apr 2019 15:16:20 +0000 (11:16 -0400)
.emacs.d/init.org

index 87ea69e..4f1193d 100644 (file)
@@ -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\\*$")