Skip to content

Commit

Permalink
Version 2.0.2 of the base starter-kit.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Sep 18, 2011
1 parent 73ec99c commit e0b9de2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .gitignore
@@ -1,5 +1,4 @@
*elc
.DS_Store
starter-kit-2.0
starter-kit-2.0.1
starter-kit-2.*
*.tar
5 changes: 3 additions & 2 deletions README.markdown
Expand Up @@ -21,8 +21,9 @@ screencast](http://peepcode.com/products/meet-emacs) helpful. The
You'll need Emacs 24, which comes with package.el. It's not hard to
compile [from source](http://github.com/emacsmirror/emacs), but
precompiled versions are readily available for
[Debian-based systems](http://emacs.naquadah.org/) and
[Mac OS X](http://emacsformacosx.com).
[Debian-based systems](http://emacs.naquadah.org/),
[Mac OS X](http://emacsformacosx.com), and
[Windows](http://code.google.com/p/emacs-for-windows/updates/list).

Add Marmalade as a package archive source in ~/.emacs.d/init.el:

Expand Down
2 changes: 1 addition & 1 deletion starter-kit-defuns.el
Expand Up @@ -4,7 +4,7 @@
;;
;; 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

;; This file is not part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion starter-kit-misc.el
Expand Up @@ -4,7 +4,7 @@
;;
;; 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

;; This file is not part of GNU Emacs.
Expand Down
4 changes: 2 additions & 2 deletions starter-kit-pkg.el
@@ -1,4 +1,4 @@
(define-package "starter-kit" "2.0.1"
(define-package "starter-kit" "2.0.2"
"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.1") (magit "1.0.0")))
(smex "1.1.1") (ido-ubiquitous "0.1") (magit "0.8.1")))
2 changes: 1 addition & 1 deletion starter-kit.el
Expand Up @@ -4,7 +4,7 @@
;;
;; 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

;; This file is not part of GNU Emacs.
Expand Down

0 comments on commit e0b9de2

Please sign in to comment.