From 9fb5a2c3a132f09037a56fd27b9ca69d5962c0b6 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 11 Nov 2016 12:43:35 +0100 Subject: [PATCH] Install the helm-pydoc package --- customizations.el | 1 + init.el | 3 +++ 2 files changed, 4 insertions(+) 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")