branch: externals/pulsar
commit 5ff2b816337c803053170dfd6d8038238d752dc0
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add minor mode lighter
Thanks to Rudolf Adamkovič for the feedback in issue 11:
<https://gitlab.com/protesilaos/pulsar/-/issues/11>.
---
pulsar.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/pulsar.el b/pulsar.el
index 1460e34a34..0d09e1fe2c 100644
--- a/pulsar.el
+++ b/pulsar.el
@@ -299,6 +299,7 @@ default)."
"Set up pulsar for each function in `pulsar-pulse-functions'.
This is a buffer-local mode. Also check `pulsar-global-mode'."
:global nil
+ :lighter " -P-"
(if pulsar-mode
(add-hook 'post-command-hook #'pulsar--post-command-pulse nil 'local)
(remove-hook 'post-command-hook #'pulsar--post-command-pulse 'local)))