aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2024-08-26 18:10:19 +0200
committerThomas Schneider <qsx@chaotikum.eu>2024-08-26 18:10:19 +0200
commit5501e858bddce3753cbf7313de454f28ac3995b6 (patch)
tree59d601280070f920a033b24913d79379b247e3c6
parenta65bb82b364b1a89fb07e8eadc4ae59e52c6f979 (diff)
Emacs: Install macrostep
-rw-r--r--dot.emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 622a6a3..f750b27 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -242,6 +242,10 @@
:config
(add-hook 'emacs-lisp-mode-hook #'qsx-no-indent-tabs-mode))
+(use-package macrostep
+ :bind (:map emacs-lisp-mode-map
+ ("C-c e" . macrostep-expand)))
+
(use-package dockerfile-mode)
(defun qsx-dont-show-line-numbers-hook ()