python layer: Add helm-pydoc

This commit is contained in:
Daniel Wu 2015-03-29 00:57:43 -04:00 committed by syl20bnr
parent cd3346c125
commit 6711ae4bca

View file

@ -19,6 +19,7 @@
eldoc
evil-jumper
flycheck
helm-pydoc
hy-mode
pony-mode
pyenv-mode
@ -243,6 +244,12 @@ which require an initialization must be listed explicitly in the list.")
(use-package hy-mode
:defer t))
(defun python/init-helm-pydoc ()
(use-package helm-pydoc
:defer t
:init
(evil-leader/set-key-for-mode 'python-mode "mhd" 'helm-pydoc)))
(defun python/init-semantic ()
;; required to correctly load semantic mode
;; using the python-mode-hook triggers an error about a deleted buffer.