Skip to content

Commit

Permalink
remove paredit from starter-kit-elpa.el which forces download of veri…
Browse files Browse the repository at this point in the history
…on 20; paredit >=21 needed for clojure
  • Loading branch information
sethtrain authored and technomancy committed Oct 14, 2009
1 parent 0e17b37 commit 6d0137a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions starter-kit-elpa.el
Expand Up @@ -8,8 +8,7 @@
'js2-mode
'css-mode
'gist
'nxml-mode
'paredit)
'nxml-mode)
"Libraries that should be installed by default.")

(defun starter-kit-elpa-install ()
Expand Down Expand Up @@ -44,4 +43,4 @@ just have to assume it's online."
;; unable to reproduce:
(autoload 'paredit-mode "paredit")

(provide 'starter-kit-elpa)
(provide 'starter-kit-elpa)

0 comments on commit 6d0137a

Please sign in to comment.