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

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

[nongnu] elpa/devil ef5449deda 16/49: Add kill-line and undo to repeatab


From: ELPA Syncer
Subject: [nongnu] elpa/devil ef5449deda 16/49: Add kill-line and undo to repeatable keys
Date: Mon, 15 May 2023 12:59:31 -0400 (EDT)

branch: elpa/devil
commit ef5449dedade848e55a83c7fff1b15083e905ece
Author: Susam Pal <susam@susam.net>
Commit: Susam Pal <susam@susam.net>

    Add kill-line and undo to repeatable keys
---
 CHANGES.md | 21 +++++++++++++++++++++
 devil.el   |  2 ++
 2 files changed, 23 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index cbf18a0541..5076899c63 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,27 @@
 Changelog
 =========
 
+0.2.0 (UNRELEASED)
+------------------
+
+### Added
+
+- Add `, k` to the default list of repeatable keys.
+- Add `, /` to the default list of repeatable keys.
+- Add `, m m y` to the default list of repeatable keys.
+
+
+### Changed
+
+- Automatically detect the activation key and accumulate it in order
+  to support `devil-mode-map` with multiple activation keys.
+
+
+### Fixed
+
+- Remove a stray `message` call.
+
+
 0.1.0 (2023-05-07)
 ------------------
 
diff --git a/devil.el b/devil.el
index acdf032c35..b24e631ea9 100644
--- a/devil.el
+++ b/devil.el
@@ -110,6 +110,8 @@ to represent `devil-key' in the keys.")
         "%k n"
         "%k f"
         "%k b"
+        "%k k"
+        "%k /"
         "%k m m f"
         "%k m m b"
         "%k m m y"



reply via email to

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