summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-python.el
diff options
context:
space:
mode:
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.