[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/pulsar d636a23a05 07/10: Merge pull request #13 from sh
From: |
ELPA Syncer |
Subject: |
[elpa] externals/pulsar d636a23a05 07/10: Merge pull request #13 from shipmints/typo-and-tab-alias |
Date: |
Tue, 20 Aug 2024 12:58:58 -0400 (EDT) |
branch: externals/pulsar
commit d636a23a052e40d75f16861688e9f2c00ad2a879
Merge: db89c709f4 61c316d968
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: GitHub <noreply@github.com>
Merge pull request #13 from shipmints/typo-and-tab-alias
Corrected readme typo no to not. Added tab-previous for completeness.
---
README.org | 2 +-
pulsar.el | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index be2d82fa48..6443bf2ec2 100644
--- a/README.org
+++ b/README.org
@@ -76,7 +76,7 @@ enabled.
#+vindex; pulsar-resolve-pulse-function-aliases
By default, Pulsar does not try behave the same way for a function's
-aliases. If those are no added explicitly to the ~pulsar-pulse-functions~,
+aliases. If those are not added explicitly to the ~pulsar-pulse-functions~,
they will not have a pulse effect. However, the user option
~pulsar-resolve-pulse-function-aliases~ can be set to a non-nil value
to change this behaviour, meaning that Pulsar will cover a function's
diff --git a/pulsar.el b/pulsar.el
index 814ab9f014..6f77cae5ab 100644
--- a/pulsar.el
+++ b/pulsar.el
@@ -123,6 +123,7 @@ Extension of `pulse.el'."
tab-close
tab-new
tab-next
+ tab-previous
widen
windmove-down
windmove-left
- [elpa] externals/pulsar updated (be7da4d90a -> a179042c96), ELPA Syncer, 2024/08/20
- [elpa] externals/pulsar bfcde8f575 03/10: Merge pull request #12 from shipmints/function-aliases, ELPA Syncer, 2024/08/20
- [elpa] externals/pulsar e1ce78814c 02/10: Changed pulsar--find-fn-aliases to commandp to filter only interactive commands., ELPA Syncer, 2024/08/20
- [elpa] externals/pulsar 478afa3ca2 04/10: Acknowledge shipmints for commits 2d212ee, e1ce788, ELPA Syncer, 2024/08/20
- [elpa] externals/pulsar 9f76a1136c 08/10: Fix typo in Commentary, ELPA Syncer, 2024/08/20
- [elpa] externals/pulsar b506118adf 09/10: Remove spacing from the front matter of README.org, ELPA Syncer, 2024/08/20
- [elpa] externals/pulsar a179042c96 10/10: Placate the compiler about quoting a symbol in a doc string, ELPA Syncer, 2024/08/20
- [elpa] externals/pulsar 61c316d968 06/10: Corrected readme typo no to not. Added tab-previous for completeness., ELPA Syncer, 2024/08/20
- [elpa] externals/pulsar d636a23a05 07/10: Merge pull request #13 from shipmints/typo-and-tab-alias,
ELPA Syncer <=
- [elpa] externals/pulsar db89c709f4 05/10: Document the user option pulsar-resolve-pulse-function-aliases, ELPA Syncer, 2024/08/20
- [elpa] externals/pulsar 2d212eee94 01/10: Added optional support for pulsar-pulse-functions bi-directional alias resolution., ELPA Syncer, 2024/08/20