Add private/default

This will replace private/hlissner.

Addresses #301
This commit is contained in:
Henrik Lissner 2017-12-23 02:27:42 -05:00
parent 88a3732ae7
commit 79fbaf3d98
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
6 changed files with 1087 additions and 2 deletions

View file

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