From 755835a2072d0ecd3b2bdd6666e260321f6b8852 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 22 Jul 2019 13:30:42 +0200 Subject: [PATCH] Change ex command from :m[sg] to :messages The former overwrote :m[ove]. --- 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 b083904bc..69e1a2dd0 100644 --- a/modules/editor/evil/+commands.el +++ b/modules/editor/evil/+commands.el @@ -142,7 +142,7 @@ If BANG, search Doom documentation." (evil-ex-define-cmd "k[ill]o" #'doom/kill-other-buffers) (evil-ex-define-cmd "k[ill]b" #'doom/kill-buried-buffers) (evil-ex-define-cmd "l[ast]" #'doom/popup-restore) -(evil-ex-define-cmd "m[sg]" #'view-echo-area-messages) +(evil-ex-define-cmd "messages" #'view-echo-area-messages) (evil-ex-define-cmd "pop[up]" #'doom/popup-this-buffer) ;;; Project navigation