summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-08-05 19:03:08 +0200
committerUlrich Müller <ulm@gentoo.org>2024-08-05 19:03:08 +0200
commit3aacecb5a3fae211cbe8b71a02097ef4920c6a5e (patch)
tree105532bf79a6b7645a1601f49dd08fc8a8eaa990 /ChangeLog
parentMore static-if (diff)
downloadebuild-mode-3aacecb5a3fae211cbe8b71a02097ef4920c6a5e.tar.gz
ebuild-mode-3aacecb5a3fae211cbe8b71a02097ef4920c6a5e.tar.bz2
ebuild-mode-3aacecb5a3fae211cbe8b71a02097ef4920c6a5e.zip
Update keybindings for ebuild-mode
* ebuild-mode.el (ebuild-mode-map): Keybindings now use C-c C-e as their prefix. * ebuild-mode.texi (ebuild-mode): Document the new keybindings. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 919826e..dce4104 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2024-08-05 Ulrich Müller <ulm@gentoo.org>
+ * ebuild-mode.el (ebuild-mode-map): Keybindings now use C-c C-e
+ as their prefix.
+ * ebuild-mode.texi (ebuild-mode): Document the new keybindings.
+
* ebuild-mode.el (ebuild-mode, ebuild-run-command)
(ebuild-mode-get-completion-function, ebuild-mode-run-pkgdev)
(ebuild-mode-run-pkgcheck, ebuild-repo-mode, find-file-hook):