diff --git a/modules/editor/evil/+commands.el b/modules/editor/evil/+commands.el index 9277c23ec..3bf6cf5e5 100644 --- a/modules/editor/evil/+commands.el +++ b/modules/editor/evil/+commands.el @@ -98,7 +98,7 @@ (evil-ex-define-cmd "tabsave" #'+workspace:save) ;;; Org-mode -(evil-ex-define-cmd "cap" #'org-capture) +(evil-ex-define-cmd "cap[ture]" #'org-capture) ;;; ibuffer (when (featurep! :emacs ibuffer)