Install the helm-hunks package

This commit is contained in:
Gergely Polonkai 2016-11-11 11:24:34 +01:00
parent 0ee44cc580
commit ac28c27f0f
2 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,7 @@
helm-github-stars
helm-google
helm-gtags
helm-hunks
helm-projectile
helm-smex
helm-swoop

View File

@ -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")