Commit graph

1621 commits

Author SHA1 Message Date
Donald Curtis
dfb7f76a3e minor working fix. 2012-03-17 10:37:32 -05:00
Donald Curtis
73ab263d9e should be easy to checkout the repository. 2012-03-17 10:36:46 -05:00
Donald Curtis
d8fbc08336 Updates to README to remove old commands and text. 2012-03-17 10:06:39 -05:00
Steve Purcell
429aa60880 Check for sentinel version control files/dirs inside working dirs, to avoid errors
A problem existed prior to this commit: if a package was changed from
darcs to git, then running "git pull" in the package's working dir
would silently perform that git operation in the root of the Melpa
repo. Checking that the version control for a working dir is as
expected prevents this issue.
2012-03-16 14:33:12 +00:00
Steve Purcell
3697b36d06 Raise error when 'pb/run-process exits with a non-zero code. 2012-03-16 14:30:13 +00:00
Steve Purcell
7bbdcf7839 Haskell-mode has moved from Darcs to github 2012-03-16 13:42:41 +00:00
Donald Curtis
a98eb08ec4 added evil-surround 2012-03-13 17:52:49 -05:00
Donald Curtis
1c2382b586 add molokai-theme 2012-03-13 09:22:04 -05:00
Donald Curtis
e26b591932 add ir_black-theme 2012-03-13 09:21:58 -05:00
Donald Curtis
2a210c53e3 revert some wiki packages for the time being 2012-03-06 16:27:40 -06:00
Donald Curtis
28e4c6137b add auto-complete package 2012-03-06 15:56:36 -06:00
Donald Curtis
53cdf28f54 Add ESS (Emacs Speaks Statistics) 2012-03-06 15:50:59 -06:00
Donald Curtis
78cfac5f6d update multi-term to use personal git repo 2012-03-06 15:44:01 -06:00
Donald Curtis
7a3a0b7357 convert rainbow-delimiters to a person git repo 2012-03-06 15:31:34 -06:00
Donald Curtis
b552a5eb1d convert flymake-cursor to a person git repo 2012-03-06 15:31:23 -06:00
Donald Curtis
91a7d88e1f add multi-term 2012-03-04 21:03:03 -06:00
Donald Curtis
105d1fb046 Adding pastels-on-dark-theme 2012-03-04 13:24:54 -06:00
Steve Purcell
d284e62ccf Add sanityinc-solarized and sanityinc-tomorrow theme families 2012-03-03 09:04:37 +00:00
Hugo Duncan
286764ba27 Add slime-ritz, a slime extension for the ritz clojure swank server
Closes #4

Signed-off-by: Donald Curtis <dcurtis@milkbox.net>
2012-03-01 15:11:25 -06:00
Maciej Mazur
204dd00e4b Change ido-ubiquitous GIT repo to the maintained one
Closes #3

Signed-off-by: Donald Curtis <dcurtis@milkbox.net>
2012-02-29 16:54:25 -06:00
Maciej Mazur
28162923c2 Added https://github.com/fgallina/multi-web-mode
Signed-off-by: Donald Curtis <dcurtis@milkbox.net>
2012-02-28 16:16:51 -06:00
Steve Purcell
7208866884 Add vimgolf recipe 2012-02-27 09:48:53 +00:00
Steve Purcell
51fdff7d29 Explicitly provide 'package-build 2012-02-27 09:48:17 +00:00
Steve Purcell
b9666e7867 Stylistic fix for code chunk which was reassigning a var 2012-02-27 09:48:17 +00:00
Steve Purcell
18fe834e0a Fail harder if asked to build an unknown package 2012-02-27 09:48:17 +00:00
Donald Ephraim Curtis
f4ea8ee3f9 bug in the melpa package info 2012-02-13 23:12:34 -06:00
Donald Ephraim Curtis
644077a787 don't build the syncing mechanism into the melpa script 2012-02-13 21:40:06 -06:00
Steve Purcell
b4856f8f3d Group the internal functions and public interface functions together 2012-02-11 11:49:02 +00:00
Steve Purcell
932c878f66 Remove nil optional args in call to 'write-region 2012-02-11 11:42:19 +00:00
Steve Purcell
647189743d Use shorter "pb/" prefix for internal functions to aid clarity 2012-02-09 21:34:32 +00:00
Steve Purcell
589ea72384 Tidy up attempt to use copy-seq to keep function side-effect free 2012-02-09 21:01:39 +00:00
Steve Purcell
c013231a48 Use "when" instead of "if" in the absence of an "else" expression 2012-02-09 21:00:42 +00:00
Steve Purcell
f31edc2997 Declare the build and archive alist vars early, and initialize them later.
This keeps the byte-compilation process happier, and allows melpa
developers to reload the pkglist file using "M-x package-build-initialize"
2012-02-03 14:46:55 +00:00
Steve Purcell
e65a8fc0b0 Ensure all functions are correctly namespaced 2012-02-03 14:39:16 +00:00
Steve Purcell
3924aa896d Tidy up the fallback code for locating package info in .pkg, .pkg.in, and .el files 2012-02-02 20:30:15 +00:00
Steve Purcell
c8e29ccda9 Add todochiku.el 2012-02-02 20:07:19 +00:00
Donald Ephraim Curtis
0dc54389a5 add flymake-cursor package 2012-02-02 14:05:20 -06:00
Donald Ephraim Curtis
c26d804796 Fix indentation in pkglist. 2012-02-02 14:05:05 -06:00
Donald Ephraim Curtis
bd5564405a Remove commented functions. 2012-02-02 13:22:27 -06:00
Donald Ephraim Curtis
6f91ac9380 Add the melpa package. Self promotion. 2012-02-02 13:21:45 -06:00
Donald Ephraim Curtis
fee98f4cdd Fixed a bug when generating *-pkg.el files
Dependencies were not being properly generated, quoted lists of cons.
2012-02-02 13:20:43 -06:00
Steve Purcell
27b1d7fc2e Add git-blame.el 2012-02-02 14:47:11 +00:00
Steve Purcell
879cf3a61b Add js3.el 2012-02-02 14:39:18 +00:00
Steve Purcell
60083032da Extract common code for updating pkg-info with new version 2012-01-31 14:23:27 +00:00
Steve Purcell
a7f748c14a Rename a couple of function args for clarity 2012-01-31 14:02:42 +00:00
Steve Purcell
905854725f Cursorily fix up all docstrings to pass checkdoc tests. 2012-01-31 10:52:02 +00:00
Steve Purcell
69d4ad65c2 Factor out code for writing pretty-printed sexps to disk 2012-01-31 10:52:02 +00:00
Donald Ephraim Curtis
97dc2430b1 Minor indentation fixes. 2012-01-30 21:19:06 -06:00
Donald Ephraim Curtis
b8791caf7a Rinari Fix: use a special fork of findr,inflections,and jump. 2012-01-30 21:18:59 -06:00
Donald Ephraim Curtis
b526f12dec Advice is no longer needed as a fix has been pushed to HEAD 2012-01-30 21:17:33 -06:00