diff --git a/customizations.el b/customizations.el index e6eb7fa..61abff4 100644 --- a/customizations.el +++ b/customizations.el @@ -83,6 +83,7 @@ helm-gtags helm-hunks helm-projectile + helm-pydoc helm-smex helm-swoop helm-unicode diff --git a/init.el b/init.el index 85d8370..c625d47 100644 --- a/init.el +++ b/init.el @@ -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")