about summary refs log tree commit diff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-07-14T21·51+0200
committerVincent Ambo <vincent@spotify.com>2013-07-14T21·51+0200
commitdc0e8b98715ece0a574c3e28dff0af65b9a28229 (patch)
treee79bb820378ba21bba07f8869d6457e06fd4ef56 /emacs.d/init.el
parentd23221d2436f0a4558d5ac35e9e272ab950b656e (diff)
emacs: Add racket things
Diffstat (limited to 'emacs.d/init.el')
-rw-r--r--emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 98bffa577f..8c89496ae9 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -28,6 +28,8 @@
 		  nrepl
 		  projectile
 		  rainbow-delimiters
+                  geiser
+                  quack
 		  )
 
   "A list of packages to install at launch.")