Emacs: fix in hungry-delete mode

This commit is contained in:
Marcel Kapfer 2017-11-25 23:22:14 +01:00
parent cb9ba242ab
commit d3e21e28f5
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@
;; non-whitespace character ;; non-whitespace character
(use-package hungry-delete (use-package hungry-delete
:config :config
(hungry-delete-mode)) (global-hungry-delete-mode t))
;; expand-region ;; expand-region
;; Increase selected region by semantic units. ;; Increase selected region by semantic units.