Install the helm-pydoc package

This commit is contained in:
Gergely Polonkai 2016-11-11 12:43:35 +01:00
parent 99645d8634
commit 9fb5a2c3a1
2 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,7 @@
helm-gtags
helm-hunks
helm-projectile
helm-pydoc
helm-smex
helm-swoop
helm-unicode

View File

@ -847,6 +847,9 @@
(use-package helm-hunks
:ensure t)
(use-package helm-pydoc
:ensure t)
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")