diff options
Diffstat (limited to 'keycast-conf.el')
-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)) |