diff options
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 () |
