Refactor package management system

This commit is contained in:
Henrik Lissner 2017-02-11 00:46:42 -05:00
parent 85d5360c7c
commit 7ef87546cc
10 changed files with 335 additions and 288 deletions

View file

@ -26,21 +26,6 @@
byte-compile-current-file)
(error "__FILE__ is unset")))
(@package anaphora
:commands (awhen aif acond awhile))
(@package async
:commands (async-start
async-start-process
async-byte-recompile-directory))
(@package persistent-soft
:preface (defvar pcache-directory (concat doom-cache-dir "pcache/"))
:commands (persistent-soft-exists-p
persistent-soft-fetch
persistent-soft-flush
persistent-soft-store))
;;
;; Library