[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
- [elpa] branch externals/pulsar created (now 40b1aa8c48), ELPA Syncer, 2022/03/22
- [elpa] externals/pulsar 7a17c1ab55 01/28: Add pulsar.el, ELPA Syncer, 2022/03/22
- [elpa] externals/pulsar e0ae86378f 06/28: Remove recentering at bottom, ELPA Syncer, 2022/03/22
- [elpa] externals/pulsar a335e52505 03/28: Add commands to pulse+recenter, ELPA Syncer, 2022/03/22
- [elpa] externals/pulsar 0cc2f4af56 02/28: Make outline structure more detailed, ELPA Syncer, 2022/03/22
- [elpa] externals/pulsar de1fa21ae3 05/28: Refine pulsar-reveal-entry, ELPA Syncer, 2022/03/22
- [elpa] externals/pulsar 4748f55eee 08/28: Expand the pulsar-pulse-functions, ELPA Syncer, 2022/03/22
- [elpa] externals/pulsar a84b2d86f1 10/28: Document integration with other packages, ELPA Syncer, 2022/03/22
- [elpa] externals/pulsar a7b7ac4f7e 11/28: Document pulse-setup,
ELPA Syncer <=
- [elpa] externals/pulsar 23a8ef7fbf 13/28: Release version 0.1.0, ELPA Syncer, 2022/03/22
- [elpa] externals/pulsar 54702c9e1f 12/28: Add package keywords, ELPA Syncer, 2022/03/22
- [elpa] externals/pulsar bc084499c4 04/28: Add function to reveal Org or Outline entry, ELPA Syncer, 2022/03/22
- [elpa] externals/pulsar 98d970dcdf 09/28: Add minor rewording, ELPA Syncer, 2022/03/22
- [elpa] externals/pulsar fca0e53815 15/28: Exert control over the pulse effect, ELPA Syncer, 2022/03/22
- [elpa] externals/pulsar 486645f81b 16/28: Always ':extend t' the generic pulse face, ELPA Syncer, 2022/03/22
- [elpa] externals/pulsar dcc94662a9 07/28: Stop pulsing during pulsar-reveal-entry, ELPA Syncer, 2022/03/22
- [elpa] externals/pulsar 82946880b5 14/28: Add missing function to sample package setup, ELPA Syncer, 2022/03/22
- [elpa] externals/pulsar 42f8a03b8a 18/28: Fix typo, ELPA Syncer, 2022/03/22
- [elpa] externals/pulsar d654e552f0 19/28: Clarify doc strings of user options, ELPA Syncer, 2022/03/22