From: Amin Bandali Date: Mon, 29 Apr 2019 15:15:57 +0000 (-0400) Subject: emacs: add tex filter-group for ibuffer X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/17c9334f92bc11b265fc55406e2039122fbe26b8?hp=b9887d7945e77becfc6696288e88bc8550c19310 emacs: add tex filter-group for ibuffer --- 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\\*$")