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

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

[elpa] externals/pulsar a7b7ac4f7e 11/28: Document pulse-setup


From: ELPA Syncer
Subject: [elpa] externals/pulsar a7b7ac4f7e 11/28: Document pulse-setup
Date: Tue, 22 Mar 2022 06:58:02 -0400 (EDT)

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

    Document pulse-setup
---
 README.org | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.org b/README.org
index 9c8644b7e7..d3ba7fc416 100644
--- a/README.org
+++ b/README.org
@@ -71,6 +71,14 @@ in the user option ~pulsar-pulse-functions~.  What Pulsar 
does is set up
 an advice so that those functions run a hook after they are called.  The
 pulse effect is added there (~pulsar-after-function-hook~).
 
+#+findex: pulsar-setup
+To remove the advice and disable Pulsar altogether, evaluate this form:
+~(pulsar-setup 'reverse)~.  The ~pulsar-setup~ function can be used
+manually to install the advice on the relevant functions, though it is
+strongly encouraged to use ~customize-set-variable~ for the user option
+~pulsar-pulse-functions~ and let Emacs set up everything correctly (that
+user option has a special custom setter function).
+
 #+vindex: pulsar-delay
 #+vindex: pulsar-face
 The duration of the highlight is determined by ~pulsar-delay~.  While



reply via email to

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