about summary refs log tree commit diff
path: root/init.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-09-19T23·02+0200
committerVincent Ambo <vincent@spotify.com>2013-09-19T23·02+0200
commit9a9c9192b1e060ace939c35150042cbcfb164bd6 (patch)
tree197a20ca0f05b6073b04363621a3e0bea86f8544 /init.el
parent924e60005e10aba8ec16622998df642f14997807 (diff)
Removed some packages
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/init.el b/init.el
index 80525b12ccac..4abdac188a63 100644
--- a/init.el
+++ b/init.el
@@ -17,7 +17,6 @@
   '(ac-nrepl
     ace-jump-mode
     browse-kill-ring
-    circe
     clojure-mode
     flycheck
     flx-ido
@@ -28,7 +27,6 @@
     iy-go-to-char
     leuven-theme
     magit
-    magit
     markdown-mode
     multiple-cursors
     nrepl
@@ -39,9 +37,7 @@
     rainbow-mode
     smex
     switch-window
-    undo-tree
-    geiser
-    quack)
+    undo-tree)
   "A list of packages to install at launch.")
 
 (dolist (p my-pkgs)