Install the hungry-delete package

This commit is contained in:
Gergely Polonkai
2016-10-21 10:18:21 +02:00
parent 8aaf8b3c1b
commit f735830daf
4 changed files with 319 additions and 0 deletions

View File

@@ -95,6 +95,7 @@
helm-swoop
helm-unicode
hungarian-holidays
hungry-delete
hyde
id-manager
identica-mode
@@ -603,6 +604,10 @@
(use-package rainbow-mode)
(use-package hungry-delete
:config
(global-hungry-delete-mode))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")