Clean up + refactor
This commit is contained in:
parent
7e282841ba
commit
9571acd3e9
18 changed files with 136 additions and 102 deletions
|
@ -1,10 +1,10 @@
|
|||
;;; core-file-templates.el --- file templates
|
||||
;;; core-file-templates.el
|
||||
|
||||
(use-package autoinsert
|
||||
:defer t
|
||||
:init
|
||||
(setq auto-insert-query nil ; Don't prompt before insertion
|
||||
auto-insert-alist '())
|
||||
(setq auto-insert-query nil ; Don't prompt before insertion
|
||||
auto-insert-alist '()) ; Tabula rasa
|
||||
:config
|
||||
(auto-insert-mode 1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue