[Emacs] Add Emacs debugging shortcuts
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2021-12-26 14:51:36 +01:00
parent f5a9608420
commit 413ecb2d2b
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 10 additions and 7 deletions

View File

@ -7032,13 +7032,16 @@ The prefix here is ~T~.
:END:
My toggle keybinds are prefixed by ~t~.
#+name: keybinds-toggle
| Key | Function | Description |
|-----+---------------------+--------------|
| | | toggles |
| t | counsel-load-theme | |
| i | | input method |
| it | toggle-input-method | |
| is | set-input-mode | |
| Key | Function | Description |
|-----+-----------------------+--------------|
| | | toggles |
| t | counsel-load-theme | |
| d | | debug |
| de | toggle-debug-on-error | |
| dq | toggle-debug-on-quit | |
| i | | input method |
| it | toggle-input-method | |
| is | set-input-mode | |
** Windows
:PROPERTIES: