Commit graph

3407 commits

Author SHA1 Message Date
Yasuyuki Oka
142eabcde0 Add lingr
https://github.com/lugecy/lingr-el
2014-02-05 20:01:12 +09:00
Steve Purcell
85445b5932 Merge pull request #1451 from dakrone/add-es-mode
Add es-mode (elasticsearch-mode) package
2014-01-31 12:34:40 -08:00
Lee Hinman
367f4ccac7 Add elasticsearch-mode 2014-01-31 12:37:20 -07:00
Steve Purcell
01e7a8cc1d Merge pull request #1450 from aki2o/bbdb-
add recipe for bbdb-
2014-01-31 05:18:19 -08:00
Steve Purcell
ec561bb8ee Merge pull request #1449 from yasuyk/java-snippets
Add java-snippets
2014-01-31 05:11:08 -08:00
Steve Purcell
bc3f6d15bc Merge pull request #1448 from yasuyk/traad
Add traad and its plugin
2014-01-31 05:10:11 -08:00
Steve Purcell
ac39130f8a Merge pull request #1447 from jpkotta/master
add fvwm-mode recipe
2014-01-31 05:09:06 -08:00
Steve Purcell
7fd43de49c Merge pull request #1443 from yasuyk/dokuwiki-mode
Add dokuwiki-mode
2014-01-31 05:03:19 -08:00
Steve Purcell
4935091346 Merge pull request #1442 from yasuyk/org-grep
Add org-grep
2014-01-31 05:02:35 -08:00
Steve Purcell
8579a357fd Merge pull request #1441 from yasuyk/navi2ch
Add navi2ch
2014-01-31 05:02:00 -08:00
Steve Purcell
6d359ec827 Merge pull request #1439 from yasuyk/prosjekt
Add prosjekt and its plugins
2014-01-31 04:56:15 -08:00
Steve Purcell
343a34103f Merge pull request #1438 from yasuyk/dirtree
Add dirtree
2014-01-31 04:55:57 -08:00
Steve Purcell
8a813e89fc Merge pull request #1437 from yasuyk/windata
Add windata
2014-01-31 04:53:07 -08:00
Steve Purcell
38be840bbb Merge pull request #1436 from yasuyk/wand
Add wand
2014-01-31 04:52:43 -08:00
Steve Purcell
df121fc9f7 Merge pull request #1434 from yasuyk/io-mode-inf
Add io-mode-inf
2014-01-31 04:51:58 -08:00
Steve Purcell
bfba389ab0 Fix conditional default-directory 2014-01-31 08:39:28 +00:00
Steve Purcell
0c167860b3 Check for existence of working directory when running a process 2014-01-31 08:20:39 +00:00
Steve Purcell
8dc0fd3a35 Ensure default-directory ends with a slash
See #1431, #1444
2014-01-31 08:17:06 +00:00
Hiroaki Otsu
0a705a3fc6 add recipe for bbdb- 2014-01-31 16:40:08 +09:00
Yasuyuki Oka
f48b53e670 Add java-snippets
https://github.com/nekop/yasnippet-java-mode
2014-01-31 14:06:30 +09:00
Steve Purcell
d033ff8cce Add highlight-tail 2014-01-30 21:05:06 +00:00
Yasuyuki Oka
bbaf827092 Add traad and its plugin
https://github.com/abingham/traad
2014-01-31 03:00:33 +09:00
Steve Purcell
b9423f7d74 Merge pull request #1445 from steckerhalter/company-cider
add company-cider recipe
2014-01-30 09:21:17 -08:00
Jonathan Kotta
81a541a78a add fvwm-mode recipe
Major mode for editing FVWM config files.

https://github.com/theBlackDragon/fvwm-mode
2014-01-30 10:52:24 -06:00
steckerhalter
7dff2c7dcb add company-cider recipe 2014-01-30 15:56:04 +01:00
Steve Purcell
f30a6707a6 Don't bind default-directory to working-dir on checkout
This reverts commits d7f413f and bf2d52b

See #1444
2014-01-30 14:43:52 +00:00
Yasuyuki Oka
5f0f34cda3 Add dokuwiki-mode
https://github.com/kbkbkbkb1/emacs-dokuwiki-mode
2014-01-30 20:45:36 +09:00
Yasuyuki Oka
f4e6821149 Add org-grep
https://github.com/pinard/org-grep
2014-01-30 02:01:09 +09:00
Yasuyuki Oka
26c0ac4c9c Add navi2ch
https://github.com/naota/navi2ch
2014-01-30 00:38:21 +09:00
Yasuyuki Oka
2de024c1f0 Add prosjekt and its plugins
https://github.com/abingham/prosjekt
2014-01-29 17:43:04 +09:00
Yasuyuki Oka
487289ff0a Add dirtree
http://www.emacswiki.org/emacs/dirtree.el
2014-01-29 17:33:41 +09:00
Yasuyuki Oka
c9a5ae4ad6 Add windata
http://www.emacswiki.org/emacs/windata.el
2014-01-29 17:19:48 +09:00
Yasuyuki Oka
742ed8ba59 Add wand
https://github.com/cmpitg/wand
2014-01-29 15:38:25 +09:00
Steve Purcell
70192e912a Merge pull request #1432 from rejeep/misc-package-build-improvements
Misc package build improvements
2014-01-28 10:42:53 -08:00
Johan Andersson
bf2d52b26b Default directory should end with slash.
We can only do that if the directory already exist.  But sometimes the
command that is to be run is what creates the directory, hence it does
not exist.  So we only end with slash if the directory exists.
2014-01-28 19:07:07 +01:00
Johan Andersson
4a0b7b0163 Improve debug information when running process fail. 2014-01-28 19:06:30 +01:00
Johan Andersson
f3ea2a3c60 Allow symbol or string for building package.
This makes sense since functions such as package-build-checkout take a
symbol as argument.  Preferably package-build should use one of them all
over place and not mix.
2014-01-28 19:04:50 +01:00
Steve Purcell
e3a3977e12 Merge pull request #1431 from rejeep/checkout-default-directory
Bind default-directory to working-dir on checkout.
2014-01-28 08:27:58 -08:00
Donald Curtis
b84129a8a9 Fix package naming for discover-js2-refactor. 2014-01-28 09:52:39 -05:00
Steve Purcell
9a6cded46d Merge pull request #1430 from yasuyk/mip-mode
Add mip-mode
2014-01-28 06:10:59 -08:00
Yasuyuki Oka
6d07e0c4bd Add mip-mode
https://github.com/da4c30ff/mip-mode
2014-01-28 22:48:25 +09:00
Johan Andersson
d7f413f039 Bind default-directory to working-dir on checkout.
Without this, actions in resp. checkout function will affect the project
that is currenly `default-directory`.
2014-01-28 14:22:38 +01:00
Steve Purcell
5e0e03e66a Merge pull request #1428 from yasuyk/roguel-ike
Add roguel-ike
2014-01-28 03:49:51 -08:00
Yasuyuki Oka
c3e7d79d4d Add roguel-ike
https://github.com/stevenremot/roguel-ike
2014-01-28 20:06:04 +09:00
Steve Purcell
2e3b329ff1 Merge pull request #1427 from yasuyk/anx-api
Add anx-api
2014-01-28 01:09:23 -08:00
Yasuyuki Oka
719936b899 Add anx-api
https://github.com/rmloveland/emacs-appnexus-api
2014-01-28 18:05:26 +09:00
Yasuyuki Oka
73c97ea4f0 Add io-mode-inf
https://github.com/slackorama/io-emacs
2014-01-28 18:02:13 +09:00
Steve Purcell
0c0176d8e2 Merge pull request #1425 from yasuyk/erc-view-log
Add erc-view-log
2014-01-27 11:16:25 -08:00
Steve Purcell
bd5b5c16e5 Merge pull request #1424 from yasuyk/unison-mode
Add unison-mode
2014-01-27 10:31:29 -08:00
Yasuyuki Oka
c54b4e4e94 Add unison-mode
https://github.com/impaktor/unison-mode
2014-01-28 03:29:40 +09:00