summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-tex.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2020-02-10 12:44:27 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2020-02-10 12:44:27 (GMT)
commit0c6154ea68f7e053b6b2e2c03d4a0bd433371fa1 (patch)
treea417f3657276f6b8498a3106c0c41cd7937aa262 /lisp/ravi-init-tex.el
parentc28806bd8afe7799a71382011bb5f2f21b28345d (diff)
downloaddotemacs-0c6154ea68f7e053b6b2e2c03d4a0bd433371fa1.zip
dotemacs-0c6154ea68f7e053b6b2e2c03d4a0bd433371fa1.tar.gz
dotemacs-0c6154ea68f7e053b6b2e2c03d4a0bd433371fa1.tar.bz2
Variable name changed in helm-dash
Diffstat (limited to 'lisp/ravi-init-tex.el')
-rw-r--r--lisp/ravi-init-tex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ravi-init-tex.el b/lisp/ravi-init-tex.el
index ec4ca61..95df08f 100644
--- a/lisp/ravi-init-tex.el
+++ b/lisp/ravi-init-tex.el
@@ -184,7 +184,7 @@ starting with \\ and followed by a block of text enclosed in {}."
(setq TeX-show-compilation t)
(when (functionp 'helm-dash)
- (setq-local helm-dash-docsets '("LaTeX")))
+ (setq-local dash-docs-docsets '("LaTeX")))
(message "LaTeX mode init complete."))
;; ACUTeX replaces latex-mode-hook with LaTeX-mode-hook