Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #118 from nonsequitur/v2
Browse files Browse the repository at this point in the history
Remove tromey.com dependencies, upgrade Smex.
  • Loading branch information
technomancy committed Dec 12, 2011
2 parents f91de49 + 4f692b6 commit 3667ac4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
13 changes: 0 additions & 13 deletions README.markdown
Expand Up @@ -53,19 +53,6 @@ Other modules are also available:

These modules are installed separately from the base Starter Kit package.

If you are going to use starter-kit-ruby, you'll need to add
tromey.com as a package source as well as Marmalade. starter-kit-ruby
depends on packages that exist on tromey.com, but not on Marmalade.

```Lisp
(require 'package)
(add-to-list 'package-archives
'("marmalade" . "http://marmalade-repo.org/packages/") t)
(add-to-list 'package-archives
'("tromey" . "http://tromey.com/elpa/") t)
(package-initialize)
```

It's recommended to create a list of packages in init.el which will be
installed if they are found to not be present:

Expand Down
4 changes: 2 additions & 2 deletions modules/starter-kit-ruby.el
Expand Up @@ -4,9 +4,9 @@
;;
;; Author: Phil Hagelberg <technomancy@gmail.com>
;; URL: http://www.emacswiki.org/cgi-bin/wiki/StarterKit
;; Version: 2.0.1
;; Version: 2.0.2
;; Keywords: convenience
;; Package-Requires: ((inf-ruby "2.2.1") (starter-kit "2.0.1"))
;; Package-Requires: ((inf-ruby "2.2.3") (starter-kit "2.0.1"))
;; This file is not part of GNU Emacs.

;;; Commentary:
Expand Down
2 changes: 1 addition & 1 deletion starter-kit-pkg.el
@@ -1,4 +1,4 @@
(define-package "starter-kit" "2.0.3"
"Saner defaults and goodies."
'((paredit "22") (idle-highlight-mode "1.1.1") (find-file-in-project "3.0")
(smex "1.1.1") (ido-ubiquitous "0.3") (magit "0.8.1")))
(smex "1.1.2") (ido-ubiquitous "0.3") (magit "0.8.1")))

0 comments on commit 3667ac4

Please sign in to comment.