summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-05-12 17:31:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-05-12 17:31:30 -0700
commitfd61aa3f4d2d802085b0b37f7340b4c63b14d820 (patch)
tree0e1a8a6e2b4dce73dc35d4fe92e17f6b19f075e4 /.emacs.d
parent18870b668e19b356752c4712bc9439d789d013f8 (diff)
downloaddotfiles-fd61aa3f4d2d802085b0b37f7340b4c63b14d820.tar.gz
bind macrostep-expand
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 2db10c7f..8f2d21e1 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -3562,6 +3562,9 @@ likely to keep parentheses balanced."
(when (boundp 'lisp-data-mode-map) ; Emacs 27
(define-key lisp-data-mode-map [?\C-x ?\C-\;] #'spw/comment-form))
+(spw/feature-define-keys ((macrostep lisp-mode-shared-map))
+ "\C-ze" macrostep-expand)
+
;;;; Text mode