From 5691ee998a2d136cdfdea2c7f3970dab71499cc8 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 10 Oct 2022 11:39:14 +0800 Subject: keycast: Add a space after the modeline lighter. --- keycast-conf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keycast-conf.el') diff --git a/keycast-conf.el b/keycast-conf.el index a7bb5c6..256678f 100644 --- a/keycast-conf.el +++ b/keycast-conf.el @@ -47,7 +47,7 @@ "Show current command and its key binding in the mode line." :global t :group 'keycast - :lighter "K" + :lighter "K " (cond (durand-keycast-mode (add-hook 'pre-command-hook #'keycast--update t)) -- cgit v1.2.3-18-g5258