From 7161c6e06bf7e0b81b285ed1970714464e1f24f5 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Wed, 8 Mar 2023 09:24:50 -0900 Subject: [PATCH] enable Auto-insert: the template we all wanted --- lisp/mitch-packages.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 7483858..ce0095c 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -868,7 +868,9 @@ Return nil if DIR is not in a hugo project at all." :repo "ideasman42/emacs-elisp-autofmt" :files ("*")) :custom (elisp-autofmt-python-bin "/usr/bin/python3")) - +(use-package auto-insert + :elpaca nil + :init (auto-insert-mode)) ;; Shell linting? (use-package flymake