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

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

[elpa] externals/pulsar 9f189d5946 3/3: Simplify sample configuration


From: ELPA Syncer
Subject: [elpa] externals/pulsar 9f189d5946 3/3: Simplify sample configuration
Date: Sat, 6 Aug 2022 17:57:47 -0400 (EDT)

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

    Simplify sample configuration
---
 README.org | 36 +++---------------------------------
 1 file changed, 3 insertions(+), 33 deletions(-)

diff --git a/README.org b/README.org
index b0c606522f..66e4b2e275 100644
--- a/README.org
+++ b/README.org
@@ -213,39 +213,9 @@ Remember to read the doc string of each of these variables.
 #+begin_src emacs-lisp
 (require 'pulsar)
 
-;; This is the default value.  Just to show how it is done.
-(setq pulsar-pulse-functions
-      '(recenter-top-bottom
-        move-to-window-line-top-bottom
-        reposition-window
-        bookmark-jump
-        other-window
-        delete-window
-        delete-other-windows
-        forward-page
-        backward-page
-        scroll-up-command
-        scroll-down-command
-        windmove-right
-        windmove-left
-        windmove-up
-        windmove-down
-        windmove-swap-states-right
-        windmove-swap-states-left
-        windmove-swap-states-up
-        windmove-swap-states-down
-        tab-new
-        tab-close
-        tab-next
-        org-next-visible-heading
-        org-previous-visible-heading
-        org-forward-heading-same-level
-        org-backward-heading-same-level
-        outline-backward-same-level
-        outline-forward-same-level
-        outline-next-visible-heading
-        outline-previous-visible-heading
-        outline-up-heading))
+;; Check the default value of `pulsar-pulse-functions'.  That is where
+;; you add more commands that should cause a pulse after they are
+;; invoked
 
 (setq pulsar-pulse t)
 (setq pulsar-delay 0.055)



reply via email to

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