From cda709cd71b49ae74692454a769f19abda5aaa8a Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Tue, 13 Sep 2011 19:01:08 -0700 Subject: [PATCH] Version 2.0.2 of the base starter-kit. --- .gitignore | 3 +-- README.markdown | 5 +++-- starter-kit-defuns.el | 2 +- starter-kit-misc.el | 2 +- starter-kit-pkg.el | 2 +- starter-kit.el | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index e94e8be141..c65a9ff8a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ *elc .DS_Store -starter-kit-2.0 -starter-kit-2.0.1 +starter-kit-2.* *.tar diff --git a/README.markdown b/README.markdown index 109b3c6f0d..99e3f563aa 100644 --- a/README.markdown +++ b/README.markdown @@ -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: diff --git a/starter-kit-defuns.el b/starter-kit-defuns.el index a012e1be37..a96105b0d6 100644 --- a/starter-kit-defuns.el +++ b/starter-kit-defuns.el @@ -4,7 +4,7 @@ ;; ;; Author: Phil Hagelberg ;; 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. diff --git a/starter-kit-misc.el b/starter-kit-misc.el index f5f658e785..4c8267eb05 100644 --- a/starter-kit-misc.el +++ b/starter-kit-misc.el @@ -4,7 +4,7 @@ ;; ;; Author: Phil Hagelberg ;; 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. diff --git a/starter-kit-pkg.el b/starter-kit-pkg.el index ca9d934292..bc6ac92fda 100644 --- a/starter-kit-pkg.el +++ b/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"))) diff --git a/starter-kit.el b/starter-kit.el index 14ab470090..dc0c58fc80 100644 --- a/starter-kit.el +++ b/starter-kit.el @@ -4,7 +4,7 @@ ;; ;; Author: Phil Hagelberg ;; 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.