Install the helm-pydoc package
This commit is contained in:
parent
99645d8634
commit
9fb5a2c3a1
@ -83,6 +83,7 @@
|
|||||||
helm-gtags
|
helm-gtags
|
||||||
helm-hunks
|
helm-hunks
|
||||||
helm-projectile
|
helm-projectile
|
||||||
|
helm-pydoc
|
||||||
helm-smex
|
helm-smex
|
||||||
helm-swoop
|
helm-swoop
|
||||||
helm-unicode
|
helm-unicode
|
||||||
|
3
init.el
3
init.el
@ -847,6 +847,9 @@
|
|||||||
(use-package helm-hunks
|
(use-package helm-hunks
|
||||||
:ensure t)
|
:ensure t)
|
||||||
|
|
||||||
|
(use-package helm-pydoc
|
||||||
|
:ensure t)
|
||||||
|
|
||||||
;; Load my own functions
|
;; Load my own functions
|
||||||
(load "gnu-c-header.el")
|
(load "gnu-c-header.el")
|
||||||
(load "toggle-window-split.el")
|
(load "toggle-window-split.el")
|
||||||
|
Loading…
Reference in New Issue
Block a user