diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2022-03-27 20:32:40 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2022-03-27 20:32:40 (GMT) |
| commit | f79eb3de1cb18941f22e512853d983cea3c00c8f (patch) | |
| tree | 65d8a6b6d6051488c72cf3b22f92269d39b8bf3d /lisp/ravi-init-tex.el | |
| parent | a0488d12d96af50fb2d73ad13ab08d8ae5dd9496 (diff) | |
| download | dotemacs-f79eb3de1cb18941f22e512853d983cea3c00c8f.zip dotemacs-f79eb3de1cb18941f22e512853d983cea3c00c8f.tar.gz dotemacs-f79eb3de1cb18941f22e512853d983cea3c00c8f.tar.bz2 | |
Implementation of dash-at-point with consult
Diffstat (limited to 'lisp/ravi-init-tex.el')
| -rw-r--r-- | lisp/ravi-init-tex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ravi-init-tex.el b/lisp/ravi-init-tex.el index b17248f..e6e215d 100644 --- a/lisp/ravi-init-tex.el +++ b/lisp/ravi-init-tex.el @@ -71,7 +71,7 @@ (defun ravi/latex-init () (setq fill-column 88) (when (functionp 'helm-dash) (setq-local dash-docs-docsets '("LaTeX"))) - (when (functionp 'ravi/dash) (setq-local ravi/dash-docsets '("LaTeX")))) + (when (functionp 'consult-dash) (setq-local consult-dash-docsets '("LaTeX")))) ) (use-package preview |
