Commit graph

453 commits

Author SHA1 Message Date
myuhe
674867f891 add window-layout 2012-05-19 09:32:20 +09:00
Steve Purcell
ad78601585 Merge pull request #121 from bradleywright/scala-mode
Change scala-mode recipe to use official GitHub repo
2012-05-18 06:54:17 -07:00
Bradley Wright
6ac30092fa Change source to point at official GitHub repo. 2012-05-18 14:45:06 +01:00
Steve Purcell
dc90468eec Merge pull request #120 from bradleywright/scala-mode
Scala mode from official SVN repo
2012-05-18 05:38:18 -07:00
Bradley Wright
2e2768b74a Scala mode from official SVN repo 2012-05-18 13:08:52 +01:00
Donald Curtis
ab27cb17c0 leftover date 2012-05-16 13:29:53 -05:00
Donald Curtis
28f368daeb Change up the output to make reading log files cleaner. 2012-05-16 10:45:33 -05:00
Donald Ephraim Curtis
be28db1bfb Merge pull request #118 from ongaeshi/master
Add duplicate-thing recipe.
2012-05-15 11:37:13 -07:00
Donald Ephraim Curtis
17096b4527 Merge pull request #115 from bradleywright/color-theme-solarized
Added color-theme-solarized recipe.
2012-05-15 11:36:34 -07:00
ongaeshi
6878e9cfc9 Add duplicate-thing 2012-05-16 01:20:09 +09:00
Donald Curtis
42ac78dad8 Ignore duplicate files in tar.
Sometimes the name-pkg.el file is included but gets included twice
because we also add our own version. This causes problems when
installing.  The `tar' will list both files and extract only one and
the tar mode for Emacs doesn't behave nicely.
2012-05-14 10:02:37 -05:00
Steve Purcell
ca5608128f Merge pull request #117 from bradleywright/color-theme
Add support for Emacs 23 color-theme
2012-05-14 01:18:02 -07:00
Bradley Wright
998292f6e1 Add support for Emacs 23 color-theme
This is to support issue #115
2012-05-14 08:43:15 +01:00
Bradley Wright
3c127605ab Added support for color-theme-solarized 2012-05-13 09:11:26 +01:00
Donald Ephraim Curtis
caa027f047 Merge pull request #114 from bbatsov/master
Added prelude-python and prelude-erlang recipes
2012-05-12 07:56:16 -07:00
Bozhidar Batsov
c66c3ba522 added prelude-erlang recipe 2012-05-12 16:41:50 +03:00
Bozhidar Batsov
6447aed4b9 added prelude-python recipe 2012-05-12 16:41:39 +03:00
Donald Curtis
a1fd643176 Update pony-mode repo changes 2012-05-07 11:10:14 -05:00
Steve Purcell
e487e9ebf1 Enforce checkdoc-minor-mode 2012-05-07 11:43:21 +01:00
Steve Purcell
bdeaf23b68 Merge pull request #108 from drothlis/pretty-symbols
Recipe for pretty-symbols-mode -- a configurable replacement for pretty-mode
2012-05-07 03:37:19 -07:00
David Rothlisberger
9ef4091563 Recipe for pretty-symbols-mode -- a configurable replacement for pretty-mode. 2012-05-07 11:31:23 +01:00
Donald Curtis
e456ea3cbf Hotfix to let build continue after error. 2012-05-06 08:21:44 -05:00
Steve Purcell
73cd32ccae Make 'package-build-archive-ignore-errors prompt for package name when called interactively 2012-05-06 12:13:12 +01:00
Steve Purcell
83265caeb7 Print timestamps when starting to build packages (convenient when viewing build output) 2012-05-06 11:55:06 +01:00
Steve Purcell
f421778f5f Fix broken autopair recipe, which referred to a missing autopair-pkg.el file 2012-05-06 11:52:49 +01:00
Steve Purcell
8be7c714c7 Simplify the functions dealing with source/dest file paths (see #97)
This commit introduces pb/expand-file-specs, which expands a :files
list into a list of (SOURCE . DEST) pairs -- SOURCE is the relative
path of a source file or directory, and DEST is the relative path to
which it should be copied. By mapcar'ing this list, it's then easy to
get lists of the source and destination files, and copying files
becomes as easy as copying each SOURCE to its corresponding DEST.
2012-05-06 09:48:13 +01:00
Steve Purcell
c9220870ed Normalise the file-list functions so they can be assessed for similarities 2012-05-06 09:48:13 +01:00
Sarah Iovan
bd6ce27c31 added emacs24-inkpot color theme
Closes #102

Signed-off-by: Donald Curtis <dcurtis@milkbox.net>
2012-05-05 13:45:29 -05:00
Steve Purcell
db3166b9fb Merge pull request #107 from sindikat/master
python-magic
2012-05-05 06:31:10 -07:00
sindikat
f4540078c5 python-magic 2012-05-05 19:25:18 +06:00
Steve Purcell
ae65398402 Merge pull request #106 from sindikat/master
outline-magic from EmacsWiki
2012-05-05 06:06:22 -07:00
sindikat
096c549c16 added outline-magic.el 2012-05-05 18:54:43 +06:00
Steve Purcell
707696fbec Merge pull request #104 from maio/helm-git
Add recipe for helm-git
2012-05-05 04:47:23 -07:00
Marian Schubert
5dafae1ef1 Add recipe for helm-git 2012-05-05 12:07:44 +02:00
Steve Purcell
c269f0ef82 Remove some duplication by introducing pb/expand-source-file-list 2012-05-05 08:48:17 +01:00
Steve Purcell
d23d831e30 Stop recipes dir-locals from breaking dired (fixes #103) 2012-05-05 08:32:24 +01:00
Steve Purcell
8e8696fa14 Use idiomatic "not" in place of "(zerop (length lst))" 2012-05-04 20:34:28 +01:00
Steve Purcell
f17809801c Fix compilation warnings about references to free variables 2012-05-04 20:33:25 +01:00
Donald Curtis
5292ee7ff8 Adding zf-mode recipe.
Closes #86
2012-05-03 21:51:16 -05:00
Donald Curtis
dbfefe681b add tango-2-theme recipe 2012-05-03 21:39:23 -05:00
Donald Curtis
000bffabf6 On error return nil 2012-05-03 21:04:06 -05:00
Donald Curtis
203315d8cd Clean out debugging code. Add others. 2012-05-03 21:03:10 -05:00
Donald Curtis
e54824d6c3 Dump error backtrace to stderr while ignoring errors. 2012-05-03 20:46:16 -05:00
Donald Curtis
2f7bfdd9d0 use ;;; to denote package name 2012-05-03 20:46:16 -05:00
Donald Curtis
65aaef511a use "source" and "target" consistently 2012-05-03 20:46:16 -05:00
Donald Curtis
e6f81bf99a README changes for new recipe format 2012-05-03 20:46:16 -05:00
Donald Curtis
ca7bf43ef8 Update recipes based on new style 2012-05-03 20:46:16 -05:00
Donald Curtis
a6e1dbe977 New style :files directive in recipes. 2012-05-03 20:25:49 -05:00
Steve Purcell
d13e2386e4 pretty-mode should be a wiki recipe 2012-05-03 11:19:09 +01:00
Donald Curtis
49fec624df Add pony-mode. 2012-05-02 15:54:23 -05:00