projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
679463c
)
Add convenience C-c e p binding for pp-macroexpand-last-sexp
author
Amin Bandali
<bandali@gnu.org>
Sun, 12 Apr 2020 18:51:11 +0000
(14:51 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 12 Apr 2020 18:51:11 +0000
(14:51 -0400)
init.el
patch
|
blob
|
blame
|
history
diff --git
a/init.el
b/init.el
index
184ae64
..
e1cb047
100644
(file)
--- a/
init.el
+++ b/
init.el
@@
-489,6
+489,7
@@
For disabling the behaviour for certain buffers and/or modes."
("C-c e b" . eval-buffer)
("C-c e e" . eval-last-sexp)
+ ("C-c e p" . pp-macroexpand-last-sexp)
("C-c e r" . eval-region)
("C-c e i" . emacs-init-time)