summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-python.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2015-05-16 18:46:10 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2015-05-16 18:46:10 (GMT)
commit8addc135dcd458551a105e12341c9f3e0efa81dc (patch)
treeb93abdda4a7f222078a3b4a81c3f9065d0073ffc /lisp/ravi-init-python.el
parentb72c3d9051d3d87cd231d642a3d3c215c915c40e (diff)
downloaddotemacs-8addc135dcd458551a105e12341c9f3e0efa81dc.zip
dotemacs-8addc135dcd458551a105e12341c9f3e0efa81dc.tar.gz
dotemacs-8addc135dcd458551a105e12341c9f3e0efa81dc.tar.bz2
Enable helm-dash wherever possible
Diffstat (limited to 'lisp/ravi-init-python.el')
-rw-r--r--lisp/ravi-init-python.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ravi-init-python.el b/lisp/ravi-init-python.el
index c94e016..049f5ef 100644
--- a/lisp/ravi-init-python.el
+++ b/lisp/ravi-init-python.el
@@ -51,6 +51,9 @@
;; python-shell-completion-module-string-code ""
;; )
+ (when (functionp 'helm-dash)
+ (setq-local helm-dash-docsets '("Python 2" "NumPy")))
+
;; I'd really prefer indentation by 2 spaces, but have too much existing
;; python code with indentation at 4 spaces.
(setq python-indent-offset 4)