💥 Move :private modules to :config

This commit is contained in:
Henrik Lissner 2018-02-14 23:16:38 -05:00
parent dfefbd0176
commit 6d7db48dc1
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
10 changed files with 101 additions and 38 deletions

View file

@ -0,0 +1,7 @@
;; -*- no-byte-compile: t; -*-
;;; config/default/packages.el
(package! emacs-snippets
:recipe (:fetcher github
:repo "hlissner/emacs-snippets"
:files ("*")))