emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/pulsar 5ff2b81633: Add minor mode lighter


From: ELPA Syncer
Subject: [elpa] externals/pulsar 5ff2b81633: Add minor mode lighter
Date: Thu, 24 Mar 2022 16:57:42 -0400 (EDT)

branch: externals/pulsar
commit 5ff2b816337c803053170dfd6d8038238d752dc0
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]