diff options
author | JSDurand <mmemmew@gmail.com> | 2022-10-10 11:39:14 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2022-10-10 11:39:14 +0800 |
commit | 5691ee998a2d136cdfdea2c7f3970dab71499cc8 (patch) | |
tree | 35ca47f5a8895c1f0f78782b7b4a8354a595ab93 | |
parent | 13820428f80bb537bd56451c192c1db27db9b8b2 (diff) |
keycast: Add a space after the modeline lighter.
-rw-r--r-- | keycast-conf.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |