(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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user