about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org11
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