dev: merge branch 'master' of github.com:doomemacs

This commit is contained in:
Matt Nish-Lapidus 2024-08-26 11:03:42 -04:00
commit 3770a8d88f
20 changed files with 130 additions and 46 deletions

View file

@ -21,7 +21,7 @@
(use-package! jinja2-mode
:mode "\\.j2$"
:mode "\\.j2\\'"
:config
;; The default behavior is to reindent the whole buffer on save. This is
;; disruptive and imposing. There are indentation commands available; the user