diff options
| author | Craig Jennings <c@cjennings.net> | 2025-10-21 16:49:57 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-10-21 16:49:57 -0500 |
| commit | 009bcd31604340c7a74ecd7c726fb064f432e53e (patch) | |
| tree | ee728fe6130e5b0972905c4174f68db2923fc754 /modules/custom-misc.el | |
| parent | 1d65e725d1d923b10510b61d8e0b922b82cbf573 (diff) | |
| download | dotemacs-009bcd31604340c7a74ecd7c726fb064f432e53e.tar.gz dotemacs-009bcd31604340c7a74ecd7c726fb064f432e53e.zip | |
moved toggle-debug-on error keybindign to config-utils
Diffstat (limited to 'modules/custom-misc.el')
| -rw-r--r-- | modules/custom-misc.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/custom-misc.el b/modules/custom-misc.el index 8aa6d9c9c..2e7e5d44d 100644 --- a/modules/custom-misc.el +++ b/modules/custom-misc.el @@ -116,7 +116,6 @@ to nil." (keymap-set cj/custom-keymap "W" #'cj/count-words-buffer-or-region) (keymap-set cj/custom-keymap "/" #'cj/replace-fraction-glyphs) (keymap-set cj/custom-keymap "A" #'align-regexp) -(keymap-set cj/custom-keymap "B" #'toggle-debug-on-error) (keymap-set cj/custom-keymap "|" #'display-fill-column-indicator-mode) (provide 'custom-misc) |
