mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Update packages.el
This commit is contained in:
@ -1,7 +1,8 @@
|
|||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; config/default/packages.el
|
;;; config/default/packages.el
|
||||||
|
|
||||||
(package! emacs-snippets
|
(when (featurep! +snippets)
|
||||||
:recipe (:fetcher github
|
(package! emacs-snippets
|
||||||
:repo "hlissner/emacs-snippets"
|
:recipe (:fetcher github
|
||||||
:files ("*")))
|
:repo "hlissner/emacs-snippets"
|
||||||
|
:files ("*"))))
|
||||||
|
Reference in New Issue
Block a user