diff options
author | Case Duckworth | 2020-12-04 00:31:34 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-04 00:32:07 -0600 |
commit | cc607627482aae73588a78ca563846398c3ef096 (patch) | |
tree | 315344e42cb4a9ce10cb2d7bad94f4a9006abf41 | |
parent | Add hl-todo (diff) | |
download | emacs-cc607627482aae73588a78ca563846398c3ef096.tar.gz emacs-cc607627482aae73588a78ca563846398c3ef096.zip |
Add elisp-format
-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 |