summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-tex.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2021-09-13 02:35:59 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2021-09-13 02:45:36 (GMT)
commit50a760454df78c56c521174fc2ac9b59570b4962 (patch)
tree646ea7452031c18e45a12b31d9e33e3d635346ce /lisp/ravi-init-tex.el
parent89e27d124124156a01a228f785aa240e531afc35 (diff)
downloaddotemacs-50a760454df78c56c521174fc2ac9b59570b4962.zip
dotemacs-50a760454df78c56c521174fc2ac9b59570b4962.tar.gz
dotemacs-50a760454df78c56c521174fc2ac9b59570b4962.tar.bz2
Selectrum/vertico
Still need to find an alternative for helm-dash and browse-kill-ring
Diffstat (limited to 'lisp/ravi-init-tex.el')
-rw-r--r--lisp/ravi-init-tex.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ravi-init-tex.el b/lisp/ravi-init-tex.el
index b8b9b3d..b33c260 100644
--- a/lisp/ravi-init-tex.el
+++ b/lisp/ravi-init-tex.el
@@ -188,8 +188,8 @@ 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 dash-docs-docsets '("LaTeX")))
+ (when (functionp 'helm-dash) (setq-local dash-docs-docsets '("LaTeX")))
+ (when (functionp 'ravi/dash) (setq-local ravi/dash-docsets '("LaTeX")))
(message "LaTeX mode init complete."))
;; ACUTeX replaces latex-mode-hook with LaTeX-mode-hook