]> code.delx.au - gnu-emacs-elpa/blob - externals-list
ac809e616621cec063ba145eaba482b428c29e5b
[gnu-emacs-elpa] / externals-list
1 ;; -*- emacs-lisp -*-
2
3 ;; List of packages that are maintained externally.
4 ;; The list is made of elements of the form (NAME KIND URL).
5 ;;
6 ;; Where NAME is the name of the package;
7 ;;
8 ;; KIND can be one of:
9 ;; :subtree = a "git subtree" in the `master' branch.
10 ;; :external = kept in a separate `externals/<name>' branch.
11 ;;
12 ;; And URL is the URL of the remote git repository that we want to track.
13 ;; It can be nil, in which case we don't track anything (useless for
14 ;; :subtree, but not for :external).
15
16 ;; The FIXMEs indicate that the branch can't be merged as is because it needs
17 ;; some manual intervention (typically, because the two branches have
18 ;; diverged).
19
20 (("ack" :subtree "https://github.com/leoliu/ack-el")
21 ;;FIXME:("auctex" :subtree "git://git.sv.gnu.org/auctex.git")
22 ("coffee-mode" :subtree "https://github.com/defunkt/coffee-mode")
23 ("company" :subtree "https://github.com/company-mode/company-mode.git")
24 ("dismal" :external nil)
25 ("eldoc-eval" :subtree "https://github.com/thierryvolpiatto/eldoc-eval.git")
26 ("enwc" :subtree "bzr::bzr://bzr.savannah.nongnu.org/enwc/trunk")
27 ("f90-interface-browser" :subtree "http://github.com/wence-/f90-iface")
28 ("ggtags" :subtree "https://github.com/leoliu/ggtags")
29 ("ioccur" :subtree "https://github.com/thierryvolpiatto/ioccur.git")
30 ("js2-mode" :subtree "https://github.com/mooz/js2-mode.git")
31 ;;FIXME:("org" :external ??) ;; Need to introduce snapshots!!
32 ("temp-buffer-browse" :subtree "https://github.com/leoliu/temp-buffer-browse")
33 ;;FIXME:("vlf" :subtree ??)
34 ("websocket" :subtree "https://github.com/ahyatt/emacs-websocket.git")
35 ;;FIXME:("yasnippet" :subtree "https://github.com/capitaomorte/yasnippet.git")
36 )