From ac28c27f0fd5315beec1cfff1135e917fc9f56da Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 11 Nov 2016 11:24:34 +0100 Subject: [PATCH] Install the helm-hunks package --- customizations.el | 1 + init.el | 3 +++ 2 files changed, 4 insertions(+) diff --git a/customizations.el b/customizations.el index e75cc72..e6eb7fa 100644 --- a/customizations.el +++ b/customizations.el @@ -81,6 +81,7 @@ helm-github-stars helm-google helm-gtags + helm-hunks helm-projectile helm-smex helm-swoop diff --git a/init.el b/init.el index 93108da..85d8370 100644 --- a/init.el +++ b/init.el @@ -844,6 +844,9 @@ :bind (("C-c y" . helm-yas-complete))) +(use-package helm-hunks + :ensure t) + ;; Load my own functions (load "gnu-c-header.el") (load "toggle-window-split.el")