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

View file

@ -254,13 +254,6 @@
:config :config
(beacon-mode)) (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 ;; expand-region
;; Increase selected region by semantic units. ;; Increase selected region by semantic units.
(use-package expand-region (use-package expand-region