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.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ravi-init-python.el b/lisp/ravi-init-python.el
index 154cfdc..870a33d 100644
--- a/lisp/ravi-init-python.el
+++ b/lisp/ravi-init-python.el
@@ -49,8 +49,8 @@
(unless ravi/support-old-ipython
(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 '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")))
;; I'd really prefer indentation by 2 spaces, but have too much existing
;; python code with indentation at 4 spaces.