diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-02-25 11:26:40 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-02-25 14:44:08 -0500 |
commit | ad004100f56a57e9300cd79ad4c96418e3b7f892 (patch) | |
tree | e82b0608a19b5a74debf9b3d2c86bcce882654f0 /.emacs | |
parent | Drop redundant clean-magit target (diff) |
Update ac-modes to include proper LaTeX mode
Diffstat (limited to '')
-rw-r--r-- | .emacs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ (ac-config-default) (ac-set-trigger-key "TAB") (add-to-list 'ac-dictionary-directories "~/.emacs.d/auto-complete/ac-dict") -(add-to-list 'ac-modes 'Coq-mode 'LaTeX/PS) +(add-to-list 'ac-modes 'Coq-mode) +(add-to-list 'ac-modes 'latex-mode) ;;;; AUTO INDENT (require 'auto-indent-mode) |