mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Removes the +snippets flag from config/default. The default snippets can be disabled by disabling the emacs-snippets package.
11 lines
234 B
EmacsLisp
11 lines
234 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; feature/snippets/packages.el
|
|
|
|
(package! yasnippet)
|
|
(package! auto-yasnippet)
|
|
|
|
(package! emacs-snippets
|
|
:recipe (:fetcher github
|
|
:repo "hlissner/emacs-snippets"
|
|
:files ("*")))
|