Support tikz as tex files

This commit is contained in:
Martin Potier 2016-09-04 03:28:18 +02:00
parent 9a06c367a8
commit f21d7e7f11
1 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ before packages are loaded. If you are unsure, you should try in setting them in
monokai
monochrome
))
(add-to-list 'auto-mode-alist '("\\.tikz\\'" . latex-mode))
)
(defun dotspacemacs/user-config ()