surround
This commit is contained in:
parent
2dc4ad62b1
commit
e5b902f908
|
@ -181,6 +181,11 @@
|
|||
(evil-define-key 'normal 'global (kbd "gr") 'diff-hl-revert-hunk)
|
||||
(evil-define-key 'normal 'global (kbd "gs") 'diff-hl-stage-current-hunk))
|
||||
|
||||
(use-package evil-surround
|
||||
:ensure t
|
||||
:config
|
||||
(global-evil-surround-mode 1))
|
||||
|
||||
;; Set whitespace actions.
|
||||
(setq-default whitespace-action
|
||||
'(cleanup auto-cleanup))
|
||||
|
|
Loading…
Reference in a new issue