diff options
-rw-r--r-- | config.org | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config.org b/config.org index 6208dd3..c10296e 100644 --- a/config.org +++ b/config.org | |||
@@ -1407,6 +1407,16 @@ These are the programming languages I (don't really) use. | |||
1407 | :mode "\\.fnl\\'") | 1407 | :mode "\\.fnl\\'") |
1408 | #+end_src | 1408 | #+end_src |
1409 | 1409 | ||
1410 | **** Elisp | ||
1411 | |||
1412 | ***** [[https://www.emacswiki.org/emacs/ElispFormat][elisp-format]] | ||
1413 | |||
1414 | #+begin_src emacs-lisp | ||
1415 | (use-package elisp-format | ||
1416 | :hook | ||
1417 | (before-save . elisp-format-buffer)) | ||
1418 | #+end_src | ||
1419 | |||
1410 | *** Lua | 1420 | *** Lua |
1411 | 1421 | ||
1412 | #+begin_src emacs-lisp | 1422 | #+begin_src emacs-lisp |