summaryrefslogtreecommitdiff
path: root/keycast-conf.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-10-10 11:39:14 +0800
committerJSDurand <mmemmew@gmail.com>2022-10-10 11:39:14 +0800
commit5691ee998a2d136cdfdea2c7f3970dab71499cc8 (patch)
tree35ca47f5a8895c1f0f78782b7b4a8354a595ab93 /keycast-conf.el
parent13820428f80bb537bd56451c192c1db27db9b8b2 (diff)
keycast: Add a space after the modeline lighter.
Diffstat (limited to 'keycast-conf.el')
-rw-r--r--keycast-conf.el2
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))