diff options
author | Case Duckworth | 2021-04-01 16:42:44 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-01 16:42:44 -0500 |
commit | cda59ad6b2087b41c723bdadbf3e6f476915a885 (patch) | |
tree | 03494b51a5a142c527d50af1b5681706dd3ba96c | |
parent | Define `acdw/reindent-buffer' and hook into elisp (diff) | |
download | emacs-cda59ad6b2087b41c723bdadbf3e6f476915a885.tar.gz emacs-cda59ad6b2087b41c723bdadbf3e6f476915a885.zip |
Break "Programming languages" out into its own section
-rw-r--r-- | init.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el index 12f25a6..0f235b3 100644 --- a/init.el +++ b/init.el | |||
@@ -722,7 +722,9 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
722 | (setup (:straight pdf-tools) | 722 | (setup (:straight pdf-tools) |
723 | (pdf-loader-install))) | 723 | (pdf-loader-install))) |
724 | 724 | ||
725 | ;;;; Programming languages | 725 | ;;; Programming languages |
726 | ;; This section includes packages and other settings, because most languages' | ||
727 | ;; packages aren't packaged with Emacs. | ||
726 | 728 | ||
727 | ;;;;; Formatting | 729 | ;;;;; Formatting |
728 | (setup (:straight (apheleia :host github | 730 | (setup (:straight (apheleia :host github |