diff options
author | Case Duckworth | 2020-12-04 00:33:27 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-04 00:33:27 -0600 |
commit | 817c50fd72e2006da7759d7c5928dfb0efaa2007 (patch) | |
tree | efbcf4f71e8e43b9557389268bcbf2a578aec1e8 | |
parent | Add elisp-format (diff) | |
download | emacs-817c50fd72e2006da7759d7c5928dfb0efaa2007.tar.gz emacs-817c50fd72e2006da7759d7c5928dfb0efaa2007.zip |
Remove elisp-format-buffer
-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 |