diff options
-rw-r--r-- | config.org | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/config.org b/config.org index c10296e..6208dd3 100644 --- a/config.org +++ b/config.org | |||
@@ -1407,16 +1407,6 @@ 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 | |||
1420 | *** Lua | 1410 | *** Lua |
1421 | 1411 | ||
1422 | #+begin_src emacs-lisp | 1412 | #+begin_src emacs-lisp |