Put auto-insert in a better use-package
This commit is contained in:
parent
7161c6e06b
commit
4c9a24e55b
@ -17,7 +17,8 @@
|
||||
:init
|
||||
(global-visual-line-mode t)
|
||||
(set-language-environment "UTF-8")
|
||||
(global-prettify-symbols-mode 1))
|
||||
(global-prettify-symbols-mode 1)
|
||||
(auto-insert-mode))
|
||||
|
||||
(use-package compat)
|
||||
|
||||
@ -868,9 +869,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user