(Emacs)+snippets from doom-snippet and removed default package

I've re-enabled yasnippet for ease of use, and added a ton of snippets
directly into my Dotfiles so only I get to curate what snippets are
removed.  Screw downloading them off someone else's repository at
their total mercy.
This commit is contained in:
2021-07-23 21:36:29 +01:00
parent 597bb886d9
commit 91c8da0e83
763 changed files with 5443 additions and 22 deletions

View File

@@ -849,9 +849,6 @@ as well.
:hook (after-init-hook . auto-insert-mode))
#+end_src
*** Yasnippet default
:PROPERTIES:
:header-args:emacs-lisp: :tangle no
:END:
Setup global mode after evil mode has been loaded
#+begin_src emacs-lisp
(use-package yasnippet
@@ -865,15 +862,6 @@ Setup global mode after evil mode has been loaded
:config
(yas-load-directory (no-littering-expand-etc-file-name "yasnippet/snippets")))
#+end_src
*** Yasnippet snippets
:PROPERTIES:
:header-args:emacs-lisp: :tangle no
:END:
Collection of snippets, activate after yasnippet has been loaded.
#+begin_src emacs-lisp
(use-package yasnippet-snippets
:after yasnippet)
#+end_src
** Emacs Mode-line
:PROPERTIES:
:HTML_CONTAINER: details