diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2024-08-26 18:10:19 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2024-08-26 18:10:19 +0200 |
| commit | 5501e858bddce3753cbf7313de454f28ac3995b6 (patch) | |
| tree | 59d601280070f920a033b24913d79379b247e3c6 /dot.emacs.d | |
| parent | a65bb82b364b1a89fb07e8eadc4ae59e52c6f979 (diff) | |
Emacs: Install macrostep
Diffstat (limited to 'dot.emacs.d')
| -rw-r--r-- | dot.emacs.d/init.el | 4 |
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 () |
