diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |