diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-09-19T23·02+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-09-19T23·02+0200 |
commit | 9a9c9192b1e060ace939c35150042cbcfb164bd6 (patch) | |
tree | 197a20ca0f05b6073b04363621a3e0bea86f8544 | |
parent | 924e60005e10aba8ec16622998df642f14997807 (diff) |
Removed some packages
-rw-r--r-- | init.el | 6 |
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) |