diff options
Diffstat (limited to 'users/aspen/emacs/packages.el')
-rw-r--r-- | users/aspen/emacs/packages.el | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/users/aspen/emacs/packages.el b/users/aspen/emacs/packages.el new file mode 100644 index 000000000000..cad4cc955304 --- /dev/null +++ b/users/aspen/emacs/packages.el @@ -0,0 +1,12 @@ +;; -*- no-byte-compile: t; -*- +;;; $DOOMDIR/packages.el + +(package! dash) +(package! paxedit) +(package! predd + :recipe (:host github :repo "skeeto/predd")) +(package! alert) +(package! flycheck-clojure) +(package! evil-matchit) +(package! string-inflection) +(package! protobuf-mode) |