enable Auto-insert: the template we all wanted
This commit is contained in:
parent
964c36424a
commit
7161c6e06b
@ -868,7 +868,9 @@ Return nil if DIR is not in a hugo project at all."
|
|||||||
:repo "ideasman42/emacs-elisp-autofmt"
|
:repo "ideasman42/emacs-elisp-autofmt"
|
||||||
:files ("*"))
|
:files ("*"))
|
||||||
:custom (elisp-autofmt-python-bin "/usr/bin/python3"))
|
:custom (elisp-autofmt-python-bin "/usr/bin/python3"))
|
||||||
|
(use-package auto-insert
|
||||||
|
:elpaca nil
|
||||||
|
:init (auto-insert-mode))
|
||||||
|
|
||||||
;; Shell linting?
|
;; Shell linting?
|
||||||
(use-package flymake
|
(use-package flymake
|
||||||
|
Loading…
Reference in New Issue
Block a user