From 99c4e3e49b64304e3f57ee8d2cedc6b1d8657c2d Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 10 Nov 2020 22:59:12 +0100 Subject: Use LaTeX mode for tikz files --- gui/conf/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui/conf') diff --git a/gui/conf/init.el b/gui/conf/init.el index 3d17d61..75c9d9c 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -64,6 +64,9 @@ (load-library "custom-runtime-env") +(setq auto-mode-alist + (append '(("\\.tikz\\'" . latex-mode)) + auto-mode-alist)) (use-package akr-theme :config (enable-theme 'akr)) -- cgit v1.2.3