General cleanup
This commit is contained in:
parent
2052fbba1c
commit
185ba75292
18 changed files with 793 additions and 704 deletions
|
@ -51,5 +51,12 @@
|
|||
(evil-visual-state)
|
||||
(evil-goto-mark ?\]))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/delete-forward-word ()
|
||||
"Delete the word in front of the cursor."
|
||||
(interactive)
|
||||
(evil-forward-word)
|
||||
(evil-delete-backward-word))
|
||||
|
||||
(provide 'defuns-editor)
|
||||
;;; defuns-editor.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue