nit: minor reformatting & revision
Also corrects the version string of obsolete variable `+mu4e-backend`.
This commit is contained in:
parent
6d7a39c482
commit
771fccc52b
13 changed files with 26 additions and 31 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue