From 17c9334f92bc11b265fc55406e2039122fbe26b8 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 29 Apr 2019 11:15:57 -0400 Subject: [PATCH] emacs: add tex filter-group for ibuffer --- .emacs.d/init.org | 4 ++++ 1 file changed, 4 insertions(+) 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\\*$") -- 2.20.1