Install the helm-hunks package
This commit is contained in:
parent
0ee44cc580
commit
ac28c27f0f
@ -81,6 +81,7 @@
|
|||||||
helm-github-stars
|
helm-github-stars
|
||||||
helm-google
|
helm-google
|
||||||
helm-gtags
|
helm-gtags
|
||||||
|
helm-hunks
|
||||||
helm-projectile
|
helm-projectile
|
||||||
helm-smex
|
helm-smex
|
||||||
helm-swoop
|
helm-swoop
|
||||||
|
3
init.el
3
init.el
@ -844,6 +844,9 @@
|
|||||||
:bind
|
:bind
|
||||||
(("C-c y" . helm-yas-complete)))
|
(("C-c y" . helm-yas-complete)))
|
||||||
|
|
||||||
|
(use-package helm-hunks
|
||||||
|
: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