diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-02-22 10:47:41 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-02-22 10:47:51 -0500 |
commit | 45c6decc926857696a4a7ade09e62a701248e7f4 (patch) | |
tree | 54b997bb09270311bf91e2f3ce7ff6068d8033ce /.emacs | |
parent | Enable easy-pg, bundled by default with emacs (diff) |
Add LaTeX to auto-complete modes
Diffstat (limited to '')
-rw-r--r-- | .emacs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ (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) +(add-to-list 'ac-modes 'Coq-mode 'LaTeX/PS) ;;;; AUTO INDENT (require 'auto-indent-mode) |