Force save files with :w
This commit is contained in:
parent
6f251694d6
commit
c1b97b0a2b
1 changed files with 4 additions and 1 deletions
|
@ -294,9 +294,12 @@
|
|||
(setq evil-insert-state-cursor '("VioletRed3" bar))
|
||||
(setq evil-replace-state-cursor '("VioletRed3" bar))
|
||||
(setq evil-operator-state-cursor '("VioletRed3" hollow))
|
||||
|
||||
(global-evil-matchit-mode t)
|
||||
(global-evil-surround-mode t)
|
||||
(global-evil-leader-mode t))
|
||||
(global-evil-leader-mode t)
|
||||
:config
|
||||
(evil-ex-define-cmd (kbd "w") 'save-buffer-always))
|
||||
|
||||
|
||||
;; Hack at the moment for extending the behavior of the jump to mark command
|
||||
|
|
Loading…
Reference in a new issue