diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2015-05-16 18:46:10 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2015-05-16 18:46:10 (GMT) |
| commit | 8addc135dcd458551a105e12341c9f3e0efa81dc (patch) | |
| tree | b93abdda4a7f222078a3b4a81c3f9065d0073ffc /lisp/ravi-init-tex.el | |
| parent | b72c3d9051d3d87cd231d642a3d3c215c915c40e (diff) | |
| download | dotemacs-8addc135dcd458551a105e12341c9f3e0efa81dc.zip dotemacs-8addc135dcd458551a105e12341c9f3e0efa81dc.tar.gz dotemacs-8addc135dcd458551a105e12341c9f3e0efa81dc.tar.bz2 | |
Enable helm-dash wherever possible
Diffstat (limited to 'lisp/ravi-init-tex.el')
| -rw-r--r-- | lisp/ravi-init-tex.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ravi-init-tex.el b/lisp/ravi-init-tex.el index d7725e9..56545e8 100644 --- a/lisp/ravi-init-tex.el +++ b/lisp/ravi-init-tex.el @@ -177,6 +177,9 @@ starting with \\ and followed by a block of text enclosed in {}." (setq TeX-save-query nil) (setq TeX-show-compilation t) + (when (functionp 'helm-dash) + (setq-local helm-dash-docsets '("LaTeX"))) + (message "LaTeX mode init complete.")) ;; ACUTeX replaces latex-mode-hook with LaTeX-mode-hook (add-hook 'LaTeX-mode-hook 'my-LaTeX-mode-init) |
