branch: externals/pulsar commit 4748f55eeec042bdf3bb6031b666bb82648582a1 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Expand the pulsar-pulse-functions --- README.org | 17 ++++++++++++++--- pulsar.el | 13 +++++++++++++ 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 39957a31a1..2fe0342fbd 100644 --- a/README.org +++ b/README.org @@ -133,23 +133,34 @@ Remember to read the doc string of each of these variables. #+begin_src emacs-lisp (require 'pulsar) -(customize-set-variable +(customize-set-variable 'pulsar-pulse-functions ; Read the doc string for why not `setq' '(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 - org-tree-slide-move-next-tree - org-tree-slide-move-previous-tree outline-backward-same-level outline-forward-same-level outline-next-visible-heading diff --git a/pulsar.el b/pulsar.el index b0990f13ef..398ca9efd8 100644 --- a/pulsar.el +++ b/pulsar.el @@ -57,10 +57,23 @@ 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