aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-prog.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/ycp-prog.el')
-rw-r--r--emacs/.emacs.d/init/ycp-prog.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-prog.el b/emacs/.emacs.d/init/ycp-prog.el
index 78bdd88..6696aaf 100644
--- a/emacs/.emacs.d/init/ycp-prog.el
+++ b/emacs/.emacs.d/init/ycp-prog.el
@@ -271,6 +271,10 @@
"C-<left>" nil
"C-<right>" nil
"M-?" nil
+ ;; we want to reserve M-r to `previous-matching-history-element'
+ ;; when in minibuffer and ielm
+ "M-r" nil
+ "M-i" #'paredit-raise-sexp
"C-j" nil ;not ideal, we just want to unshadow it in lisp-interaction-mode
"<RET>" #'paredit-newline
"M-s" nil