From 413ecb2d2b2ebcae76d21244c36f5a5b3b06692d Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 26 Dec 2021 14:51:36 +0100 Subject: [PATCH] [Emacs] Add Emacs debugging shortcuts --- org/config/emacs.org | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 2246c76..a146a65 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -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: