diff options
-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 |