branch: elpa/devil commit ef5449dedade848e55a83c7fff1b15083e905ece Author: Susam Pal <su...@susam.net> Commit: Susam Pal <su...@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"