This commit is contained in:
Mars 2024-10-12 00:12:21 -04:00
parent 2dc4ad62b1
commit e5b902f908
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5

View file

@ -181,6 +181,11 @@
(evil-define-key 'normal 'global (kbd "gr") 'diff-hl-revert-hunk) (evil-define-key 'normal 'global (kbd "gr") 'diff-hl-revert-hunk)
(evil-define-key 'normal 'global (kbd "gs") 'diff-hl-stage-current-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. ;; Set whitespace actions.
(setq-default whitespace-action (setq-default whitespace-action
'(cleanup auto-cleanup)) '(cleanup auto-cleanup))