Emacs: removed hungry-mode

This commit is contained in:
Marcel Kapfer 2018-02-23 09:41:23 +01:00
parent c91549b926
commit 1b178fb403
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 0 additions and 7 deletions

View File

@ -254,13 +254,6 @@
:config
(beacon-mode))
;; hungry-delete
;; Delete a whitespace character will delete all whitespace until the next
;; non-whitespace character
(use-package hungry-delete
:config
(global-hungry-delete-mode t))
;; expand-region
;; Increase selected region by semantic units.
(use-package expand-region