From 12ff40a388a019a4ecf268896202aec986e8fd88 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 12 Apr 2020 14:51:11 -0400 Subject: [PATCH] Add convenience C-c e p binding for pp-macroexpand-last-sexp --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 184ae64..e1cb047 100644 --- 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) -- 2.20.1