diff options
Diffstat (limited to 'lisp/ravi-init-python.el')
| -rw-r--r-- | lisp/ravi-init-python.el | 2 |
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. |
