diff options
author | Case Duckworth | 2021-02-26 19:25:03 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-26 19:25:03 -0600 |
commit | 3eb161f36f6e6b6a88b8fb41e994187c47e4de0c (patch) | |
tree | c18ea9efe5635c3f2d957a25fd420ee1c410d9df | |
parent | Remove =org-appear= for built-in =visible-mode= (diff) | |
download | emacs-3eb161f36f6e6b6a88b8fb41e994187c47e4de0c.tar.gz emacs-3eb161f36f6e6b6a88b8fb41e994187c47e4de0c.zip |
Add macrostep
A lifesaver!!
-rw-r--r-- | config.org | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.org b/config.org index 3a70edd..194eb37 100644 --- a/config.org +++ b/config.org | |||
@@ -2037,6 +2037,17 @@ of (I suppose) generic files. | |||
2037 | (get 'when 'common-lisp-indent-function)) | 2037 | (get 'when 'common-lisp-indent-function)) |
2038 | #+end_src | 2038 | #+end_src |
2039 | 2039 | ||
2040 | **** Macrostep :package: | ||
2041 | |||
2042 | #+begin_src emacs-lisp :noweb-ref packages | ||
2043 | (straight-use-package 'macrostep) | ||
2044 | #+end_src | ||
2045 | |||
2046 | #+begin_src emacs-lisp :noweb-ref bindings | ||
2047 | (acdw/bind "`" #'macrostep-expand | ||
2048 | :map acdw/leader) | ||
2049 | #+end_src | ||
2050 | |||
2040 | *** Web | 2051 | *** Web |
2041 | 2052 | ||
2042 | #+begin_src emacs-lisp :noweb-ref packages | 2053 | #+begin_src emacs-lisp :noweb-ref packages |