[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ergoemacs-mode 97d856bbf0: Add note based on #526
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ergoemacs-mode 97d856bbf0: Add note based on #526 |
Date: |
Thu, 29 Aug 2024 00:58:00 -0400 (EDT) |
branch: externals/ergoemacs-mode
commit 97d856bbf081de1d387ec646d06aac7bcce3f675
Author: Matthew Fidler <matthew.fidler@gmail.com>
Commit: Matthew Fidler <matthew.fidler@gmail.com>
Add note based on #526
---
Readme.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/Readme.md b/Readme.md
index e6e4d06dd1..48233647cf 100644
--- a/Readme.md
+++ b/Readme.md
@@ -59,6 +59,16 @@ term-mode instead of `org-capture`, you can define the key
as follows:
(define-key ergoemacs-user-keymap (kbd "C-p") 'undefined)
```
+ This will unbind the printing interface.
+
+If you want to truly drop the `ergoemacs-mode` key and use `emacs`'s default
you can also remove them from the `ergoemacs-mode` by:
+
+ ```lisp
+ (define-key ergoemacs-override-keymap (kbd "C-p") nil)
+ ```
+
+ This will have `C-p` be previous line, like it is in emacs.
+
## How `ergoemacs-mode' works the "magic"
`ergoemacs-mode` binds all of its keys in the
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/ergoemacs-mode 97d856bbf0: Add note based on #526,
ELPA Syncer <=