summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-01 16:42:44 -0500
committerCase Duckworth2021-04-01 16:42:44 -0500
commitcda59ad6b2087b41c723bdadbf3e6f476915a885 (patch)
tree03494b51a5a142c527d50af1b5681706dd3ba96c /init.el
parentDefine `acdw/reindent-buffer' and hook into elisp (diff)
downloademacs-cda59ad6b2087b41c723bdadbf3e6f476915a885.tar.gz
emacs-cda59ad6b2087b41c723bdadbf3e6f476915a885.zip
Break "Programming languages" out into its own section
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
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