X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/e0f899e29f41b61464530d1a5756acdb76726cf4..b84acafb79dfd74b42addaf6e43e11ded907aa9d:/externals-list diff --git a/externals-list b/externals-list index a2b625e35..94151e4df 100644 --- a/externals-list +++ b/externals-list @@ -21,7 +21,7 @@ ;; All file-names must be relative to the Emacs repository root and the package ;; directory. When a file-name points to a directory all its files are copied ;; recursively into the package root or specified destination. A special -;; :excludes key can be provided to especify files to exclude when copying +;; :excludes key can be provided to specify files to exclude when copying ;; directories, wildcards are supported, "*.elc" and "*~" are always excluded. ;; Exclude matches must be against the full file-name, substring matches don't ;; work unless wildcards are used (e.g. use "etc/*" instead of "etc/"). @@ -31,7 +31,9 @@ ;; diverged). (("ack" :subtree "https://github.com/leoliu/ack-el") + ("aggressive-indent" :subtree "https://github.com/Malabarba/aggressive-indent-mode") ("auctex" :external "git://git.sv.gnu.org/auctex.git") + ("bug-hunter" :subtree "https://github.com/Malabarba/elisp-bug-hunter") ;;FIXME:("cedet" :external "??") ("chess" :external nil) ;; Was https://github.com/jwiegley/emacs-chess.git ("coffee-mode" :subtree "https://github.com/defunkt/coffee-mode") @@ -55,11 +57,20 @@ ("ioccur" :subtree "https://github.com/thierryvolpiatto/ioccur.git") ("js2-mode" :subtree "https://github.com/mooz/js2-mode.git") ("math-symbol-lists" :subtree "https://github.com/vspinu/math-symbol-lists.git") + ("nameless" :subtree "https://github.com/Malabarba/Nameless") + ("names" :subtree "http://github.com/Bruce-Connor/names") ("omn-mode" :external nil) + ("ntlm" :core "lisp/net/ntlm.el") + ("on-screen" :subtree "https://github.com/michael-heerdegen/on-screen.el.git") ("pabbrev" :external "https://github.com/phillord/pabbrev.git") ("pinentry" :subtree "https://github.com/ueno/pinentry-el.git") + ("python" :core "lisp/progmodes/python.el") ;;FIXME:("org" :external ??) ;; Need to introduce snapshots!! + ("rich-minority" :subtree "https://github.com/Malabarba/rich-minority") ("rudel" :external nil) ;; Was bzr::bzr://rudel.bzr.sourceforge.net/bzrroot/rudel/trunk + ("soap-client" :core ("lisp/net/soap-client.el" "lisp/net/soap-inspect.el")) + ("sotlisp" :subtree "https://github.com/Malabarba/speed-of-thought-lisp") + ("spinner" :subtree "https://github.com/Malabarba/spinner.el") ("temp-buffer-browse" :subtree "https://github.com/leoliu/temp-buffer-browse") ("test-simple" :subtree "https://github.com/rocky/emacs-test-simple") ;;FIXME:("vlf" :subtree ??)