diff options
author | Case Duckworth | 2021-05-04 23:45:38 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-04 23:45:38 -0500 |
commit | fb4d9d85dc5190129364674cf54c70f8f484c955 (patch) | |
tree | e6f7124759f39bfb623786a8514548f42db27759 | |
parent | Add paredit-mode to reb-mode (diff) | |
download | emacs-fb4d9d85dc5190129364674cf54c70f8f484c955.tar.gz emacs-fb4d9d85dc5190129364674cf54c70f8f484c955.zip |
Change binding for reb-quit
M-q is shadowed by paredit, I think.
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index b3cdb27..789b869 100644 --- a/init.el +++ b/init.el | |||
@@ -427,7 +427,7 @@ | |||
427 | (:bind "RET" reb-replace-regexp | 427 | (:bind "RET" reb-replace-regexp |
428 | "M-n" reb-next-match | 428 | "M-n" reb-next-match |
429 | "M-p" reb-prev-match | 429 | "M-p" reb-prev-match |
430 | "M-q" reb-quit)))) | 430 | "C-c C-k" reb-quit)))) |
431 | 431 | ||
432 | (setup (:require recentf) | 432 | (setup (:require recentf) |
433 | (:option recentf-save-file (acdw/dir "recentf.el") | 433 | (:option recentf-save-file (acdw/dir "recentf.el") |