summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-python.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2022-03-27 20:32:40 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2022-03-27 20:32:40 (GMT)
commitf79eb3de1cb18941f22e512853d983cea3c00c8f (patch)
tree65d8a6b6d6051488c72cf3b22f92269d39b8bf3d /lisp/ravi-init-python.el
parenta0488d12d96af50fb2d73ad13ab08d8ae5dd9496 (diff)
downloaddotemacs-f79eb3de1cb18941f22e512853d983cea3c00c8f.zip
dotemacs-f79eb3de1cb18941f22e512853d983cea3c00c8f.tar.gz
dotemacs-f79eb3de1cb18941f22e512853d983cea3c00c8f.tar.bz2
Implementation of dash-at-point with consult
Diffstat (limited to 'lisp/ravi-init-python.el')
-rw-r--r--lisp/ravi-init-python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ravi-init-python.el b/lisp/ravi-init-python.el
index 03c5167..4de804d 100644
--- a/lisp/ravi-init-python.el
+++ b/lisp/ravi-init-python.el
@@ -51,7 +51,7 @@
(setq python-shell-interpreter-args "--pylab --simple-prompt"))
(defun ravi/python-mode-hook()
(when (functionp 'helm-dash) (setq-local dash-docs-docsets '("Python 2" "Python 3" "NumPy")))
- (when (functionp 'ravi/dash) (setq-local ravi/dash-docsets '("Python 2" "Python 3" "NumPy")))
+ (when (functionp 'consult-dash) (setq-local consult-dash-docsets '("Python 2" "Python 3" "NumPy")))
;; I'd really prefer indentation by 2 spaces, but have too much existing
;; python code with indentation at 4 spaces.