From b3bbcf61ac33ad07e9889fd23af300dd479ed342 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Tue, 21 Apr 2020 11:02:39 -0700 Subject: [PATCH] Add full name to :cap Makes it available as :capture which is a slightly easier to understand name. --- modules/editor/evil/+commands.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)