diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 3723462..18a1091 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -846,7 +846,39 @@ as well. #+begin_src emacs-lisp (use-package autoinsert :straight nil - :hook (after-init-hook . auto-insert-mode)) + :hook (after-init-hook . auto-insert-mode) + :config + (add-to-list + 'auto-insert-alist + '(("\\.html\\'" . "HTML Skeleton") + "" + " + +
+ + +