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") + "" + " + + + + + "(read-string "Enter title: ") | """ + + + + + + + + + + + +" + _ +" +"))) #+end_src *** Yasnippet default Setup global mode after evil mode has been loaded