Update packages.el
This commit is contained in:
parent
c74dbfd1e6
commit
f4222cf6f1
1 changed files with 5 additions and 4 deletions
|
@ -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 ("*"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue