nit: minor reformatting & revision

Also corrects the version string of obsolete variable `+mu4e-backend`.
This commit is contained in:
Henrik Lissner 2024-09-11 14:03:40 -04:00
parent 6d7a39c482
commit 771fccc52b
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
13 changed files with 26 additions and 31 deletions

View file

@ -369,8 +369,7 @@ directives. By default, this only recognizes C directives.")
;;
;;; Keybinds
;; Keybinds that have no Emacs+evil analogues (i.e. don't exist):
;; zu{q,w} - undo last marking
;; TODO: zu{q,w} - undo last marking
(map! :v "@" #'+evil:apply-macro
:m [C-i] #'evil-jump-forward
@ -530,6 +529,7 @@ directives. By default, this only recognizes C directives.")
;; evil-easymotion
(:after evil-easymotion
:m "gs" evilem-map
;; TODO: Use named functions
(:map evilem-map
"a" (evilem-create #'evil-forward-arg)
"A" (evilem-create #'evil-backward-arg)