about summary refs log tree commit diff
path: root/users/aspen/emacs/packages.el
diff options
context:
space:
mode:
Diffstat (limited to 'users/aspen/emacs/packages.el')
-rw-r--r--users/aspen/emacs/packages.el14
1 files changed, 14 insertions, 0 deletions
diff --git a/users/aspen/emacs/packages.el b/users/aspen/emacs/packages.el
new file mode 100644
index 0000000000..0bcc345d88
--- /dev/null
+++ b/users/aspen/emacs/packages.el
@@ -0,0 +1,14 @@
+;; -*- no-byte-compile: t; -*-
+;;; $DOOMDIR/packages.el
+
+(package! dash)
+(package! paxedit)
+(package! predd
+  :recipe (:host github :repo "skeeto/predd"))
+(package! direnv)
+(package! alert)
+(package! flycheck-clojure)
+(package! evil-matchit)
+(package! string-inflection)
+(package! protobuf-mode)
+(package! hotfuzz)