Emacs: removed hungry-mode
This commit is contained in:
parent
c91549b926
commit
1b178fb403
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue