Update packages.el

This commit is contained in:
Yuxin Wu 2018-05-10 20:35:09 -07:00 committed by GitHub
parent c74dbfd1e6
commit f4222cf6f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ("*"))))