summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-python.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2020-02-10 12:44:27 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2020-02-10 12:44:27 (GMT)
commit0c6154ea68f7e053b6b2e2c03d4a0bd433371fa1 (patch)
treea417f3657276f6b8498a3106c0c41cd7937aa262 /lisp/ravi-init-python.el
parentc28806bd8afe7799a71382011bb5f2f21b28345d (diff)
downloaddotemacs-0c6154ea68f7e053b6b2e2c03d4a0bd433371fa1.zip
dotemacs-0c6154ea68f7e053b6b2e2c03d4a0bd433371fa1.tar.gz
dotemacs-0c6154ea68f7e053b6b2e2c03d4a0bd433371fa1.tar.bz2
Variable name changed in helm-dash
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 6016267..201369b 100644
--- a/lisp/ravi-init-python.el
+++ b/lisp/ravi-init-python.el
@@ -63,7 +63,7 @@
(ravi/old-ipython-setup)
(when (functionp 'helm-dash)
- (setq-local helm-dash-docsets '("Python 2" "NumPy")))
+ (setq-local dash-docs-docsets '("Python 2" "NumPy")))
;; I'd really prefer indentation by 2 spaces, but have too much existing
;; python code with indentation at 4 spaces.