From 3ce9a070b717c4bf04c84147fa977213839c8043 Mon Sep 17 00:00:00 2001 From: pauloaug Date: Wed, 17 Jan 2018 19:59:28 -0200 Subject: [PATCH 1/7] add rainbow mode hook --- customizations/elisp-editing.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customizations/elisp-editing.el b/customizations/elisp-editing.el index 717634b96..4fecfb4eb 100644 --- a/customizations/elisp-editing.el +++ b/customizations/elisp-editing.el @@ -13,3 +13,6 @@ (add-hook 'emacs-lisp-mode-hook 'turn-on-eldoc-mode) (add-hook 'lisp-interaction-mode-hook 'turn-on-eldoc-mode) (add-hook 'ielm-mode-hook 'turn-on-eldoc-mode) + +;; Load rainbow mode in most programming modes (Emacs 24 and above) +(add-hook 'prog-mode-hook #'rainbow-delimiters-mode) From 88b6731432a207b1aa03fc86d347c2e2c940dbb4 Mon Sep 17 00:00:00 2001 From: pauloaug Date: Wed, 17 Jan 2018 20:03:23 -0200 Subject: [PATCH 2/7] removed global-rainbow-delimiters-mode There's no global-rainbow-delimiters-mode anymore. https://github.com/Fanael/rainbow-delimiters#global-mode --- customizations/editing.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/customizations/editing.el b/customizations/editing.el index 61374510f..a4193d0af 100644 --- a/customizations/editing.el +++ b/customizations/editing.el @@ -51,9 +51,6 @@ (comment-or-uncomment-region (line-beginning-position) (line-end-position))) (global-set-key (kbd "C-;") 'toggle-comment-on-line) -;; yay rainbows! -(global-rainbow-delimiters-mode t) - ;; use 2 spaces for tabs (defun die-tabs () (interactive) From 65aa143a5202b6f558e388f7f180216bcaa50df8 Mon Sep 17 00:00:00 2001 From: Paulo Elias Date: Thu, 27 Sep 2018 21:02:29 -0300 Subject: [PATCH 3/7] configuracao atualizada --- customizations/setup-clojure.el | 2 +- elpa/archives/gnu/archive-contents | 976 +- elpa/archives/marmalade/archive-contents | 640 +- elpa/archives/melpa/archive-contents | 2 +- elpa/async-20180527.1730/async-autoloads.el | 158 + elpa/async-20180527.1730/async-bytecomp.el | 219 + elpa/async-20180527.1730/async-bytecomp.elc | Bin 0 -> 7728 bytes elpa/async-20180527.1730/async-pkg.el | 6 + elpa/async-20180527.1730/async.el | 392 + elpa/async-20180527.1730/async.elc | Bin 0 -> 11435 bytes elpa/async-20180527.1730/dired-async.el | 405 + elpa/async-20180527.1730/dired-async.elc | Bin 0 -> 13697 bytes elpa/async-20180527.1730/smtpmail-async.el | 73 + elpa/async-20180527.1730/smtpmail-async.elc | Bin 0 -> 1589 bytes elpa/cider-20141120.1746/cider-apropos.el | 119 - elpa/cider-20141120.1746/cider-apropos.elc | Bin 3912 -> 0 bytes elpa/cider-20141120.1746/cider-autoloads.el | 195 - elpa/cider-20141120.1746/cider-browse-ns.el | 139 - elpa/cider-20141120.1746/cider-browse-ns.elc | Bin 6256 -> 0 bytes elpa/cider-20141120.1746/cider-client.el | 262 - elpa/cider-20141120.1746/cider-client.elc | Bin 10124 -> 0 bytes elpa/cider-20141120.1746/cider-doc.elc | Bin 12761 -> 0 bytes elpa/cider-20141120.1746/cider-eldoc.el | 160 - elpa/cider-20141120.1746/cider-eldoc.elc | Bin 4559 -> 0 bytes elpa/cider-20141120.1746/cider-grimoire.el | 97 - elpa/cider-20141120.1746/cider-grimoire.elc | Bin 2914 -> 0 bytes elpa/cider-20141120.1746/cider-inspector.el | 238 - elpa/cider-20141120.1746/cider-inspector.elc | Bin 9184 -> 0 bytes elpa/cider-20141120.1746/cider-interaction.el | 1785 ---- .../cider-20141120.1746/cider-interaction.elc | Bin 66525 -> 0 bytes .../cider-macroexpansion.elc | Bin 7598 -> 0 bytes elpa/cider-20141120.1746/cider-mode.el | 158 - elpa/cider-20141120.1746/cider-mode.elc | Bin 6004 -> 0 bytes elpa/cider-20141120.1746/cider-pkg.el | 12 - elpa/cider-20141120.1746/cider-repl.el | 1074 --- elpa/cider-20141120.1746/cider-repl.elc | Bin 40883 -> 0 bytes elpa/cider-20141120.1746/cider-scratch.elc | Bin 4533 -> 0 bytes elpa/cider-20141120.1746/cider-selector.elc | Bin 7641 -> 0 bytes elpa/cider-20141120.1746/cider-stacktrace.el | 549 -- elpa/cider-20141120.1746/cider-stacktrace.elc | Bin 20998 -> 0 bytes elpa/cider-20141120.1746/cider-test.el | 470 - elpa/cider-20141120.1746/cider-test.elc | Bin 16707 -> 0 bytes elpa/cider-20141120.1746/cider-util.el | 173 - elpa/cider-20141120.1746/cider-util.elc | Bin 5786 -> 0 bytes elpa/cider-20141120.1746/cider.el | 248 - elpa/cider-20141120.1746/cider.elc | Bin 7659 -> 0 bytes elpa/cider-20141120.1746/nrepl-client.el | 1338 --- elpa/cider-20141120.1746/nrepl-client.elc | Bin 55619 -> 0 bytes elpa/cider-20180923.1759/cider-apropos.el | 208 + elpa/cider-20180923.1759/cider-apropos.elc | Bin 0 -> 7862 bytes elpa/cider-20180923.1759/cider-autoloads.el | 638 ++ elpa/cider-20180923.1759/cider-browse-ns.el | 232 + elpa/cider-20180923.1759/cider-browse-ns.elc | Bin 0 -> 9612 bytes elpa/cider-20180923.1759/cider-browse-spec.el | 357 + .../cider-20180923.1759/cider-browse-spec.elc | Bin 0 -> 18440 bytes elpa/cider-20180923.1759/cider-cheatsheet.el | 577 ++ elpa/cider-20180923.1759/cider-cheatsheet.elc | Bin 0 -> 18044 bytes .../cider-classpath.el | 38 +- .../cider-classpath.elc | Bin 5387 -> 5483 bytes elpa/cider-20180923.1759/cider-client.el | 577 ++ elpa/cider-20180923.1759/cider-client.elc | Bin 0 -> 21538 bytes elpa/cider-20180923.1759/cider-common.el | 375 + elpa/cider-20180923.1759/cider-common.elc | Bin 0 -> 12818 bytes elpa/cider-20180923.1759/cider-compat.el | 54 + elpa/cider-20180923.1759/cider-compat.elc | Bin 0 -> 1457 bytes elpa/cider-20180923.1759/cider-completion.el | 253 + elpa/cider-20180923.1759/cider-completion.elc | Bin 0 -> 8065 bytes elpa/cider-20180923.1759/cider-connection.el | 830 ++ elpa/cider-20180923.1759/cider-connection.elc | Bin 0 -> 29225 bytes elpa/cider-20180923.1759/cider-debug.el | 755 ++ elpa/cider-20180923.1759/cider-debug.elc | Bin 0 -> 25207 bytes .../cider-doc.el | 278 +- elpa/cider-20180923.1759/cider-doc.elc | Bin 0 -> 18047 bytes elpa/cider-20180923.1759/cider-eldoc.el | 481 + elpa/cider-20180923.1759/cider-eldoc.elc | Bin 0 -> 13921 bytes elpa/cider-20180923.1759/cider-eval.el | 1115 +++ elpa/cider-20180923.1759/cider-eval.elc | Bin 0 -> 40006 bytes elpa/cider-20180923.1759/cider-find.el | 236 + elpa/cider-20180923.1759/cider-find.elc | Bin 0 -> 8324 bytes elpa/cider-20180923.1759/cider-format.el | 150 + elpa/cider-20180923.1759/cider-format.elc | Bin 0 -> 3849 bytes elpa/cider-20180923.1759/cider-grimoire.el | 130 + elpa/cider-20180923.1759/cider-grimoire.elc | Bin 0 -> 3711 bytes elpa/cider-20180923.1759/cider-inspector.el | 403 + elpa/cider-20180923.1759/cider-inspector.elc | Bin 0 -> 15937 bytes .../cider-macroexpansion.el | 91 +- .../cider-macroexpansion.elc | Bin 0 -> 8154 bytes elpa/cider-20180923.1759/cider-mode.el | 1045 +++ elpa/cider-20180923.1759/cider-mode.elc | Bin 0 -> 38079 bytes elpa/cider-20180923.1759/cider-ns.el | 265 + elpa/cider-20180923.1759/cider-ns.elc | Bin 0 -> 9305 bytes elpa/cider-20180923.1759/cider-overlays.el | 311 + elpa/cider-20180923.1759/cider-overlays.elc | Bin 0 -> 10222 bytes elpa/cider-20180923.1759/cider-pkg.el | 23 + elpa/cider-20180923.1759/cider-popup.el | 137 + elpa/cider-20180923.1759/cider-popup.elc | Bin 0 -> 5345 bytes elpa/cider-20180923.1759/cider-profile.el | 208 + elpa/cider-20180923.1759/cider-profile.elc | Bin 0 -> 6807 bytes .../cider-20180923.1759/cider-repl-history.el | 726 ++ .../cider-repl-history.elc | Bin 0 -> 25989 bytes elpa/cider-20180923.1759/cider-repl.el | 1748 ++++ elpa/cider-20180923.1759/cider-repl.elc | Bin 0 -> 65868 bytes elpa/cider-20180923.1759/cider-resolve.el | 130 + elpa/cider-20180923.1759/cider-resolve.elc | Bin 0 -> 2657 bytes .../cider-scratch.el | 51 +- elpa/cider-20180923.1759/cider-scratch.elc | Bin 0 -> 5452 bytes .../cider-selector.el | 62 +- elpa/cider-20180923.1759/cider-selector.elc | Bin 0 -> 7737 bytes elpa/cider-20180923.1759/cider-stacktrace.el | 910 ++ elpa/cider-20180923.1759/cider-stacktrace.elc | Bin 0 -> 34242 bytes elpa/cider-20180923.1759/cider-test.el | 825 ++ elpa/cider-20180923.1759/cider-test.elc | Bin 0 -> 30179 bytes elpa/cider-20180923.1759/cider-tracing.el | 90 + elpa/cider-20180923.1759/cider-tracing.elc | Bin 0 -> 2701 bytes elpa/cider-20180923.1759/cider-util.el | 791 ++ elpa/cider-20180923.1759/cider-util.elc | Bin 0 -> 30195 bytes elpa/cider-20180923.1759/cider.el | 1450 +++ elpa/cider-20180923.1759/cider.elc | Bin 0 -> 53120 bytes elpa/cider-20180923.1759/nrepl-client.el | 1351 +++ elpa/cider-20180923.1759/nrepl-client.elc | Bin 0 -> 52605 bytes elpa/cider-20180923.1759/nrepl-dict.el | 187 + elpa/cider-20180923.1759/nrepl-dict.elc | Bin 0 -> 5455 bytes elpa/cl-lib-0.5/cl-lib-pkg.el | 1 - elpa/cl-lib-0.5/cl-lib.elc | Bin 4578 -> 0 bytes .../cl-lib-autoloads.el | 10 +- elpa/cl-lib-0.6.1/cl-lib-pkg.el | 2 + elpa/{cl-lib-0.5 => cl-lib-0.6.1}/cl-lib.el | 22 +- elpa/cl-lib-0.6.1/cl-lib.elc | Bin 0 -> 4563 bytes .../clojure-mode-autoloads.el | 33 - .../clojure-mode-pkg.el | 1 - .../clojure-mode-pkg.elc | Bin 636 -> 0 bytes .../clojure-mode.el | 1129 --- .../clojure-mode.elc | Bin 33005 -> 0 bytes .../clojure-mode-autoloads.el | 144 + .../clojure-mode-pkg.el | 2 + .../clojure-mode.el | 2690 ++++++ .../clojure-mode.elc | Bin 0 -> 87435 bytes .../clojure-mode-extra-font-locking-pkg.el | 1 - .../clojure-mode-extra-font-locking-pkg.elc | Bin 691 -> 0 bytes .../clojure-mode-extra-font-locking.elc | Bin 7637 -> 0 bytes ...ojure-mode-extra-font-locking-autoloads.el | 9 +- .../clojure-mode-extra-font-locking-pkg.el | 2 + .../clojure-mode-extra-font-locking.el | 120 +- .../clojure-mode-extra-font-locking.elc | Bin 0 -> 8390 bytes elpa/company-20180913.2311/company-abbrev.el | 50 + elpa/company-20180913.2311/company-abbrev.elc | Bin 0 -> 1172 bytes .../company-autoloads.el | 318 + elpa/company-20180913.2311/company-bbdb.el | 61 + elpa/company-20180913.2311/company-bbdb.elc | Bin 0 -> 1721 bytes elpa/company-20180913.2311/company-capf.el | 189 + elpa/company-20180913.2311/company-capf.elc | Bin 0 -> 3785 bytes elpa/company-20180913.2311/company-clang.el | 350 + elpa/company-20180913.2311/company-clang.elc | Bin 0 -> 13557 bytes elpa/company-20180913.2311/company-cmake.el | 206 + elpa/company-20180913.2311/company-cmake.elc | Bin 0 -> 6064 bytes elpa/company-20180913.2311/company-css.el | 446 + elpa/company-20180913.2311/company-css.elc | Bin 0 -> 16947 bytes .../company-dabbrev-code.el | 104 + .../company-dabbrev-code.elc | Bin 0 -> 3583 bytes elpa/company-20180913.2311/company-dabbrev.el | 206 + .../company-20180913.2311/company-dabbrev.elc | Bin 0 -> 6900 bytes elpa/company-20180913.2311/company-eclim.el | 186 + elpa/company-20180913.2311/company-eclim.elc | Bin 0 -> 5478 bytes elpa/company-20180913.2311/company-elisp.el | 226 + elpa/company-20180913.2311/company-elisp.elc | Bin 0 -> 6601 bytes elpa/company-20180913.2311/company-etags.el | 108 + elpa/company-20180913.2311/company-etags.elc | Bin 0 -> 3110 bytes elpa/company-20180913.2311/company-files.el | 148 + elpa/company-20180913.2311/company-files.elc | Bin 0 -> 4377 bytes elpa/company-20180913.2311/company-gtags.el | 117 + elpa/company-20180913.2311/company-gtags.elc | Bin 0 -> 3668 bytes elpa/company-20180913.2311/company-ispell.el | 82 + elpa/company-20180913.2311/company-ispell.elc | Bin 0 -> 1965 bytes .../company-20180913.2311/company-keywords.el | 306 + .../company-keywords.elc | Bin 0 -> 18129 bytes elpa/company-20180913.2311/company-nxml.el | 143 + elpa/company-20180913.2311/company-nxml.elc | Bin 0 -> 4226 bytes elpa/company-20180913.2311/company-oddmuse.el | 57 + .../company-20180913.2311/company-oddmuse.elc | Bin 0 -> 1425 bytes elpa/company-20180913.2311/company-pkg.el | 12 + .../company-20180913.2311/company-semantic.el | 168 + .../company-semantic.elc | Bin 0 -> 5239 bytes .../company-20180913.2311/company-template.el | 260 + .../company-template.elc | Bin 0 -> 8036 bytes elpa/company-20180913.2311/company-tempo.el | 71 + elpa/company-20180913.2311/company-tempo.elc | Bin 0 -> 2235 bytes elpa/company-20180913.2311/company-tng.el | 174 + elpa/company-20180913.2311/company-tng.elc | Bin 0 -> 4261 bytes elpa/company-20180913.2311/company-xcode.el | 123 + elpa/company-20180913.2311/company-xcode.elc | Bin 0 -> 3743 bytes .../company-yasnippet.el | 147 + .../company-yasnippet.elc | Bin 0 -> 3302 bytes elpa/company-20180913.2311/company.el | 3182 +++++++ elpa/company-20180913.2311/company.elc | Bin 0 -> 103610 bytes elpa/dash-20140717.547/dash-pkg.el | 1 - elpa/dash-20140717.547/dash-pkg.elc | Bin 586 -> 0 bytes elpa/dash-20140717.547/dash.elc | Bin 62406 -> 0 bytes .../dash-autoloads.el | 7 +- elpa/dash-20180910.1856/dash-pkg.el | 2 + .../dash.el | 1628 +++- elpa/dash-20180910.1856/dash.elc | Bin 0 -> 99212 bytes elpa/epl-20140620.218/epl-pkg.el | 1 - elpa/epl-20140620.218/epl-pkg.elc | Bin 587 -> 0 bytes .../epl-autoloads.el | 6 +- elpa/epl-20180205.2049/epl-pkg.el | 2 + .../epl.el | 207 +- elpa/epl-20180205.2049/epl.elc | Bin 0 -> 32663 bytes .../exec-path-from-shell-pkg.el | 1 - .../exec-path-from-shell.elc | Bin 6248 -> 0 bytes .../exec-path-from-shell-autoloads.el | 4 +- .../exec-path-from-shell-pkg.el | 2 + .../exec-path-from-shell.el | 102 +- .../exec-path-from-shell.elc | Bin 0 -> 7969 bytes elpa/ghub-20180924.713/buck.el | 128 + elpa/ghub-20180924.713/buck.elc | Bin 0 -> 7127 bytes elpa/ghub-20180924.713/dir | 18 + elpa/ghub-20180924.713/ghub-autoloads.el | 50 + elpa/ghub-20180924.713/ghub-graphql.el | 440 + elpa/ghub-20180924.713/ghub-graphql.elc | Bin 0 -> 31640 bytes elpa/ghub-20180924.713/ghub-pkg.el | 9 + elpa/ghub-20180924.713/ghub.el | 929 ++ elpa/ghub-20180924.713/ghub.elc | Bin 0 -> 49081 bytes elpa/ghub-20180924.713/ghub.info | 1301 +++ elpa/ghub-20180924.713/glab.el | 153 + elpa/ghub-20180924.713/glab.elc | Bin 0 -> 9495 bytes elpa/ghub-20180924.713/gogs.el | 140 + elpa/ghub-20180924.713/gogs.elc | Bin 0 -> 8275 bytes elpa/ghub-20180924.713/gtea.el | 140 + elpa/ghub-20180924.713/gtea.elc | Bin 0 -> 8287 bytes .../git-commit-autoloads.el | 48 + .../git-commit-pkg.el | 2 + elpa/git-commit-20180912.1012/git-commit.el | 900 ++ elpa/git-commit-20180912.1012/git-commit.elc | Bin 0 -> 29931 bytes .../git-commit-mode-autoloads.el | 35 - .../git-commit-mode-pkg.el | 1 - .../git-commit-mode-pkg.elc | Bin 644 -> 0 bytes .../git-commit-mode.el | 662 -- .../git-commit-mode.elc | Bin 25029 -> 0 bytes .../git-rebase-mode-autoloads.el | 36 - .../git-rebase-mode-pkg.el | 1 - .../git-rebase-mode-pkg.elc | Bin 641 -> 0 bytes .../git-rebase-mode.el | 378 - .../git-rebase-mode.elc | Bin 13636 -> 0 bytes elpa/graphql-20180912.31/graphql-autoloads.el | 15 + elpa/graphql-20180912.31/graphql-pkg.el | 2 + elpa/graphql-20180912.31/graphql.el | 220 + elpa/graphql-20180912.31/graphql.elc | Bin 0 -> 5971 bytes .../ido-completing-read+-autoloads.el | 91 + .../ido-completing-read+-pkg.el | 2 + .../ido-completing-read+.el | 1193 +++ .../ido-completing-read+.elc | Bin 0 -> 40706 bytes .../ido-ubiquitous-autoloads.el | 49 - .../ido-ubiquitous-pkg.el | 1 - .../ido-ubiquitous-pkg.elc | Bin 643 -> 0 bytes .../ido-ubiquitous.el | 868 -- .../ido-ubiquitous.elc | Bin 28957 -> 0 bytes .../ido-ubiquitous-autoloads.el | 16 + .../ido-ubiquitous-pkg.el | 2 + .../ido-ubiquitous.el | 85 + .../ido-ubiquitous.elc | Bin 0 -> 2388 bytes elpa/let-alist-1.0.5/let-alist-autoloads.el | 50 + elpa/let-alist-1.0.5/let-alist-pkg.el | 2 + elpa/let-alist-1.0.5/let-alist.el | 182 + elpa/let-alist-1.0.5/let-alist.elc | Bin 0 -> 3057 bytes elpa/magit-20140720.358/README.md | 325 - elpa/magit-20140720.358/magit-autoloads.el | 601 -- elpa/magit-20140720.358/magit-blame.el | 307 - elpa/magit-20140720.358/magit-blame.elc | Bin 8403 -> 0 bytes elpa/magit-20140720.358/magit-key-mode.el | 735 -- elpa/magit-20140720.358/magit-key-mode.elc | Bin 22154 -> 0 bytes elpa/magit-20140720.358/magit-pkg.el | 6 - elpa/magit-20140720.358/magit-pkg.elc | Bin 688 -> 0 bytes elpa/magit-20140720.358/magit-wip.el | 142 - elpa/magit-20140720.358/magit-wip.elc | Bin 7704 -> 0 bytes elpa/magit-20140720.358/magit.el | 7841 ---------------- elpa/magit-20140720.358/magit.elc | Bin 440015 -> 0 bytes elpa/magit-20140720.358/magit.info | 1565 ---- .../AUTHORS.md | 161 +- elpa/magit-20180924.1837/LICENSE | 676 ++ .../dir | 2 +- elpa/magit-20180924.1837/git-rebase.el | 592 ++ elpa/magit-20180924.1837/git-rebase.elc | Bin 0 -> 20536 bytes elpa/magit-20180924.1837/magit-apply.el | 658 ++ elpa/magit-20180924.1837/magit-apply.elc | Bin 0 -> 28598 bytes elpa/magit-20180924.1837/magit-autoloads.el | 2536 ++++++ elpa/magit-20180924.1837/magit-autorevert.el | 260 + elpa/magit-20180924.1837/magit-autorevert.elc | Bin 0 -> 12007 bytes elpa/magit-20180924.1837/magit-bisect.el | 210 + elpa/magit-20180924.1837/magit-bisect.elc | Bin 0 -> 14277 bytes elpa/magit-20180924.1837/magit-blame.el | 926 ++ elpa/magit-20180924.1837/magit-blame.elc | Bin 0 -> 34400 bytes elpa/magit-20180924.1837/magit-bookmark.el | 366 + elpa/magit-20180924.1837/magit-bookmark.elc | Bin 0 -> 11216 bytes elpa/magit-20180924.1837/magit-branch.el | 1090 +++ elpa/magit-20180924.1837/magit-branch.elc | Bin 0 -> 40140 bytes elpa/magit-20180924.1837/magit-collab.el | 173 + elpa/magit-20180924.1837/magit-collab.elc | Bin 0 -> 4920 bytes elpa/magit-20180924.1837/magit-commit.el | 519 ++ elpa/magit-20180924.1837/magit-commit.elc | Bin 0 -> 18589 bytes elpa/magit-20180924.1837/magit-core.el | 132 + elpa/magit-20180924.1837/magit-core.elc | Bin 0 -> 3279 bytes elpa/magit-20180924.1837/magit-diff.el | 2781 ++++++ elpa/magit-20180924.1837/magit-diff.elc | Bin 0 -> 126998 bytes elpa/magit-20180924.1837/magit-ediff.el | 509 ++ elpa/magit-20180924.1837/magit-ediff.elc | Bin 0 -> 18318 bytes elpa/magit-20180924.1837/magit-extras.el | 701 ++ elpa/magit-20180924.1837/magit-extras.elc | Bin 0 -> 24350 bytes elpa/magit-20180924.1837/magit-files.el | 563 ++ elpa/magit-20180924.1837/magit-files.elc | Bin 0 -> 27167 bytes elpa/magit-20180924.1837/magit-git.el | 2133 +++++ elpa/magit-20180924.1837/magit-git.elc | Bin 0 -> 81649 bytes elpa/magit-20180924.1837/magit-imenu.el | 241 + elpa/magit-20180924.1837/magit-imenu.elc | Bin 0 -> 6819 bytes elpa/magit-20180924.1837/magit-log.el | 1709 ++++ elpa/magit-20180924.1837/magit-log.elc | Bin 0 -> 90050 bytes elpa/magit-20180924.1837/magit-margin.el | 240 + elpa/magit-20180924.1837/magit-margin.elc | Bin 0 -> 8491 bytes elpa/magit-20180924.1837/magit-merge.el | 279 + elpa/magit-20180924.1837/magit-merge.elc | Bin 0 -> 16383 bytes elpa/magit-20180924.1837/magit-mode.el | 1386 +++ elpa/magit-20180924.1837/magit-mode.elc | Bin 0 -> 53006 bytes elpa/magit-20180924.1837/magit-notes.el | 201 + elpa/magit-20180924.1837/magit-notes.elc | Bin 0 -> 7770 bytes elpa/magit-20180924.1837/magit-obsolete.el | 33 + .../magit-obsolete.elc} | Bin 578 -> 487 bytes elpa/magit-20180924.1837/magit-pkg.el | 11 + elpa/magit-20180924.1837/magit-process.el | 1120 +++ elpa/magit-20180924.1837/magit-process.elc | Bin 0 -> 44580 bytes elpa/magit-20180924.1837/magit-refs.el | 748 ++ elpa/magit-20180924.1837/magit-refs.elc | Bin 0 -> 37122 bytes elpa/magit-20180924.1837/magit-remote.el | 1052 +++ elpa/magit-20180924.1837/magit-remote.elc | Bin 0 -> 42597 bytes elpa/magit-20180924.1837/magit-repos.el | 304 + elpa/magit-20180924.1837/magit-repos.elc | Bin 0 -> 13297 bytes elpa/magit-20180924.1837/magit-reset.el | 125 + elpa/magit-20180924.1837/magit-reset.elc | Bin 0 -> 5561 bytes elpa/magit-20180924.1837/magit-section.el | 1452 +++ elpa/magit-20180924.1837/magit-section.elc | Bin 0 -> 55340 bytes elpa/magit-20180924.1837/magit-sequence.el | 908 ++ elpa/magit-20180924.1837/magit-sequence.elc | Bin 0 -> 42063 bytes elpa/magit-20180924.1837/magit-stash.el | 492 + elpa/magit-20180924.1837/magit-stash.elc | Bin 0 -> 32662 bytes elpa/magit-20180924.1837/magit-status.el | 632 ++ elpa/magit-20180924.1837/magit-status.elc | Bin 0 -> 47972 bytes elpa/magit-20180924.1837/magit-submodule.el | 630 ++ elpa/magit-20180924.1837/magit-submodule.elc | Bin 0 -> 33692 bytes elpa/magit-20180924.1837/magit-subtree.el | 146 + elpa/magit-20180924.1837/magit-subtree.elc | Bin 0 -> 5295 bytes elpa/magit-20180924.1837/magit-tag.el | 132 + elpa/magit-20180924.1837/magit-tag.elc | Bin 0 -> 4389 bytes elpa/magit-20180924.1837/magit-utils.el | 1040 +++ elpa/magit-20180924.1837/magit-utils.elc | Bin 0 -> 36154 bytes elpa/magit-20180924.1837/magit-wip.el | 370 + elpa/magit-20180924.1837/magit-wip.elc | Bin 0 -> 21038 bytes elpa/magit-20180924.1837/magit-worktree.el | 174 + elpa/magit-20180924.1837/magit-worktree.elc | Bin 0 -> 8668 bytes elpa/magit-20180924.1837/magit.el | 623 ++ elpa/magit-20180924.1837/magit.elc | Bin 0 -> 19719 bytes elpa/magit-20180924.1837/magit.info | 184 + elpa/magit-20180924.1837/magit.info-1 | 7899 +++++++++++++++++ elpa/magit-20180924.1837/magit.info-2 | 2687 ++++++ elpa/magit-popup-20180726.2037/dir | 18 + .../magit-popup-autoloads.el | 16 + .../magit-popup-pkg.el | 14 + elpa/magit-popup-20180726.2037/magit-popup.el | 1366 +++ .../magit-popup-20180726.2037/magit-popup.elc | Bin 0 -> 57504 bytes .../magit-popup.info | 740 ++ .../memoize-autoloads.el | 15 + elpa/memoize-20180614.1930/memoize-pkg.el | 2 + elpa/memoize-20180614.1930/memoize.el | 189 + elpa/memoize-20180614.1930/memoize.elc | Bin 0 -> 4646 bytes elpa/paredit-20140128.1248/paredit-pkg.el | 1 - elpa/paredit-20140128.1248/paredit-pkg.elc | Bin 614 -> 0 bytes .../paredit-autoloads.el | 11 +- elpa/paredit-20171127.205/paredit-pkg.el | 2 + .../paredit.el | 54 +- .../paredit.elc | Bin 82113 -> 80455 bytes elpa/pkg-info-20140610.630/pkg-info-pkg.el | 1 - elpa/pkg-info-20140610.630/pkg-info-pkg.elc | Bin 604 -> 0 bytes .../pkg-info-autoloads.el | 14 +- elpa/pkg-info-20150517.1143/pkg-info-pkg.el | 2 + .../pkg-info.el | 62 +- elpa/pkg-info-20150517.1143/pkg-info.elc | Bin 0 -> 9910 bytes .../projectile-autoloads.el | 76 - .../projectile-20140716.416/projectile-pkg.el | 1 - .../projectile-pkg.elc | Bin 674 -> 0 bytes elpa/projectile-20140716.416/projectile.el | 2249 ----- elpa/projectile-20140716.416/projectile.elc | Bin 92658 -> 0 bytes .../projectile-autoloads.el | 539 ++ .../projectile-pkg.el | 2 + elpa/projectile-20180924.1722/projectile.el | 4136 +++++++++ elpa/projectile-20180924.1722/projectile.elc | Bin 0 -> 153014 bytes elpa/queue-0.1.1/queue-pkg.el | 1 - elpa/queue-0.1.1/queue.elc | Bin 7476 -> 0 bytes .../queue-autoloads.el | 10 +- elpa/queue-0.2/queue-pkg.el | 2 + elpa/{queue-0.1.1 => queue-0.2}/queue.el | 23 +- elpa/queue-0.2/queue.elc | Bin 0 -> 8778 bytes .../rainbow-delimiters-autoloads.el | 61 - .../rainbow-delimiters-pkg.el | 1 - .../rainbow-delimiters-pkg.elc | Bin 687 -> 0 bytes .../rainbow-delimiters.el | 662 -- .../rainbow-delimiters.elc | Bin 25742 -> 0 bytes .../rainbow-delimiters-autoloads.el | 32 + .../rainbow-delimiters-pkg.el | 2 + .../rainbow-delimiters.el | 300 + .../rainbow-delimiters.elc | Bin 0 -> 9310 bytes elpa/s-20140714.707/s-pkg.el | 1 - elpa/s-20140714.707/s-pkg.elc | Bin 608 -> 0 bytes elpa/s-20140714.707/s.elc | Bin 18358 -> 0 bytes .../s-autoloads.el | 7 +- elpa/s-20180406.808/s-pkg.el | 2 + elpa/{s-20140714.707 => s-20180406.808}/s.el | 312 +- elpa/s-20180406.808/s.elc | Bin 0 -> 27351 bytes elpa/seq-2.20/ChangeLog | 195 + elpa/seq-2.20/seq-24.el | 496 ++ elpa/seq-2.20/seq-24.elc | Bin 0 -> 17362 bytes elpa/seq-2.20/seq-25.el | 530 ++ elpa/seq-2.20/seq-25.elc | Bin 0 -> 22019 bytes elpa/seq-2.20/seq-autoloads.el | 16 + elpa/seq-2.20/seq-pkg.el | 2 + .../seq-pkg.elc} | Bin 603 -> 543 bytes elpa/seq-2.20/seq.el | 48 + .../cl-lib-pkg.elc => seq-2.20/seq.elc} | Bin 584 -> 548 bytes elpa/seq-2.20/tests/seq-tests.el | 382 + elpa/seq-2.20/tests/seq-tests.elc | Bin 0 -> 147692 bytes elpa/sesman-20180921.2220/sesman-autoloads.el | 96 + elpa/sesman-20180921.2220/sesman-browser.el | 461 + elpa/sesman-20180921.2220/sesman-browser.elc | Bin 0 -> 15762 bytes elpa/sesman-20180921.2220/sesman-pkg.el | 12 + elpa/sesman-20180921.2220/sesman.el | 933 ++ elpa/sesman-20180921.2220/sesman.elc | Bin 0 -> 31578 bytes elpa/smex-20140425.1314/smex-pkg.el | 1 - elpa/smex-20140425.1314/smex-pkg.elc | Bin 627 -> 0 bytes elpa/smex-20140425.1314/smex.elc | Bin 12890 -> 0 bytes .../smex-autoloads.el | 11 +- elpa/smex-20151212.2209/smex-pkg.el | 2 + .../smex.el | 85 +- elpa/smex-20151212.2209/smex.elc | Bin 0 -> 13166 bytes elpa/spinner-1.7.3/spinner-autoloads.el | 68 + elpa/spinner-1.7.3/spinner-pkg.el | 2 + elpa/spinner-1.7.3/spinner.el | 406 + elpa/spinner-1.7.3/spinner.elc | Bin 0 -> 16351 bytes elpa/tagedit-20140618.521/tagedit-pkg.el | 1 - elpa/tagedit-20140618.521/tagedit-pkg.elc | Bin 644 -> 0 bytes .../tagedit-autoloads.el | 21 +- elpa/tagedit-20161121.855/tagedit-pkg.el | 2 + .../tagedit.el | 132 +- .../tagedit.elc | Bin 27356 -> 29568 bytes elpa/treepy-20180724.656/treepy-autoloads.el | 15 + elpa/treepy-20180724.656/treepy-pkg.el | 2 + elpa/treepy-20180724.656/treepy.el | 484 + elpa/treepy-20180724.656/treepy.elc | Bin 0 -> 16052 bytes elpa/with-editor-20180726.2044/dir | 18 + .../with-editor-autoloads.el | 95 + .../with-editor-pkg.el | 13 + elpa/with-editor-20180726.2044/with-editor.el | 822 ++ .../with-editor-20180726.2044/with-editor.elc | Bin 0 -> 30134 bytes .../with-editor.info | 331 + init.el | 25 + network-security.data | 3 + 461 files changed, 91844 insertions(+), 25816 deletions(-) create mode 100644 elpa/async-20180527.1730/async-autoloads.el create mode 100644 elpa/async-20180527.1730/async-bytecomp.el create mode 100644 elpa/async-20180527.1730/async-bytecomp.elc create mode 100644 elpa/async-20180527.1730/async-pkg.el create mode 100644 elpa/async-20180527.1730/async.el create mode 100644 elpa/async-20180527.1730/async.elc create mode 100644 elpa/async-20180527.1730/dired-async.el create mode 100644 elpa/async-20180527.1730/dired-async.elc create mode 100644 elpa/async-20180527.1730/smtpmail-async.el create mode 100644 elpa/async-20180527.1730/smtpmail-async.elc delete mode 100644 elpa/cider-20141120.1746/cider-apropos.el delete mode 100644 elpa/cider-20141120.1746/cider-apropos.elc delete mode 100644 elpa/cider-20141120.1746/cider-autoloads.el delete mode 100644 elpa/cider-20141120.1746/cider-browse-ns.el delete mode 100644 elpa/cider-20141120.1746/cider-browse-ns.elc delete mode 100644 elpa/cider-20141120.1746/cider-client.el delete mode 100644 elpa/cider-20141120.1746/cider-client.elc delete mode 100644 elpa/cider-20141120.1746/cider-doc.elc delete mode 100644 elpa/cider-20141120.1746/cider-eldoc.el delete mode 100644 elpa/cider-20141120.1746/cider-eldoc.elc delete mode 100644 elpa/cider-20141120.1746/cider-grimoire.el delete mode 100644 elpa/cider-20141120.1746/cider-grimoire.elc delete mode 100644 elpa/cider-20141120.1746/cider-inspector.el delete mode 100644 elpa/cider-20141120.1746/cider-inspector.elc delete mode 100644 elpa/cider-20141120.1746/cider-interaction.el delete mode 100644 elpa/cider-20141120.1746/cider-interaction.elc delete mode 100644 elpa/cider-20141120.1746/cider-macroexpansion.elc delete mode 100644 elpa/cider-20141120.1746/cider-mode.el delete mode 100644 elpa/cider-20141120.1746/cider-mode.elc delete mode 100644 elpa/cider-20141120.1746/cider-pkg.el delete mode 100644 elpa/cider-20141120.1746/cider-repl.el delete mode 100644 elpa/cider-20141120.1746/cider-repl.elc delete mode 100644 elpa/cider-20141120.1746/cider-scratch.elc delete mode 100644 elpa/cider-20141120.1746/cider-selector.elc delete mode 100644 elpa/cider-20141120.1746/cider-stacktrace.el delete mode 100644 elpa/cider-20141120.1746/cider-stacktrace.elc delete mode 100644 elpa/cider-20141120.1746/cider-test.el delete mode 100644 elpa/cider-20141120.1746/cider-test.elc delete mode 100644 elpa/cider-20141120.1746/cider-util.el delete mode 100644 elpa/cider-20141120.1746/cider-util.elc delete mode 100644 elpa/cider-20141120.1746/cider.el delete mode 100644 elpa/cider-20141120.1746/cider.elc delete mode 100644 elpa/cider-20141120.1746/nrepl-client.el delete mode 100644 elpa/cider-20141120.1746/nrepl-client.elc create mode 100644 elpa/cider-20180923.1759/cider-apropos.el create mode 100644 elpa/cider-20180923.1759/cider-apropos.elc create mode 100644 elpa/cider-20180923.1759/cider-autoloads.el create mode 100644 elpa/cider-20180923.1759/cider-browse-ns.el create mode 100644 elpa/cider-20180923.1759/cider-browse-ns.elc create mode 100644 elpa/cider-20180923.1759/cider-browse-spec.el create mode 100644 elpa/cider-20180923.1759/cider-browse-spec.elc create mode 100644 elpa/cider-20180923.1759/cider-cheatsheet.el create mode 100644 elpa/cider-20180923.1759/cider-cheatsheet.elc rename elpa/{cider-20141120.1746 => cider-20180923.1759}/cider-classpath.el (76%) rename elpa/{cider-20141120.1746 => cider-20180923.1759}/cider-classpath.elc (52%) create mode 100644 elpa/cider-20180923.1759/cider-client.el create mode 100644 elpa/cider-20180923.1759/cider-client.elc create mode 100644 elpa/cider-20180923.1759/cider-common.el create mode 100644 elpa/cider-20180923.1759/cider-common.elc create mode 100644 elpa/cider-20180923.1759/cider-compat.el create mode 100644 elpa/cider-20180923.1759/cider-compat.elc create mode 100644 elpa/cider-20180923.1759/cider-completion.el create mode 100644 elpa/cider-20180923.1759/cider-completion.elc create mode 100644 elpa/cider-20180923.1759/cider-connection.el create mode 100644 elpa/cider-20180923.1759/cider-connection.elc create mode 100644 elpa/cider-20180923.1759/cider-debug.el create mode 100644 elpa/cider-20180923.1759/cider-debug.elc rename elpa/{cider-20141120.1746 => cider-20180923.1759}/cider-doc.el (52%) create mode 100644 elpa/cider-20180923.1759/cider-doc.elc create mode 100644 elpa/cider-20180923.1759/cider-eldoc.el create mode 100644 elpa/cider-20180923.1759/cider-eldoc.elc create mode 100644 elpa/cider-20180923.1759/cider-eval.el create mode 100644 elpa/cider-20180923.1759/cider-eval.elc create mode 100644 elpa/cider-20180923.1759/cider-find.el create mode 100644 elpa/cider-20180923.1759/cider-find.elc create mode 100644 elpa/cider-20180923.1759/cider-format.el create mode 100644 elpa/cider-20180923.1759/cider-format.elc create mode 100644 elpa/cider-20180923.1759/cider-grimoire.el create mode 100644 elpa/cider-20180923.1759/cider-grimoire.elc create mode 100644 elpa/cider-20180923.1759/cider-inspector.el create mode 100644 elpa/cider-20180923.1759/cider-inspector.elc rename elpa/{cider-20141120.1746 => cider-20180923.1759}/cider-macroexpansion.el (67%) create mode 100644 elpa/cider-20180923.1759/cider-macroexpansion.elc create mode 100644 elpa/cider-20180923.1759/cider-mode.el create mode 100644 elpa/cider-20180923.1759/cider-mode.elc create mode 100644 elpa/cider-20180923.1759/cider-ns.el create mode 100644 elpa/cider-20180923.1759/cider-ns.elc create mode 100644 elpa/cider-20180923.1759/cider-overlays.el create mode 100644 elpa/cider-20180923.1759/cider-overlays.elc create mode 100644 elpa/cider-20180923.1759/cider-pkg.el create mode 100644 elpa/cider-20180923.1759/cider-popup.el create mode 100644 elpa/cider-20180923.1759/cider-popup.elc create mode 100644 elpa/cider-20180923.1759/cider-profile.el create mode 100644 elpa/cider-20180923.1759/cider-profile.elc create mode 100644 elpa/cider-20180923.1759/cider-repl-history.el create mode 100644 elpa/cider-20180923.1759/cider-repl-history.elc create mode 100644 elpa/cider-20180923.1759/cider-repl.el create mode 100644 elpa/cider-20180923.1759/cider-repl.elc create mode 100644 elpa/cider-20180923.1759/cider-resolve.el create mode 100644 elpa/cider-20180923.1759/cider-resolve.elc rename elpa/{cider-20141120.1746 => cider-20180923.1759}/cider-scratch.el (53%) create mode 100644 elpa/cider-20180923.1759/cider-scratch.elc rename elpa/{cider-20141120.1746 => cider-20180923.1759}/cider-selector.el (76%) create mode 100644 elpa/cider-20180923.1759/cider-selector.elc create mode 100644 elpa/cider-20180923.1759/cider-stacktrace.el create mode 100644 elpa/cider-20180923.1759/cider-stacktrace.elc create mode 100644 elpa/cider-20180923.1759/cider-test.el create mode 100644 elpa/cider-20180923.1759/cider-test.elc create mode 100644 elpa/cider-20180923.1759/cider-tracing.el create mode 100644 elpa/cider-20180923.1759/cider-tracing.elc create mode 100644 elpa/cider-20180923.1759/cider-util.el create mode 100644 elpa/cider-20180923.1759/cider-util.elc create mode 100644 elpa/cider-20180923.1759/cider.el create mode 100644 elpa/cider-20180923.1759/cider.elc create mode 100644 elpa/cider-20180923.1759/nrepl-client.el create mode 100644 elpa/cider-20180923.1759/nrepl-client.elc create mode 100644 elpa/cider-20180923.1759/nrepl-dict.el create mode 100644 elpa/cider-20180923.1759/nrepl-dict.elc delete mode 100644 elpa/cl-lib-0.5/cl-lib-pkg.el delete mode 100644 elpa/cl-lib-0.5/cl-lib.elc rename elpa/{cl-lib-0.5 => cl-lib-0.6.1}/cl-lib-autoloads.el (68%) create mode 100644 elpa/cl-lib-0.6.1/cl-lib-pkg.el rename elpa/{cl-lib-0.5 => cl-lib-0.6.1}/cl-lib.el (94%) create mode 100644 elpa/cl-lib-0.6.1/cl-lib.elc delete mode 100644 elpa/clojure-mode-20141120.1410/clojure-mode-autoloads.el delete mode 100644 elpa/clojure-mode-20141120.1410/clojure-mode-pkg.el delete mode 100644 elpa/clojure-mode-20141120.1410/clojure-mode-pkg.elc delete mode 100644 elpa/clojure-mode-20141120.1410/clojure-mode.el delete mode 100644 elpa/clojure-mode-20141120.1410/clojure-mode.elc create mode 100644 elpa/clojure-mode-20180827.1827/clojure-mode-autoloads.el create mode 100644 elpa/clojure-mode-20180827.1827/clojure-mode-pkg.el create mode 100644 elpa/clojure-mode-20180827.1827/clojure-mode.el create mode 100644 elpa/clojure-mode-20180827.1827/clojure-mode.elc delete mode 100644 elpa/clojure-mode-extra-font-locking-20140613.839/clojure-mode-extra-font-locking-pkg.el delete mode 100644 elpa/clojure-mode-extra-font-locking-20140613.839/clojure-mode-extra-font-locking-pkg.elc delete mode 100644 elpa/clojure-mode-extra-font-locking-20140613.839/clojure-mode-extra-font-locking.elc rename elpa/{clojure-mode-extra-font-locking-20140613.839 => clojure-mode-extra-font-locking-20180114.1711}/clojure-mode-extra-font-locking-autoloads.el (56%) create mode 100644 elpa/clojure-mode-extra-font-locking-20180114.1711/clojure-mode-extra-font-locking-pkg.el rename elpa/{clojure-mode-extra-font-locking-20140613.839 => clojure-mode-extra-font-locking-20180114.1711}/clojure-mode-extra-font-locking.el (65%) create mode 100644 elpa/clojure-mode-extra-font-locking-20180114.1711/clojure-mode-extra-font-locking.elc create mode 100644 elpa/company-20180913.2311/company-abbrev.el create mode 100644 elpa/company-20180913.2311/company-abbrev.elc create mode 100644 elpa/company-20180913.2311/company-autoloads.el create mode 100644 elpa/company-20180913.2311/company-bbdb.el create mode 100644 elpa/company-20180913.2311/company-bbdb.elc create mode 100644 elpa/company-20180913.2311/company-capf.el create mode 100644 elpa/company-20180913.2311/company-capf.elc create mode 100644 elpa/company-20180913.2311/company-clang.el create mode 100644 elpa/company-20180913.2311/company-clang.elc create mode 100644 elpa/company-20180913.2311/company-cmake.el create mode 100644 elpa/company-20180913.2311/company-cmake.elc create mode 100644 elpa/company-20180913.2311/company-css.el create mode 100644 elpa/company-20180913.2311/company-css.elc create mode 100644 elpa/company-20180913.2311/company-dabbrev-code.el create mode 100644 elpa/company-20180913.2311/company-dabbrev-code.elc create mode 100644 elpa/company-20180913.2311/company-dabbrev.el create mode 100644 elpa/company-20180913.2311/company-dabbrev.elc create mode 100644 elpa/company-20180913.2311/company-eclim.el create mode 100644 elpa/company-20180913.2311/company-eclim.elc create mode 100644 elpa/company-20180913.2311/company-elisp.el create mode 100644 elpa/company-20180913.2311/company-elisp.elc create mode 100644 elpa/company-20180913.2311/company-etags.el create mode 100644 elpa/company-20180913.2311/company-etags.elc create mode 100644 elpa/company-20180913.2311/company-files.el create mode 100644 elpa/company-20180913.2311/company-files.elc create mode 100644 elpa/company-20180913.2311/company-gtags.el create mode 100644 elpa/company-20180913.2311/company-gtags.elc create mode 100644 elpa/company-20180913.2311/company-ispell.el create mode 100644 elpa/company-20180913.2311/company-ispell.elc create mode 100644 elpa/company-20180913.2311/company-keywords.el create mode 100644 elpa/company-20180913.2311/company-keywords.elc create mode 100644 elpa/company-20180913.2311/company-nxml.el create mode 100644 elpa/company-20180913.2311/company-nxml.elc create mode 100644 elpa/company-20180913.2311/company-oddmuse.el create mode 100644 elpa/company-20180913.2311/company-oddmuse.elc create mode 100644 elpa/company-20180913.2311/company-pkg.el create mode 100644 elpa/company-20180913.2311/company-semantic.el create mode 100644 elpa/company-20180913.2311/company-semantic.elc create mode 100644 elpa/company-20180913.2311/company-template.el create mode 100644 elpa/company-20180913.2311/company-template.elc create mode 100644 elpa/company-20180913.2311/company-tempo.el create mode 100644 elpa/company-20180913.2311/company-tempo.elc create mode 100644 elpa/company-20180913.2311/company-tng.el create mode 100644 elpa/company-20180913.2311/company-tng.elc create mode 100644 elpa/company-20180913.2311/company-xcode.el create mode 100644 elpa/company-20180913.2311/company-xcode.elc create mode 100644 elpa/company-20180913.2311/company-yasnippet.el create mode 100644 elpa/company-20180913.2311/company-yasnippet.elc create mode 100644 elpa/company-20180913.2311/company.el create mode 100644 elpa/company-20180913.2311/company.elc delete mode 100644 elpa/dash-20140717.547/dash-pkg.el delete mode 100644 elpa/dash-20140717.547/dash-pkg.elc delete mode 100644 elpa/dash-20140717.547/dash.elc rename elpa/{dash-20140717.547 => dash-20180910.1856}/dash-autoloads.el (57%) create mode 100644 elpa/dash-20180910.1856/dash-pkg.el rename elpa/{dash-20140717.547 => dash-20180910.1856}/dash.el (51%) create mode 100644 elpa/dash-20180910.1856/dash.elc delete mode 100644 elpa/epl-20140620.218/epl-pkg.el delete mode 100644 elpa/epl-20140620.218/epl-pkg.elc rename elpa/{epl-20140620.218 => epl-20180205.2049}/epl-autoloads.el (58%) create mode 100644 elpa/epl-20180205.2049/epl-pkg.el rename elpa/{epl-20140620.218 => epl-20180205.2049}/epl.el (72%) create mode 100644 elpa/epl-20180205.2049/epl.elc delete mode 100644 elpa/exec-path-from-shell-20141212.846/exec-path-from-shell-pkg.el delete mode 100644 elpa/exec-path-from-shell-20141212.846/exec-path-from-shell.elc rename elpa/{exec-path-from-shell-20141212.846 => exec-path-from-shell-20180324.204}/exec-path-from-shell-autoloads.el (91%) create mode 100644 elpa/exec-path-from-shell-20180324.204/exec-path-from-shell-pkg.el rename elpa/{exec-path-from-shell-20141212.846 => exec-path-from-shell-20180324.204}/exec-path-from-shell.el (67%) create mode 100644 elpa/exec-path-from-shell-20180324.204/exec-path-from-shell.elc create mode 100644 elpa/ghub-20180924.713/buck.el create mode 100644 elpa/ghub-20180924.713/buck.elc create mode 100644 elpa/ghub-20180924.713/dir create mode 100644 elpa/ghub-20180924.713/ghub-autoloads.el create mode 100644 elpa/ghub-20180924.713/ghub-graphql.el create mode 100644 elpa/ghub-20180924.713/ghub-graphql.elc create mode 100644 elpa/ghub-20180924.713/ghub-pkg.el create mode 100644 elpa/ghub-20180924.713/ghub.el create mode 100644 elpa/ghub-20180924.713/ghub.elc create mode 100644 elpa/ghub-20180924.713/ghub.info create mode 100644 elpa/ghub-20180924.713/glab.el create mode 100644 elpa/ghub-20180924.713/glab.elc create mode 100644 elpa/ghub-20180924.713/gogs.el create mode 100644 elpa/ghub-20180924.713/gogs.elc create mode 100644 elpa/ghub-20180924.713/gtea.el create mode 100644 elpa/ghub-20180924.713/gtea.elc create mode 100644 elpa/git-commit-20180912.1012/git-commit-autoloads.el create mode 100644 elpa/git-commit-20180912.1012/git-commit-pkg.el create mode 100644 elpa/git-commit-20180912.1012/git-commit.el create mode 100644 elpa/git-commit-20180912.1012/git-commit.elc delete mode 100644 elpa/git-commit-mode-20140605.520/git-commit-mode-autoloads.el delete mode 100644 elpa/git-commit-mode-20140605.520/git-commit-mode-pkg.el delete mode 100644 elpa/git-commit-mode-20140605.520/git-commit-mode-pkg.elc delete mode 100644 elpa/git-commit-mode-20140605.520/git-commit-mode.el delete mode 100644 elpa/git-commit-mode-20140605.520/git-commit-mode.elc delete mode 100644 elpa/git-rebase-mode-20140605.520/git-rebase-mode-autoloads.el delete mode 100644 elpa/git-rebase-mode-20140605.520/git-rebase-mode-pkg.el delete mode 100644 elpa/git-rebase-mode-20140605.520/git-rebase-mode-pkg.elc delete mode 100644 elpa/git-rebase-mode-20140605.520/git-rebase-mode.el delete mode 100644 elpa/git-rebase-mode-20140605.520/git-rebase-mode.elc create mode 100644 elpa/graphql-20180912.31/graphql-autoloads.el create mode 100644 elpa/graphql-20180912.31/graphql-pkg.el create mode 100644 elpa/graphql-20180912.31/graphql.el create mode 100644 elpa/graphql-20180912.31/graphql.elc create mode 100644 elpa/ido-completing-read+-20180628.244/ido-completing-read+-autoloads.el create mode 100644 elpa/ido-completing-read+-20180628.244/ido-completing-read+-pkg.el create mode 100644 elpa/ido-completing-read+-20180628.244/ido-completing-read+.el create mode 100644 elpa/ido-completing-read+-20180628.244/ido-completing-read+.elc delete mode 100644 elpa/ido-ubiquitous-20140526.1306/ido-ubiquitous-autoloads.el delete mode 100644 elpa/ido-ubiquitous-20140526.1306/ido-ubiquitous-pkg.el delete mode 100644 elpa/ido-ubiquitous-20140526.1306/ido-ubiquitous-pkg.elc delete mode 100644 elpa/ido-ubiquitous-20140526.1306/ido-ubiquitous.el delete mode 100644 elpa/ido-ubiquitous-20140526.1306/ido-ubiquitous.elc create mode 100644 elpa/ido-ubiquitous-20180216.949/ido-ubiquitous-autoloads.el create mode 100644 elpa/ido-ubiquitous-20180216.949/ido-ubiquitous-pkg.el create mode 100644 elpa/ido-ubiquitous-20180216.949/ido-ubiquitous.el create mode 100644 elpa/ido-ubiquitous-20180216.949/ido-ubiquitous.elc create mode 100644 elpa/let-alist-1.0.5/let-alist-autoloads.el create mode 100644 elpa/let-alist-1.0.5/let-alist-pkg.el create mode 100644 elpa/let-alist-1.0.5/let-alist.el create mode 100644 elpa/let-alist-1.0.5/let-alist.elc delete mode 100644 elpa/magit-20140720.358/README.md delete mode 100644 elpa/magit-20140720.358/magit-autoloads.el delete mode 100644 elpa/magit-20140720.358/magit-blame.el delete mode 100644 elpa/magit-20140720.358/magit-blame.elc delete mode 100644 elpa/magit-20140720.358/magit-key-mode.el delete mode 100644 elpa/magit-20140720.358/magit-key-mode.elc delete mode 100644 elpa/magit-20140720.358/magit-pkg.el delete mode 100644 elpa/magit-20140720.358/magit-pkg.elc delete mode 100644 elpa/magit-20140720.358/magit-wip.el delete mode 100644 elpa/magit-20140720.358/magit-wip.elc delete mode 100644 elpa/magit-20140720.358/magit.el delete mode 100644 elpa/magit-20140720.358/magit.elc delete mode 100644 elpa/magit-20140720.358/magit.info rename elpa/{magit-20140720.358 => magit-20180924.1837}/AUTHORS.md (50%) create mode 100644 elpa/magit-20180924.1837/LICENSE rename elpa/{magit-20140720.358 => magit-20180924.1837}/dir (89%) create mode 100644 elpa/magit-20180924.1837/git-rebase.el create mode 100644 elpa/magit-20180924.1837/git-rebase.elc create mode 100644 elpa/magit-20180924.1837/magit-apply.el create mode 100644 elpa/magit-20180924.1837/magit-apply.elc create mode 100644 elpa/magit-20180924.1837/magit-autoloads.el create mode 100644 elpa/magit-20180924.1837/magit-autorevert.el create mode 100644 elpa/magit-20180924.1837/magit-autorevert.elc create mode 100644 elpa/magit-20180924.1837/magit-bisect.el create mode 100644 elpa/magit-20180924.1837/magit-bisect.elc create mode 100644 elpa/magit-20180924.1837/magit-blame.el create mode 100644 elpa/magit-20180924.1837/magit-blame.elc create mode 100644 elpa/magit-20180924.1837/magit-bookmark.el create mode 100644 elpa/magit-20180924.1837/magit-bookmark.elc create mode 100644 elpa/magit-20180924.1837/magit-branch.el create mode 100644 elpa/magit-20180924.1837/magit-branch.elc create mode 100644 elpa/magit-20180924.1837/magit-collab.el create mode 100644 elpa/magit-20180924.1837/magit-collab.elc create mode 100644 elpa/magit-20180924.1837/magit-commit.el create mode 100644 elpa/magit-20180924.1837/magit-commit.elc create mode 100644 elpa/magit-20180924.1837/magit-core.el create mode 100644 elpa/magit-20180924.1837/magit-core.elc create mode 100644 elpa/magit-20180924.1837/magit-diff.el create mode 100644 elpa/magit-20180924.1837/magit-diff.elc create mode 100644 elpa/magit-20180924.1837/magit-ediff.el create mode 100644 elpa/magit-20180924.1837/magit-ediff.elc create mode 100644 elpa/magit-20180924.1837/magit-extras.el create mode 100644 elpa/magit-20180924.1837/magit-extras.elc create mode 100644 elpa/magit-20180924.1837/magit-files.el create mode 100644 elpa/magit-20180924.1837/magit-files.elc create mode 100644 elpa/magit-20180924.1837/magit-git.el create mode 100644 elpa/magit-20180924.1837/magit-git.elc create mode 100644 elpa/magit-20180924.1837/magit-imenu.el create mode 100644 elpa/magit-20180924.1837/magit-imenu.elc create mode 100644 elpa/magit-20180924.1837/magit-log.el create mode 100644 elpa/magit-20180924.1837/magit-log.elc create mode 100644 elpa/magit-20180924.1837/magit-margin.el create mode 100644 elpa/magit-20180924.1837/magit-margin.elc create mode 100644 elpa/magit-20180924.1837/magit-merge.el create mode 100644 elpa/magit-20180924.1837/magit-merge.elc create mode 100644 elpa/magit-20180924.1837/magit-mode.el create mode 100644 elpa/magit-20180924.1837/magit-mode.elc create mode 100644 elpa/magit-20180924.1837/magit-notes.el create mode 100644 elpa/magit-20180924.1837/magit-notes.elc create mode 100644 elpa/magit-20180924.1837/magit-obsolete.el rename elpa/{queue-0.1.1/queue-pkg.elc => magit-20180924.1837/magit-obsolete.elc} (62%) create mode 100644 elpa/magit-20180924.1837/magit-pkg.el create mode 100644 elpa/magit-20180924.1837/magit-process.el create mode 100644 elpa/magit-20180924.1837/magit-process.elc create mode 100644 elpa/magit-20180924.1837/magit-refs.el create mode 100644 elpa/magit-20180924.1837/magit-refs.elc create mode 100644 elpa/magit-20180924.1837/magit-remote.el create mode 100644 elpa/magit-20180924.1837/magit-remote.elc create mode 100644 elpa/magit-20180924.1837/magit-repos.el create mode 100644 elpa/magit-20180924.1837/magit-repos.elc create mode 100644 elpa/magit-20180924.1837/magit-reset.el create mode 100644 elpa/magit-20180924.1837/magit-reset.elc create mode 100644 elpa/magit-20180924.1837/magit-section.el create mode 100644 elpa/magit-20180924.1837/magit-section.elc create mode 100644 elpa/magit-20180924.1837/magit-sequence.el create mode 100644 elpa/magit-20180924.1837/magit-sequence.elc create mode 100644 elpa/magit-20180924.1837/magit-stash.el create mode 100644 elpa/magit-20180924.1837/magit-stash.elc create mode 100644 elpa/magit-20180924.1837/magit-status.el create mode 100644 elpa/magit-20180924.1837/magit-status.elc create mode 100644 elpa/magit-20180924.1837/magit-submodule.el create mode 100644 elpa/magit-20180924.1837/magit-submodule.elc create mode 100644 elpa/magit-20180924.1837/magit-subtree.el create mode 100644 elpa/magit-20180924.1837/magit-subtree.elc create mode 100644 elpa/magit-20180924.1837/magit-tag.el create mode 100644 elpa/magit-20180924.1837/magit-tag.elc create mode 100644 elpa/magit-20180924.1837/magit-utils.el create mode 100644 elpa/magit-20180924.1837/magit-utils.elc create mode 100644 elpa/magit-20180924.1837/magit-wip.el create mode 100644 elpa/magit-20180924.1837/magit-wip.elc create mode 100644 elpa/magit-20180924.1837/magit-worktree.el create mode 100644 elpa/magit-20180924.1837/magit-worktree.elc create mode 100644 elpa/magit-20180924.1837/magit.el create mode 100644 elpa/magit-20180924.1837/magit.elc create mode 100644 elpa/magit-20180924.1837/magit.info create mode 100644 elpa/magit-20180924.1837/magit.info-1 create mode 100644 elpa/magit-20180924.1837/magit.info-2 create mode 100644 elpa/magit-popup-20180726.2037/dir create mode 100644 elpa/magit-popup-20180726.2037/magit-popup-autoloads.el create mode 100644 elpa/magit-popup-20180726.2037/magit-popup-pkg.el create mode 100644 elpa/magit-popup-20180726.2037/magit-popup.el create mode 100644 elpa/magit-popup-20180726.2037/magit-popup.elc create mode 100644 elpa/magit-popup-20180726.2037/magit-popup.info create mode 100644 elpa/memoize-20180614.1930/memoize-autoloads.el create mode 100644 elpa/memoize-20180614.1930/memoize-pkg.el create mode 100644 elpa/memoize-20180614.1930/memoize.el create mode 100644 elpa/memoize-20180614.1930/memoize.elc delete mode 100644 elpa/paredit-20140128.1248/paredit-pkg.el delete mode 100644 elpa/paredit-20140128.1248/paredit-pkg.elc rename elpa/{paredit-20140128.1248 => paredit-20171127.205}/paredit-autoloads.el (77%) create mode 100644 elpa/paredit-20171127.205/paredit-pkg.el rename elpa/{paredit-20140128.1248 => paredit-20171127.205}/paredit.el (98%) rename elpa/{paredit-20140128.1248 => paredit-20171127.205}/paredit.elc (66%) delete mode 100644 elpa/pkg-info-20140610.630/pkg-info-pkg.el delete mode 100644 elpa/pkg-info-20140610.630/pkg-info-pkg.elc rename elpa/{pkg-info-20140610.630 => pkg-info-20150517.1143}/pkg-info-autoloads.el (90%) create mode 100644 elpa/pkg-info-20150517.1143/pkg-info-pkg.el rename elpa/{pkg-info-20140610.630 => pkg-info-20150517.1143}/pkg-info.el (82%) create mode 100644 elpa/pkg-info-20150517.1143/pkg-info.elc delete mode 100644 elpa/projectile-20140716.416/projectile-autoloads.el delete mode 100644 elpa/projectile-20140716.416/projectile-pkg.el delete mode 100644 elpa/projectile-20140716.416/projectile-pkg.elc delete mode 100644 elpa/projectile-20140716.416/projectile.el delete mode 100644 elpa/projectile-20140716.416/projectile.elc create mode 100644 elpa/projectile-20180924.1722/projectile-autoloads.el create mode 100644 elpa/projectile-20180924.1722/projectile-pkg.el create mode 100644 elpa/projectile-20180924.1722/projectile.el create mode 100644 elpa/projectile-20180924.1722/projectile.elc delete mode 100644 elpa/queue-0.1.1/queue-pkg.el delete mode 100644 elpa/queue-0.1.1/queue.elc rename elpa/{queue-0.1.1 => queue-0.2}/queue-autoloads.el (65%) create mode 100644 elpa/queue-0.2/queue-pkg.el rename elpa/{queue-0.1.1 => queue-0.2}/queue.el (88%) create mode 100644 elpa/queue-0.2/queue.elc delete mode 100644 elpa/rainbow-delimiters-20140713.1131/rainbow-delimiters-autoloads.el delete mode 100644 elpa/rainbow-delimiters-20140713.1131/rainbow-delimiters-pkg.el delete mode 100644 elpa/rainbow-delimiters-20140713.1131/rainbow-delimiters-pkg.elc delete mode 100644 elpa/rainbow-delimiters-20140713.1131/rainbow-delimiters.el delete mode 100644 elpa/rainbow-delimiters-20140713.1131/rainbow-delimiters.elc create mode 100644 elpa/rainbow-delimiters-20170929.1132/rainbow-delimiters-autoloads.el create mode 100644 elpa/rainbow-delimiters-20170929.1132/rainbow-delimiters-pkg.el create mode 100644 elpa/rainbow-delimiters-20170929.1132/rainbow-delimiters.el create mode 100644 elpa/rainbow-delimiters-20170929.1132/rainbow-delimiters.elc delete mode 100644 elpa/s-20140714.707/s-pkg.el delete mode 100644 elpa/s-20140714.707/s-pkg.elc delete mode 100644 elpa/s-20140714.707/s.elc rename elpa/{s-20140714.707 => s-20180406.808}/s-autoloads.el (57%) create mode 100644 elpa/s-20180406.808/s-pkg.el rename elpa/{s-20140714.707 => s-20180406.808}/s.el (67%) create mode 100644 elpa/s-20180406.808/s.elc create mode 100644 elpa/seq-2.20/ChangeLog create mode 100644 elpa/seq-2.20/seq-24.el create mode 100644 elpa/seq-2.20/seq-24.elc create mode 100644 elpa/seq-2.20/seq-25.el create mode 100644 elpa/seq-2.20/seq-25.elc create mode 100644 elpa/seq-2.20/seq-autoloads.el create mode 100644 elpa/seq-2.20/seq-pkg.el rename elpa/{exec-path-from-shell-20141212.846/exec-path-from-shell-pkg.elc => seq-2.20/seq-pkg.elc} (62%) create mode 100644 elpa/seq-2.20/seq.el rename elpa/{cl-lib-0.5/cl-lib-pkg.elc => seq-2.20/seq.elc} (62%) create mode 100644 elpa/seq-2.20/tests/seq-tests.el create mode 100644 elpa/seq-2.20/tests/seq-tests.elc create mode 100644 elpa/sesman-20180921.2220/sesman-autoloads.el create mode 100644 elpa/sesman-20180921.2220/sesman-browser.el create mode 100644 elpa/sesman-20180921.2220/sesman-browser.elc create mode 100644 elpa/sesman-20180921.2220/sesman-pkg.el create mode 100644 elpa/sesman-20180921.2220/sesman.el create mode 100644 elpa/sesman-20180921.2220/sesman.elc delete mode 100644 elpa/smex-20140425.1314/smex-pkg.el delete mode 100644 elpa/smex-20140425.1314/smex-pkg.elc delete mode 100644 elpa/smex-20140425.1314/smex.elc rename elpa/{smex-20140425.1314 => smex-20151212.2209}/smex-autoloads.el (69%) create mode 100644 elpa/smex-20151212.2209/smex-pkg.el rename elpa/{smex-20140425.1314 => smex-20151212.2209}/smex.el (86%) create mode 100644 elpa/smex-20151212.2209/smex.elc create mode 100644 elpa/spinner-1.7.3/spinner-autoloads.el create mode 100644 elpa/spinner-1.7.3/spinner-pkg.el create mode 100644 elpa/spinner-1.7.3/spinner.el create mode 100644 elpa/spinner-1.7.3/spinner.elc delete mode 100644 elpa/tagedit-20140618.521/tagedit-pkg.el delete mode 100644 elpa/tagedit-20140618.521/tagedit-pkg.elc rename elpa/{tagedit-20140618.521 => tagedit-20161121.855}/tagedit-autoloads.el (66%) create mode 100644 elpa/tagedit-20161121.855/tagedit-pkg.el rename elpa/{tagedit-20140618.521 => tagedit-20161121.855}/tagedit.el (91%) rename elpa/{tagedit-20140618.521 => tagedit-20161121.855}/tagedit.elc (74%) create mode 100644 elpa/treepy-20180724.656/treepy-autoloads.el create mode 100644 elpa/treepy-20180724.656/treepy-pkg.el create mode 100644 elpa/treepy-20180724.656/treepy.el create mode 100644 elpa/treepy-20180724.656/treepy.elc create mode 100644 elpa/with-editor-20180726.2044/dir create mode 100644 elpa/with-editor-20180726.2044/with-editor-autoloads.el create mode 100644 elpa/with-editor-20180726.2044/with-editor-pkg.el create mode 100644 elpa/with-editor-20180726.2044/with-editor.el create mode 100644 elpa/with-editor-20180726.2044/with-editor.elc create mode 100644 elpa/with-editor-20180726.2044/with-editor.info create mode 100644 network-security.data diff --git a/customizations/setup-clojure.el b/customizations/setup-clojure.el index f744277d3..64a53a1fb 100644 --- a/customizations/setup-clojure.el +++ b/customizations/setup-clojure.el @@ -30,7 +30,7 @@ ;;;; ;; provides minibuffer documentation for the code you're typing into the repl -(add-hook 'cider-mode-hook 'cider-turn-on-eldoc-mode) +;(add-hook 'cider-mode-hook 'cider-turn-on-eldoc-mode) ;; go right to the REPL buffer when it's finished connecting (setq cider-repl-pop-to-buffer-on-connect t) diff --git a/elpa/archives/gnu/archive-contents b/elpa/archives/gnu/archive-contents index 8c7e9b5d4..c25a0dea1 100644 --- a/elpa/archives/gnu/archive-contents +++ b/elpa/archives/gnu/archive-contents @@ -1,27 +1,34 @@ (1 + (ace-window . + [(0 9 0) + ((avy + (0 2 0))) + "Quickly switch windows." single + ((:url . "https://github.com/abo-abo/ace-window") + (:keywords "window" "location"))]) (ack . - [(1 3) - nil "Interface to ack-like source code search tools" tar + [(1 5) + nil "interface to ack-like tools" tar ((:keywords "tools" "processes" "convenience") (:url . "https://github.com/leoliu/ack-el"))]) (ada-mode . - [(5 1 7) + [(5 3 1) ((wisi - (1 1 0)) + (1 1 6)) (cl-lib (0 4)) (emacs - (24 2))) + (24 3))) "major-mode for editing Ada sources" tar ((:keywords "languages" "ada") - (:url . "http://stephe-leake.org/emacs/ada-mode/emacs-ada-mode.html"))]) + (:url . "http://www.nongnu.org/ada-mode/"))]) (ada-ref-man . - [(2012 0) + [(2012 3) nil "Ada Reference Manual 2012" tar ((:keywords "languages" "ada") (:url . "http://stephe-leake.org/ada/arm.html"))]) (adaptive-wrap . - [(0 5) + [(0 5 2) nil "Smart line-wrapping with wrap-prefix" single ((:url . "http://elpa.gnu.org/packages/adaptive-wrap.html") (:keywords))]) @@ -29,18 +36,51 @@ [(3 0) nil "Indent and dedent Lisp code, automatically adjust close parens" tar ((:url . "http://elpa.gnu.org/packages/adjust-parens.html"))]) + (aggressive-indent . + [(1 8 3) + ((emacs + (24 1)) + (cl-lib + (0 5))) + "Minor mode to aggressively keep your code always indented" single + ((:url . "https://github.com/Malabarba/aggressive-indent-mode") + (:keywords "indent" "lisp" "maint" "tools"))]) + (ahungry-theme . + [(1 10 0) + ((emacs + (24))) + "Ahungry color theme for Emacs. Make sure to (load-theme 'ahungry)." tar + ((:keywords "ahungry" "palette" "color" "theme" "emacs" "color-theme" "deftheme") + (:url . "https://github.com/ahungry/color-theme-ahungry"))]) (all . [(1 0) nil "Edit all lines matching a given regexp" single ((:url . "http://elpa.gnu.org/packages/all.html") (:keywords "matching"))]) + (ampc . + [(0 2) + nil "Asynchronous Music Player Controller" single + ((:url . "http://elpa.gnu.org/packages/ampc.html") + (:keywords "ampc" "mpc" "mpd"))]) + (arbitools . + [(0 95) + ((cl-lib + (0 5))) + "Package for chess tournaments administration" single + ((:url . "http://elpa.gnu.org/packages/arbitools.html") + (:keywords))]) (ascii-art-to-unicode . - [(1 9) + [(1 12) nil "a small artist adjunct" single ((:url . "http://www.gnuvola.org/software/aa2u/") (:keywords "ascii" "unicode" "box-drawing"))]) + (async . + [(1 9 2) + nil "Asynchronous processing in Emacs" tar + ((:keywords "async") + (:url . "http://elpa.gnu.org/packages/async.html"))]) (auctex . - [(11 88) + [(12 1 1) nil "Integrated environment for *TeX*" tar ((:url . "http://www.gnu.org/software/auctex/"))]) (aumix-mode . @@ -48,11 +88,62 @@ nil "run the aumix program in a buffer" single ((:url . "http://user42.tuxfamily.org/aumix-mode/index.html") (:keywords "multimedia" "mixer" "aumix"))]) + (auto-correct . + [(1 1 4) + nil "Remembers and automatically fixes past corrections" single + ((:url . "http://elpa.gnu.org/packages/auto-correct.html") + (:keywords "editing"))]) + (auto-overlays . + [(0 10 9) + nil "Automatic regexp-delimited overlays" tar + ((:keywords "extensions") + (:url . "http://www.dr-qubit.org/emacs.php"))]) + (avy . + [(0 4 0) + ((emacs + (24 1)) + (cl-lib + (0 5))) + "tree-based completion" tar + ((:keywords "point" "location") + (:url . "https://github.com/abo-abo/avy"))]) + (bbdb . + [(3 2) + ((emacs + (24))) + "core of BBDB" tar + ((:url . "http://elpa.gnu.org/packages/bbdb.html"))]) + (beacon . + [(1 3 3) + ((seq + (2 14))) + "Highlight the cursor whenever the window scrolls" single + ((:url . "https://github.com/Malabarba/beacon") + (:keywords "convenience"))]) + (brief . + [(5 85) + nil "Brief Editor Emulator" single + ((:url . "http://elpa.gnu.org/packages/brief.html") + (:keywords "brief" "emulations" "crisp"))]) + (bug-hunter . + [(1 3 1) + ((seq + (1 3)) + (cl-lib + (0 5))) + "Hunt down errors by bisecting elisp files" single + ((:url . "https://github.com/Malabarba/elisp-bug-hunter") + (:keywords "lisp"))]) (caps-lock . [(1 0) nil "Caps-lock as a minor mode" single ((:url . "http://elpa.gnu.org/packages/caps-lock.html") (:keywords))]) + (captain . + [(1 0 3) + nil "CAPiTalization is Automatic IN emacs" single + ((:url . "http://elpa.gnu.org/packages/captain.html") + (:keywords "editing"))]) (chess . [(2 0 4) ((cl-lib @@ -60,35 +151,105 @@ "Play chess in GNU Emacs" tar ((:keywords "games") (:url . "http://elpa.gnu.org/packages/chess.html"))]) + (cl-generic . + [(0 3) + nil "Forward cl-generic compatibility for Emacs<25" single + ((:url . "http://elpa.gnu.org/packages/cl-generic.html") + (:keywords))]) (cl-lib . - [(0 5) + [(0 6 1) nil "Properly prefixed CL functions and macros" single ((:url . "http://elpa.gnu.org/packages/cl-lib.html") (:keywords))]) + (cl-print . + [(1 0) + ((emacs + (25))) + "CL-style generic printing" single + ((:url . "http://elpa.gnu.org/packages/cl-print.html") + (:keywords))]) + (cobol-mode . + [(1 0 0) + ((cl-lib + (0 5))) + "Mode for editing COBOL code" single + ((:url . "http://elpa.gnu.org/packages/cobol-mode.html") + (:keywords "languages"))]) (coffee-mode . [(0 4 1 1) nil "Major mode for CoffeeScript files" single ((:url . "http://github.com/defunkt/coffee-mode") (:keywords "coffeescript" "major" "mode"))]) + (compact-docstrings . + [(0 1) + nil "Shrink blank lines in docstrings and doc comments" single + ((:url . "https://github.com/cpitclaudel/compact-docstrings") + (:keywords "convenience" "faces" "lisp" "maint" "c"))]) (company . - [(0 8 7) + [(0 9 6) ((emacs - (24 1)) - (cl-lib - (0 5))) + (24 3))) "Modular text completion framework" tar ((:keywords "abbrev" "convenience" "matching") (:url . "http://company-mode.github.io/"))]) + (company-ebdb . + [(1) + ((company + (0 9 4)) + (ebdb + (0 2))) + "company-mode completion backend for EBDB in message-mode" single + ((:url . "http://elpa.gnu.org/packages/company-ebdb.html") + (:keywords))]) + (company-math . + [(1 1) + ((company + (0 8 0)) + (math-symbol-lists + (1 0))) + "Completion backends for unicode math symbols and latex tags" tar + ((:keywords "unicode" "symbols" "completion") + (:url . "https://github.com/vspinu/company-math"))]) + (company-statistics . + [(0 2 3) + ((emacs + (24 3)) + (company + (0 8 5))) + "Sort candidates using completion history" tar + ((:keywords "abbrev" "convenience" "matching") + (:url . "https://github.com/company-mode/company-statistics"))]) + (context-coloring . + [(8 1 0) + ((emacs + (24 3))) + "Highlight by scope" tar + ((:keywords "convenience" "faces" "tools") + (:url . "https://github.com/jacksonrayhamilton/context-coloring"))]) + (counsel-ebdb . + [(1) + ((ivy + (0 8 0)) + (ebdb + (0 2))) + "Counsel integration for EBDB" single + ((:url . "http://elpa.gnu.org/packages/counsel-ebdb.html") + (:keywords))]) (crisp . [(1 3 4) nil "CRiSP/Brief Emacs emulator" single ((:url . "http://elpa.gnu.org/packages/crisp.html") (:keywords "emulations" "brief" "crisp"))]) (csv-mode . - [(1 2) + [(1 7) nil "Major mode for editing comma/char separated values" single - ((:url . "http://centaur.maths.qmul.ac.uk/Emacs/") + ((:url . "http://elpa.gnu.org/packages/csv-mode.html") (:keywords "convenience"))]) + (cycle-quotes . + [(0 1) + nil "Cycle between quote styles" tar + ((:keywords "convenience") + (:url . "http://elpa.gnu.org/packages/cycle-quotes.html"))]) (darkroom . [(0 1) ((cl-lib @@ -96,15 +257,36 @@ "Remove visual distractions and focus on writing" single ((:url . "http://elpa.gnu.org/packages/darkroom.html") (:keywords "convenience" "emulations"))]) + (dash . + [(2 12 0) + nil "A modern list library for Emacs" tar + ((:keywords "lists") + (:url . "http://elpa.gnu.org/packages/dash.html"))]) + (dbus-codegen . + [(0 1) + ((cl-lib + (0 5))) + "Lisp code generation for D-Bus." single + ((:url . "http://elpa.gnu.org/packages/dbus-codegen.html") + (:keywords "comm" "dbus" "convenience"))]) (debbugs . - [(0 6) - nil "SOAP library to access debbugs servers" tar + [(0 15) + ((soap-client + (3 1 1)) + (cl-lib + (0 5))) + "SOAP library to access debbugs servers" tar ((:keywords "comm" "hypermedia") (:url . "http://elpa.gnu.org/packages/debbugs.html"))]) + (delight . + [(1 5) + nil "A dimmer switch for your lighter text." single + ((:url . "https://savannah.nongnu.org/projects/delight") + (:keywords "convenience"))]) (dict-tree . - [(0 12 8) + [(0 14) ((trie - (0 2 5)) + (0 3)) (tNFA (0 1 1)) (heap @@ -113,12 +295,26 @@ ((:url . "http://www.dr-qubit.org/emacs.php") (:keywords "extensions" "matching" "data structures trie" "tree" "dictionary" "completion" "regexp"))]) (diff-hl . - [(1 7 0) + [(1 8 4) ((cl-lib (0 2))) - "Highlight uncommitted changes" tar + "Highlight uncommitted changes using VC" tar ((:keywords "vc" "diff") (:url . "https://github.com/dgutov/diff-hl"))]) + (diffview . + [(1 0) + nil "View diffs in side-by-side format" single + ((:url . "https://github.com/mgalgs/diffview-mode") + (:keywords "convenience" "diff"))]) + (dired-du . + [(0 5) + ((emacs + (24 4)) + (cl-lib + (0 5))) + "Dired with recursive directory sizes" tar + ((:keywords "files" "unix" "convenience") + (:url . "http://elpa.gnu.org/packages/dired-du.html"))]) (dismal . [(1 5) ((cl-lib @@ -135,6 +331,11 @@ nil "Info-like viewer for DocBook" single ((:url . "http://elpa.gnu.org/packages/docbook.html") (:keywords "docs" "help"))]) + (dts-mode . + [(0 1 0) + nil "Major mode for Device Tree source files" single + ((:url . "http://elpa.gnu.org/packages/dts-mode.html") + (:keywords "languages"))]) (easy-kill . [(0 9 3) ((emacs @@ -144,11 +345,60 @@ "kill & mark things easily" tar ((:keywords "killing" "convenience") (:url . "https://github.com/leoliu/easy-kill"))]) + (ebdb . + [(0 6) + ((emacs + (25 1)) + (cl-lib + (0 5)) + (seq + (2 15))) + "Contact management package" tar + ((:keywords "convenience" "mail") + (:url . "https://github.com/girzel/ebdb"))]) + (ebdb-gnorb . + [(1 0 2) + ((gnorb + (1 1 0)) + (ebdb + (0 2))) + "Utilities for connecting EBDB to Gnorb" single + ((:url . "http://elpa.gnu.org/packages/ebdb-gnorb.html") + (:keywords))]) + (ebdb-i18n-chn . + [(1 2) + ((pyim + (1 6 0)) + (ebdb + (0 2))) + "China-specific internationalization support for EBDB" single + ((:url . "http://elpa.gnu.org/packages/ebdb-i18n-chn.html") + (:keywords))]) (ediprolog . - [(1 0) + [(1 2) nil "Emacs Does Interactive Prolog" single ((:url . "http://elpa.gnu.org/packages/ediprolog.html") (:keywords "languages" "processes"))]) + (eglot . + [(1 1) + ((emacs + (26 1)) + (jsonrpc + (1 0 0))) + "Client for Language Server Protocol (LSP) servers" tar + ((:keywords "convenience" "languages") + (:url . "https://github.com/joaotavora/eglot"))]) + (el-search . + [(1 7 9) + ((emacs + (25)) + (stream + (2 2 4)) + (cl-print + (1 0))) + "Expression based interactive search for Emacs Lisp" tar + ((:keywords "lisp") + (:url . "http://elpa.gnu.org/packages/el-search.html"))]) (eldoc-eval . [(0 1) nil "Enable eldoc support when minibuffer is in use." single @@ -160,9 +410,11 @@ ((:url . "http://elpa.gnu.org/packages/electric-spacing.html") (:keywords))]) (enwc . - [(1 0) - nil "The Emacs Network Client" tar - ((:keywords "enwc" "network" "wicd" "manager" "nm") + [(2 0) + ((emacs + (25 1))) + "The Emacs Network Client" tar + ((:keywords "external" "network" "wicd" "manager" "nm") (:url . "http://elpa.gnu.org/packages/enwc.html"))]) (epoch-view . [(0 0 1) @@ -170,19 +422,50 @@ ((:url . "http://elpa.gnu.org/packages/epoch-view.html") (:keywords "data" "timestamp" "epoch" "unix"))]) (ergoemacs-mode . - [(5 14 7 3) + [(5 16 10 12) ((emacs (24 1)) (undo-tree - (0 6 5))) + (0 6 5)) + (cl-lib + (0 5))) "Emacs mode based on common modern interface and ergonomics." tar ((:keywords "convenience") (:url . "https://github.com/ergoemacs/ergoemacs-mode"))]) + (excorporate . + [(0 8 1) + ((emacs + (24 1)) + (fsm + (0 2)) + (soap-client + (3 1 4)) + (url-http-ntlm + (2 0 3)) + (nadvice + (0 3))) + "Exchange integration" tar + ((:keywords "calendar") + (:url . "http://elpa.gnu.org/packages/excorporate.html"))]) + (exwm . + [(0 19) + ((xelb + (0 15))) + "Emacs X Window Manager" tar + ((:keywords "unix") + (:url . "https://github.com/ch11ng/exwm"))]) (f90-interface-browser . [(1 1) nil "Parse and browse f90 interfaces" single ((:url . "http://github.com/wence-/f90-iface/") (:keywords))]) + (filladapt . + [(2 12 2) + ((emacs + (24 4))) + "Adaptive fill" single + ((:url . "http://elpa.gnu.org/packages/filladapt.html") + (:keywords))]) (flylisp . [(0 2) ((emacs @@ -192,8 +475,22 @@ "Color unbalanced parentheses and parentheses inconsistent with indentation" single ((:url . "http://elpa.gnu.org/packages/flylisp.html") (:keywords))]) + (frame-tabs . + [(1 1) + nil "show buffer tabs in side window" single + ((:url . "http://elpa.gnu.org/packages/frame-tabs.html") + (:keywords "frames" "tabs"))]) + (fsm . + [(0 2 1) + ((emacs + (24 1)) + (cl-lib + (0 5))) + "state machine library" single + ((:url . "http://elpa.gnu.org/packages/fsm.html") + (:keywords "extensions"))]) (ggtags . - [(0 8 8) + [(0 8 13) ((emacs (24)) (cl-lib @@ -201,15 +498,36 @@ "emacs frontend to GNU Global source code tagging system" single ((:url . "https://github.com/leoliu/ggtags") (:keywords "tools" "convenience"))]) + (gited . + [(0 5 3) + ((emacs + (24 4)) + (cl-lib + (0 5))) + "Operate on Git branches like dired" tar + ((:keywords "git" "vc" "convenience") + (:url . "http://elpa.gnu.org/packages/gited.html"))]) + (gle-mode . + [(1 1) + ((cl-lib + (0 5))) + "Major mode to edit Graphics Layout Engine files" single + ((:url . "http://elpa.gnu.org/packages/gle-mode.html") + (:keywords))]) + (gnome-c-style . + [(0 1) + nil "minor mode for editing GNOME-style C source code" tar + ((:keywords "gnome" "c" "coding style") + (:url . "http://elpa.gnu.org/packages/gnome-c-style.html"))]) (gnorb . - [(1 0 1) + [(1 5 5) ((cl-lib (0 5))) "Glue code between Gnus, Org, and BBDB" tar ((:keywords "mail" "org" "gnus" "bbdb" "todo" "task") - (:url . "https://github.com/girzel/gnorb"))]) + (:url . "http://elpa.gnu.org/packages/gnorb.html"))]) (gnugo . - [(3 0 0) + [(3 1 0) ((ascii-art-to-unicode (1 5)) (xpm @@ -220,101 +538,273 @@ ((:keywords "games" "processes") (:url . "http://www.gnuvola.org/software/gnugo/"))]) (heap . - [(0 3) + [(0 5) nil "Heap (a.k.a. priority queue) data structure" single ((:url . "http://www.dr-qubit.org/emacs.php") (:keywords "extensions" "data structures" "heap" "priority queue"))]) + (helm-ebdb . + [(1) + ((helm + (1 0)) + (ebdb + (0 2))) + "Helm integration for EBDB" single + ((:url . "http://elpa.gnu.org/packages/helm-ebdb.html") + (:keywords "mail" "convenience"))]) + (highlight-escape-sequences . + [(0 3) + nil "Highlight escape sequences" single + ((:url . "https://github.com/dgutov/highlight-escape-sequences") + (:keywords "convenience"))]) + (hook-helpers . + [(1 1 1) + ((emacs + (25 1))) + "Anonymous, modifiable hook functions" tar + ((:keywords "development" "hooks") + (:url . "https://savannah.nongnu.org/projects/hook-helpers-el/"))]) + (html5-schema . + [(0 1) + nil "Add HTML5 schemas for use by nXML" tar + ((:keywords "html" "xml") + (:url . "https://github.com/validator/validator"))]) + (hydra . + [(0 14 0) + ((cl-lib + (0 5))) + "Make bindings that stick around." tar + ((:keywords "bindings") + (:url . "https://github.com/abo-abo/hydra"))]) + (hyperbole . + [(7 0 2) + ((emacs + (24 4))) + "GNU Hyperbole: The Everyday Hypertextual Information Manager" tar + ((:keywords "comm" "convenience" "files" "frames" "hypermedia" "languages" "mail" "matching" "mouse" "multimedia" "outlines" "tools" "wp") + (:url . "http://www.gnu.org/software/hyperbole"))]) (ioccur . [(2 4) nil "Incremental occur" single ((:url . "http://elpa.gnu.org/packages/ioccur.html") (:keywords))]) + (iterators . + [(0 1 1) + ((emacs + (25))) + "Functions for working with iterators" single + ((:url . "http://elpa.gnu.org/packages/iterators.html") + (:keywords "extensions" "elisp"))]) + (ivy . + [(0 10 0) + ((emacs + (24 1))) + "Incremental Vertical completYon" tar + ((:keywords "matching") + (:url . "https://github.com/abo-abo/swiper"))]) (javaimp . - [(0 5) - nil "Add and reorder Java import statements in Maven projects" single - ((:url . "http://elpa.gnu.org/packages/javaimp.html") - (:keywords "java" "maven" "programming"))]) + [(0 6) + nil "Add and reorder Java import statements in Maven projects" tar + ((:keywords "java" "maven" "programming") + (:url . "http://elpa.gnu.org/packages/javaimp.html"))]) (jgraph-mode . - [(1 0) + [(1 1) ((cl-lib (0 5))) "Major mode for Jgraph files" single ((:url . "http://elpa.gnu.org/packages/jgraph-mode.html") (:keywords "tex" "wp"))]) (js2-mode . - [(20141118) + [(20180301) ((emacs - (24 1))) + (24 1)) + (cl-lib + (0 5))) "Improved JavaScript editing mode" tar ((:keywords "languages" "javascript") (:url . "https://github.com/mooz/js2-mode/"))]) + (json-mode . + [(0 1) + ((emacs + (25 1))) + "Major mode for editing JSON files" single + ((:url . "http://elpa.gnu.org/packages/json-mode.html") + (:keywords "data"))]) + (jsonrpc . + [(1 0 6) + ((emacs + (25 2))) + "JSON-RPC library" single + ((:url . "http://elpa.gnu.org/packages/jsonrpc.html") + (:keywords "processes" "languages" "extensions"))]) (jumpc . [(3 0) nil "jump to previous insertion points" single ((:url . "http://elpa.gnu.org/packages/jumpc.html") (:keywords))]) + (kmb . + [(0 1) + ((emacs + (24 1))) + "Kill buffers matching a regexp w/o confirmation" single + ((:url . "http://elpa.gnu.org/packages/kmb.html") + (:keywords "lisp" "convenience"))]) + (landmark . + [(1 0) + nil "Neural-network robot that learns landmarks" single + ((:url . "http://elpa.gnu.org/packages/landmark.html") + (:keywords "games" "neural network" "adaptive search" "chemotaxis"))]) (let-alist . - [(1 0 3) - nil "Easily let-bind values of an assoc-list by their names" single - ((:url . "http://elpa.gnu.org/packages/let-alist.html") - (:keywords "extensions" "lisp"))]) + [(1 0 5) + ((emacs + (24 1))) + "Easily let-bind values of an assoc-list by their names" single + ((:url . "http://elpa.gnu.org/packages/let-alist.html") + (:keywords "extensions" "lisp"))]) (lex . [(1 1) nil "Lexical analyser construction" tar ((:url . "http://elpa.gnu.org/packages/lex.html"))]) (lmc . - [(1 3) - nil "Little Man Computer in Elisp" single + [(1 4) + ((emacs + (24)) + (cl-lib + (0 5))) + "Little Man Computer in Elisp" single ((:url . "http://elpa.gnu.org/packages/lmc.html") (:keywords))]) (load-dir . - [(0 0 3) - nil "Load all Emacs Lisp files in a given directory" single + [(0 0 5) + ((cl-lib + (0 5))) + "Load all Emacs Lisp files in a given directory" single ((:url . "http://elpa.gnu.org/packages/load-dir.html") (:keywords "lisp" "files" "convenience"))]) + (load-relative . + [(1 3) + nil "relative file load (within a multi-file Emacs package)" single + ((:url . "http://github.com/rocky/emacs-load-relative") + (:keywords "internal"))]) + (loc-changes . + [(1 2) + nil "keep track of positions even after buffer changes" single + ((:url . "http://github.com/rocky/emacs-loc-changes") + (:keywords))]) + (loccur . + [(1 2 3) + ((cl-lib + (0))) + "Perform an occur-like folding in current buffer" single + ((:url . "https://github.com/fourier/loccur") + (:keywords "matching"))]) (markchars . [(0 2 0) nil "Mark chars fitting certain characteristics" single ((:url . "http://elpa.gnu.org/packages/markchars.html") (:keywords))]) + (math-symbol-lists . + [(1 1) + nil "Lists of Unicode math symbols and latex commands" tar + ((:keywords "unicode" "symbols" "mathematics") + (:url . "https://github.com/vspinu/math-symbol-lists"))]) (memory-usage . [(0 2) nil "Analyze the memory usage of Emacs in various ways" single ((:url . "http://elpa.gnu.org/packages/memory-usage.html") (:keywords "maint"))]) (metar . - [(0 1) + [(0 3) ((cl-lib (0 5))) "Retrieve and decode METAR weather information" single ((:url . "http://elpa.gnu.org/packages/metar.html") (:keywords "comm"))]) + (midi-kbd . + [(0 2) + ((emacs + (25))) + "Create keyboard events from Midi input" single + ((:url . "http://elpa.gnu.org/packages/midi-kbd.html") + (:keywords "convenience" "hardware" "multimedia"))]) + (mines . + [(1 6) + ((emacs + (24 4)) + (cl-lib + (0 5))) + "Minesweeper game" tar + ((:keywords "games") + (:url . "https://github.com/calancha/Minesweeper"))]) + (minibuffer-line . + [(0 1) + nil "Display status info in the minibuffer window" single + ((:url . "http://elpa.gnu.org/packages/minibuffer-line.html") + (:keywords))]) (minimap . [(1 2) nil "Sidebar showing a \"mini-map\" of a buffer" single ((:url . "http://elpa.gnu.org/packages/minimap.html") (:keywords))]) + (mmm-mode . + [(0 5 7) + ((cl-lib + (0 2))) + "Allow Multiple Major Modes in a buffer" tar + ((:keywords "convenience" "faces" "languages" "tools") + (:url . "https://github.com/purcell/mmm-mode"))]) + (multishell . + [(1 1 5) + ((cl-lib + (0 5))) + "Easily use multiple shell buffers, local and remote" tar + ((:keywords "processes") + (:url . "https://github.com/kenmanheimer/EmacsMultishell"))]) (muse . - [(3 20) + [(3 20 2) nil "Authoring and publishing tool for Emacs" tar ((:keywords "hypermedia") (:url . "http://mwolson.org/projects/EmacsMuse.html"))]) + (myers . + [(0 1) + ((emacs + (25))) + "Random-access singly-linked lists" single + ((:url . "http://elpa.gnu.org/packages/myers.html") + (:keywords "list" "containers"))]) + (nadvice . + [(0 3) + nil "Forward compatibility for Emacs-24.4's nadvice" single + ((:url . "http://elpa.gnu.org/packages/nadvice.html") + (:keywords))]) + (nameless . + [(1 0 2) + ((emacs + (24 4))) + "Hide package namespace in your emacs-lisp code" single + ((:url . "https://github.com/Malabarba/nameless") + (:keywords "convenience" "lisp"))]) (names . - [(20141119) + [(20151201 0) ((emacs (24 1)) (cl-lib - (0 5))) + (0 5)) + (nadvice + (0 3))) "Namespaces for emacs-lisp. Avoid name clobbering without hiding symbols." tar ((:keywords "extensions" "lisp") - (:url . "http://github.com/Bruce-Connor/names"))]) + (:url . "https://github.com/Malabarba/names"))]) (nhexl-mode . - [(0 1) - nil "Minor mode to edit files via hex-dump format" single + [(0 9) + ((emacs + (24 4)) + (cl-lib + (0 5))) + "Minor mode to edit files via hex-dump format" single ((:url . "http://elpa.gnu.org/packages/nhexl-mode.html") (:keywords "data"))]) (nlinum . - [(1 5) + [(1 8 1) nil "Show line numbers in the margin" single ((:url . "http://elpa.gnu.org/packages/nlinum.html") (:keywords "convenience"))]) @@ -322,62 +812,197 @@ [(1 30) nil "Indexing system for on-line note-taking" tar ((:url . "http://elpa.gnu.org/packages/notes-mode.html"))]) + (ntlm . + [(2 1 0) + nil "NTLM (NT LanManager) authentication support" single + ((:url . "http://elpa.gnu.org/packages/ntlm.html") + (:keywords "ntlm" "sasl" "comm"))]) (num3-mode . - [(1 2) + [(1 3) nil "highlight groups of digits in long numbers" single ((:url . "http://elpa.gnu.org/packages/num3-mode.html") (:keywords "faces" "minor-mode"))]) (oauth2 . - [(0 10) + [(0 11) nil "OAuth 2.0 Authorization Protocol" single ((:url . "http://elpa.gnu.org/packages/oauth2.html") (:keywords "comm"))]) (omn-mode . - [(1 0) + [(1 2) nil "Support for OWL Manchester Notation" single ((:url . "http://elpa.gnu.org/packages/omn-mode.html") (:keywords))]) + (on-screen . + [(1 3 2) + ((cl-lib + (0))) + "guide your eyes while scrolling" single + ((:url . "https://github.com/michael-heerdegen/on-screen.el") + (:keywords "convenience"))]) (org . - [(20150112) - nil "Outline-based notes management and organizer" tar nil]) + [(9 1 14) + nil "Outline-based notes management and organizer" tar + ((:keywords "outlines" "hypermedia" "calendar" "wp") + (:url . "http://elpa.gnu.org/packages/org.html"))]) + (org-edna . + [(1 0 -2 6) + ((emacs + (25 1)) + (seq + (2 19)) + (org + (9 0 5))) + "Extensible Dependencies 'N' Actions" tar + ((:keywords "convenience" "text" "org") + (:url . "https://savannah.nongnu.org/projects/org-edna-el/"))]) + (orgalist . + [(1 9) + ((emacs + (24 4))) + "Manage Org-like lists in non-Org buffers" single + ((:url . "http://elpa.gnu.org/packages/orgalist.html") + (:keywords "convenience"))]) (osc . [(0 1) nil "Open Sound Control protocol library" single ((:url . "http://elpa.gnu.org/packages/osc.html") (:keywords "comm" "processes" "multimedia"))]) + (other-frame-window . + [(1 0 6) + ((emacs + (24 4))) + "Minor mode to enable global prefix keys for other frame/window buffer placement" single + ((:url . "http://elpa.gnu.org/packages/other-frame-window.html") + (:keywords "frame" "window"))]) (pabbrev . - [(4 1) + [(4 2 1) nil "Predictive abbreviation expansion" single ((:url . "http://elpa.gnu.org/packages/pabbrev.html") (:keywords))]) + (paced . + [(1 1 3) + ((emacs + (25 1)) + (async + (1 9 1))) + "Predictive Abbreviation Completion and Expansion using Dictionaries" tar + ((:keywords "convenience" "completion") + (:url . "https://savannah.nongnu.org/projects/paced-el/"))]) + (parsec . + [(0 1 3) + ((emacs + (24)) + (cl-lib + (0 5))) + "Parser combinator library" tar + ((:keywords "extensions") + (:url . "https://github.com/cute-jumper/parsec.el"))]) + (pinentry . + [(0 1) + nil "GnuPG Pinentry server implementation" single + ((:url . "http://elpa.gnu.org/packages/pinentry.html") + (:keywords "gnupg"))]) (poker . - [(0 1) - nil "Texas hold'em poker" single + [(0 2) + nil "Texas hold 'em poker" single ((:url . "http://elpa.gnu.org/packages/poker.html") (:keywords "games"))]) + (posframe . + [(0 3 0) + ((emacs + (26))) + "Pop a posframe (just a frame) at point" single + ((:url . "https://github.com/tumashu/posframe") + (:keywords "tooltip"))]) + (psgml . + [(1 3 4) + nil "SGML-editing mode with parsing support" tar + ((:keywords "languages") + (:url . "http://elpa.gnu.org/packages/psgml.html"))]) + (python . + [(0 26 1) + ((emacs + (24 1)) + (cl-lib + (1 0))) + "Python's flying circus support for Emacs" single + ((:url . "https://github.com/fgallina/python.el") + (:keywords "languages"))]) (quarter-plane . [(0 1) nil "Minor mode for quarter-plane style editing" single ((:url . "http://elpa.gnu.org/packages/quarter-plane.html") (:keywords "convenience" "wp"))]) (queue . - [(0 1 1) + [(0 2) nil "Queue data structure" single ((:url . "http://www.dr-qubit.org/emacs.php") (:keywords "extensions" "data structures" "queue"))]) (rainbow-mode . - [(0 10) + [(1 0 1) nil "Colorize color names in buffers" single ((:url . "http://elpa.gnu.org/packages/rainbow-mode.html") (:keywords "faces"))]) + (rbit . + [(0 1) + nil "Red-black persistent interval trees" single + ((:url . "http://elpa.gnu.org/packages/rbit.html") + (:keywords "data structures" "binary tree" "intervals"))]) + (rcirc-color . + [(0 4 1) + ((emacs + (24 4))) + "color nicks" single + ((:url . "http://elpa.gnu.org/packages/rcirc-color.html") + (:keywords "comm"))]) + (rcirc-menu . + [(1 1) + nil "A menu of all your rcirc connections" single + ((:url . "http://elpa.gnu.org/packages/rcirc-menu.html") + (:keywords "comm"))]) + (realgud . + [(1 4 5) + ((load-relative + (1 2)) + (loc-changes + (1 2)) + (test-simple + (1 2 0)) + (cl-lib + (0 5)) + (emacs + (24))) + "A modular front-end for interacting with external debuggers" tar + ((:keywords "gdb" "python" "perl" "go" "bash" "nodejs" "zsh" "bashdb" "zshdb" "remake" "make" "trepan" "perldb" "pdb") + (:url . "http://github.com/realgud/realgud/"))]) (register-list . [(0 1) nil "Interactively list/edit registers" single ((:url . "http://elpa.gnu.org/packages/register-list.html") (:keywords "register"))]) + (rich-minority . + [(1 0 1) + ((cl-lib + (0 5))) + "Clean-up and Beautify the list of minor-modes." single + ((:url . "https://github.com/Malabarba/rich-minority") + (:keywords "mode-line" "faces"))]) + (rnc-mode . + [(0 2) + nil "Emacs mode to edit Relax-NG Compact files" single + ((:url . "http://elpa.gnu.org/packages/rnc-mode.html") + (:keywords "xml" "relaxng"))]) (rudel . - [(0 3) - nil "A collaborative editing framework for Emacs" tar + [(0 3 1) + ((emacs + (24)) + (cl-lib + (0 5)) + (cl-generic + (0 3)) + (cl-print + (1 0))) + "A collaborative editing framework for Emacs" tar ((:keywords "rudel" "collaboration") (:url . "http://rudel.sourceforge.net/"))]) (scroll-restore . @@ -385,26 +1010,82 @@ nil "restore original position after scrolling" single ((:url . "http://elpa.gnu.org/packages/scroll-restore.html") (:keywords "scrolling"))]) + (sed-mode . + [(1 0) + nil "Major mode to edit sed scripts" single + ((:url . "http://elpa.gnu.org/packages/sed-mode.html") + (:keywords))]) + (seq . + [(2 20) + nil "Sequence manipulation functions" tar + ((:keywords "sequences") + (:url . "http://elpa.gnu.org/packages/seq.html"))]) (shen-mode . [(0 1) nil "A major mode for editing shen source code" tar ((:keywords "languages" "shen") (:url . "http://elpa.gnu.org/packages/shen-mode.html"))]) (sisu-mode . - [(3 0 3) + [(7 1 8) nil "Major mode for SiSU markup text" single - ((:url . "http://elpa.gnu.org/packages/sisu-mode.html") - (:keywords "text" "processes" "tools"))]) + ((:url . "http://www.sisudoc.org/") + (:keywords "text" "syntax" "processes" "tools"))]) + (smart-yank . + [(0 1 1) + ((emacs + (24))) + "A different approach of yank pointer handling" single + ((:url . "http://elpa.gnu.org/packages/smart-yank.html") + (:keywords "convenience"))]) (sml-mode . - [(6 5) - nil "Major mode for editing (Standard) ML" single + [(6 8) + ((emacs + (24)) + (cl-lib + (0 5))) + "Major mode for editing (Standard) ML" single ((:url . "http://elpa.gnu.org/packages/sml-mode.html") (:keywords "sml"))]) + (soap-client . + [(3 1 4) + ((cl-lib + (0 6 1))) + "Access SOAP web services" tar + ((:keywords "soap" "web-services" "comm" "hypermedia") + (:url . "http://elpa.gnu.org/packages/soap-client.html"))]) (sokoban . - [(1 4) - nil "Implementation of Sokoban for Emacs." tar + [(1 4 6) + ((emacs + (23 1))) + "Implementation of Sokoban for Emacs." tar ((:keywords "games") (:url . "http://elpa.gnu.org/packages/sokoban.html"))]) + (sotlisp . + [(1 6 2) + ((emacs + (24 1))) + "Write lisp at the speed of thought." single + ((:url . "https://github.com/Malabarba/speed-of-thought-lisp") + (:keywords "convenience" "lisp"))]) + (spinner . + [(1 7 3) + nil "Add spinners and progress-bars to the mode-line for ongoing operations" single + ((:url . "https://github.com/Malabarba/spinner.el") + (:keywords "processes" "mode-line"))]) + (sql-indent . + [(1 2) + ((cl-lib + (0 5))) + "Support for indenting code in SQL files." tar + ((:keywords "languages" "sql") + (:url . "http://elpa.gnu.org/packages/sql-indent.html"))]) + (stream . + [(2 2 4) + ((emacs + (25))) + "Implementation of streams" tar + ((:keywords "stream" "laziness" "sequences") + (:url . "http://elpa.gnu.org/packages/stream.html"))]) (svg . [(0 1) ((emacs @@ -413,7 +1094,7 @@ ((:url . "http://elpa.gnu.org/packages/svg.html") (:keywords "image"))]) (svg-clock . - [(0 5) + [(1 0) ((svg (0 1)) (emacs @@ -429,12 +1110,45 @@ ((:url . "http://www.dr-qubit.org/emacs.php") (:keywords "extensions" "matching" "data structures tnfa" "nfa" "dfa" "finite state automata" "automata" "regexp"))]) (temp-buffer-browse . - [(1 4) - nil "temp buffer browse mode" single + [(1 5) + ((emacs + (24))) + "temp buffer browse mode" single ((:url . "http://elpa.gnu.org/packages/temp-buffer-browse.html") (:keywords "convenience"))]) + (test-simple . + [(1 3 0) + ((cl-lib + (0))) + "Simple Unit Test Framework for Emacs Lisp" single + ((:url . "http://github.com/rocky/emacs-test-simple") + (:keywords "unit-test"))]) + (timerfunctions . + [(1 4 2) + ((cl-lib + (0 5))) + "Enhanced versions of some timer.el functions" single + ((:url . "http://elpa.gnu.org/packages/timerfunctions.html") + (:keywords))]) + (tiny . + [(0 2 1) + nil "Quickly generate linear ranges in Emacs" tar + ((:keywords "convenience") + (:url . "https://github.com/abo-abo/tiny"))]) + (tramp-theme . + [(0 2) + ((emacs + (24 1))) + "Custom theme for remote buffers" single + ((:url . "http://elpa.gnu.org/packages/tramp-theme.html") + (:keywords "convenience" "faces"))]) + (transcribe . + [(1 5 2) + nil "Package for audio transcriptions" single + ((:url . "http://elpa.gnu.org/packages/transcribe.html") + (:keywords))]) (trie . - [(0 2 6) + [(0 4) ((tNFA (0 1 1)) (heap @@ -451,8 +1165,44 @@ [(0 1) nil "Unicode confusables table" tar ((:url . "http://elpa.gnu.org/packages/uni-confusables.html"))]) + (url-http-ntlm . + [(2 0 4) + ((cl-lib + (0 5)) + (ntlm + (2 1 0))) + "NTLM authentication for the url library" single + ((:url . "http://elpa.gnu.org/packages/url-http-ntlm.html") + (:keywords "comm" "data" "processes" "hypermedia"))]) + (validate . + [(1 0 4) + ((emacs + (24 1)) + (cl-lib + (0 5)) + (seq + (2 16))) + "Schema validation for Emacs-lisp" single + ((:url . "http://elpa.gnu.org/packages/validate.html") + (:keywords "lisp"))]) + (vdiff . + [(0 2 3) + ((emacs + (24 4)) + (hydra + (0 13 0))) + "A diff tool similar to vimdiff" single + ((:url . "https://github.com/justbur/emacs-vdiff") + (:keywords "diff"))]) + (vigenere . + [(1 0) + ((emacs + (25 1))) + "Run a vigenere cipher on a block of text ;" single + ((:url . "https://elpa.gnu.org/packages/vigenere.html") + (:keywords "data" "vigenere" "cipher"))]) (vlf . - [(1 7) + [(1 7 1) nil "View Large Files" tar ((:keywords "large files" "utilities") (:url . "https://github.com/m00natic/vlfi"))]) @@ -462,10 +1212,17 @@ ((:keywords "faces" "help" "comm" "news" "mail" "processes" "mouse" "hypermedia") (:url . "http://elpa.gnu.org/packages/w3.html"))]) (wcheck-mode . - [(2014 6 21) + [(2016 1 30) nil "General interface for text checkers" single ((:url . "https://github.com/tlikonen/wcheck-mode") (:keywords "text" "spell" "check" "languages" "ispell"))]) + (wconf . + [(0 2 1) + ((emacs + (24 4))) + "Minimal window layout manager" single + ((:url . "https://github.com/ilohmar/wconf") + (:keywords "windows" "frames" "layout"))]) (web-server . [(0 1 1) ((emacs @@ -474,41 +1231,74 @@ ((:keywords "http" "server" "network") (:url . "https://github.com/eschulte/emacs-web-server"))]) (websocket . - [(1 3) - nil "Emacs WebSocket client and server" tar + [(1 8) + ((cl-lib + (0 5))) + "Emacs WebSocket client and server" tar ((:keywords "communication" "websocket" "server") (:url . "http://elpa.gnu.org/packages/websocket.html"))]) + (which-key . + [(3 3 0) + ((emacs + (24 4))) + "Display available keybindings in popup" tar + ((:url . "https://github.com/justbur/emacs-which-key"))]) (windresize . [(0 1) nil "Resize windows interactively" single ((:url . "http://elpa.gnu.org/packages/windresize.html") (:keywords "window"))]) (wisi . - [(1 1 0) + [(1 1 6) ((cl-lib (0 4)) (emacs - (24 2))) + (24 3))) "Utilities for implementing an indentation/navigation engine using a generalized LALR parser" tar ((:keywords "parser" "indentation" "navigation") - (:url . "http://stephe-leake.org/emacs/ada-mode/emacs-ada-mode.html"))]) + (:url . "http://www.nongnu.org/ada-mode/wisi/wisi.html"))]) (wpuzzle . [(1 1) nil "find as many word in a given time" single ((:url . "http://elpa.gnu.org/packages/wpuzzle.html") (:keywords))]) (xclip . - [(1 3) - nil "use xclip to copy&paste" single + [(1 4) + nil "Copy&paste GUI clipboard from text terminal" single ((:url . "http://elpa.gnu.org/packages/xclip.html") (:keywords "convenience" "tools"))]) + (xelb . + [(0 15) + ((emacs + (24 4)) + (cl-generic + (0 2))) + "X protocol Emacs Lisp Binding" tar + ((:keywords "unix") + (:url . "https://github.com/ch11ng/xelb"))]) (xpm . - [(1 0 3) + [(1 0 4) nil "edit XPM images" tar ((:keywords "multimedia" "xpm") (:url . "http://www.gnuvola.org/software/xpm/"))]) (yasnippet . - [(0 8 0) - nil "Yet another snippet extension for Emacs." tar + [(0 13 0) + ((cl-lib + (0 5))) + "Yet another snippet extension for Emacs." tar ((:keywords "convenience" "emulation") - (:url . "http://github.com/capitaomorte/yasnippet"))])) + (:url . "http://github.com/joaotavora/yasnippet"))]) + (yasnippet-classic-snippets . + [(1 0 2) + ((yasnippet + (0 9 1))) + "\"Classic\" yasnippet snippets" tar + ((:keywords "snippets") + (:url . "http://elpa.gnu.org/packages/yasnippet-classic-snippets.html"))]) + (ztree . + [(1 0 5) + ((cl-lib + (0))) + "Text mode directory tree" tar + ((:keywords "files" "tools") + (:url . "https://github.com/fourier/ztree"))])) diff --git a/elpa/archives/marmalade/archive-contents b/elpa/archives/marmalade/archive-contents index 569cc07da..fdf75a8df 100644 --- a/elpa/archives/marmalade/archive-contents +++ b/elpa/archives/marmalade/archive-contents @@ -1,4 +1,21 @@ (1 + (zone-tunnels . + [(20180309 2155) + ((emacs + (24))) + "A zone program inspired from the old DOS game" single]) + (zone-quotes . + [(20170919 1825) + ((emacs + (24)) + (cl-lib + (0 5))) + "A zone program to display quotes from a specific collection" single]) + (zone-nyan . + [(0 2 2) + ((esxml + (0 3 1))) + "Zone out with nyan cat" single]) (zone-matrix . [(0 0 1) nil "Matrix themed Zone mode" tar]) @@ -37,6 +54,18 @@ (zeal-at-point . [(0 0 3) nil "Search the word at point with Zeal" single]) + (yoshi-theme . + [(6 0 0) + nil "Theme named after my cat" single]) + (yesql-ghosts . + [(0 1 0) + ((s + (1 9 0)) + (dash + (2 10 0)) + (cider + (0 8 0))) + "Display ghostly yesql defqueries inline" single]) (yasnippet-bundle . [(0 6 1) nil "Yet another snippet extension (Auto compiled bundle)" single]) @@ -63,6 +92,9 @@ ((json (1 2 0))) "Yet Another Emacs integration for gist.github.com" single]) + (xmlgen . + [(0 4) + nil "A DSL for generating XML." single]) (xml-rpc . [(1 6 8) nil "An elisp implementation of clientside XML-RPC" single]) @@ -75,13 +107,16 @@ (xkcd . [(1 0) ((json - (1 4))) + (1 3))) "View xkcd from Emacs" single]) + (xbm-life . + [(0 1 3) + nil "A XBM version of Conway's Game of Life" single]) (wxwidgets-help . [(0 0 3) nil "Look up wxWidgets API by using local html manual." tar]) (wsd-mode . - [(0 3 0) + [(0 5 0) nil "Emacs major-mode for www.websequencediagrams.com" tar]) (ws-trim . [(1 4) @@ -115,8 +150,17 @@ (with-namespace . [(1 1) nil "Poor-man's namespaces for elisp" single]) + (with-editor . + [(2 4 1) + ((emacs + (24 4)) + (async + (1 5)) + (dash + (2 12 1))) + "Use the Emacsclient as $EDITOR" tar]) (wisp-mode . - [(0 2) + [(0 2 3) nil "Tools for wisp: the Whitespace-to-Lisp preprocessor" single]) (wisp . [(0 1 4) @@ -129,6 +173,12 @@ (winpoint . [(1 4) nil "Remember buffer positions per-window, not per buffer" single]) + (winner-mode-enable . + [(0 0 5) + nil "Enables winner mode if its available" tar]) + (window-shaper . + [(20171218 1222) + nil "A utility to easily resize windows within Emacs" single]) (window-number . [(1 0 3) nil "Select windows by numbers." single]) @@ -147,9 +197,9 @@ (1 9 0))) "use elisp doc strings to make other documentation" single]) (wiki-nav . - [(1 0 0) + [(1 0 2) ((button-lock - (1 0 0)) + (1 0 2)) (nav-flash (1 0 0))) "Simple file navigation using [[WikiStrings]]" single]) @@ -173,7 +223,7 @@ [(1 94) nil "Emacs-wget is an interface program of GNU wget on Emacs." tar]) (weechat . - [(0 2) + [(0 3 1) ((s (1 3 1)) (cl-lib @@ -190,8 +240,8 @@ [(1 0) nil "Emacs WebSocket client and server" single]) (web-mode . - [(8 0 4) - nil "major mode for editing html templates" single]) + [(14 0 0) + nil "major mode for editing web templates" single]) (web . [(0 5 2) ((dash @@ -424,8 +474,15 @@ (tron-theme . [(12) nil "A theme loosely based on Tron: Legacy colors" single]) + (transmission . + [(0 12) + ((emacs + (24 4)) + (let-alist + (1 0 5))) + "Interface to a Transmission session" single]) (tracking . - [(1 5) + [(1 6) ((shorten (0 3))) "Buffer modification tracking" single]) @@ -465,6 +522,11 @@ (thesaurus . [(2012 4 7) nil "replace a word with a synonym looked up in a web service." single]) + (theme-looper . + [(20170330 1829) + ((cl-lib + (0 5))) + "Loop thru the available color-themes" single]) (theme-changer . [(2 1 0) nil "Sunrise/Sunset Theme Changer for Emacs" single]) @@ -527,6 +589,9 @@ (systemtap-mode . [(0 2) nil "A mode for SystemTap" single]) + (systemd . + [(1 6) + nil "Major mode for editing systemd units" tar]) (syslog-mode . [(2 2) ((hide-lines @@ -535,6 +600,11 @@ (syntactic-sugar . [(0 9 4) nil "Effect-free forms such as if/then/else" single]) + (synosaurus . + [(0 1 0) + ((cl-lib + (0 5))) + "An extensible thesaurus supporting lookup and substitution." tar]) (synonyms . [(1 0) nil "Look up synonyms for a word or phrase in a thesaurus." single]) @@ -569,7 +639,7 @@ [(0 0 1) nil "Utilities for opening files with sudo" single]) (sudden-death . - [(0 1) + [(0 2 1) nil "Totsuzen-no-Shi" single]) (subshell-proc . [(1 0 0) @@ -669,6 +739,9 @@ (magit (0 8 1))) "Saner defaults and goodies." tar]) + (ssh-file-modes . + [(1 20150626) + nil "major modes for ssh authorized_keys and known_hosts files" single]) (ssh . [(1 2) nil "Support for remote logins using ssh." single]) @@ -714,7 +787,7 @@ [(1 23) nil "Play the Sokoban game in emacs" single]) (snakehump . - [(0 1 1) + [(0 3 1) nil "Convert between compound word conventions" tar]) (smtpmail-multi . [(0 6) @@ -811,7 +884,7 @@ (0 8 17))) "a blog engine with elnode" single]) (skewer-mode . - [(1 6 0) + [(1 7 0) ((simple-httpd (1 4 0)) (js2-mode @@ -834,7 +907,7 @@ [(0 3) nil "Simplified Mode Line for Emacs 24" single]) (simple-httpd . - [(1 4 5) + [(1 5 0) ((cl-lib (0 3))) "pure elisp HTTP server" single]) @@ -850,7 +923,7 @@ [(1 1) nil "Show the css of the html attribute the cursor is on" single]) (shorten . - [(0 3) + [(1 6) nil "component-wise string shortener" single]) (shoes-off . [(0 1 8) @@ -866,13 +939,13 @@ [(0 3) nil "helps you to use shell easily on Emacs. Only one key action to work." single]) (shell-here . - [(1 1) + [(1 3) nil "Open a shell relative to the working directory" single]) (shadchen . [(1 4) nil "pattern matching for elisp" single]) (shackle . - [(0 2 1) + [(1 0 1) ((cl-lib (0 5))) "Enforce rules for popups" single]) @@ -939,7 +1012,7 @@ [(20110708) nil "Mode-specific scratch buffers" single]) (scpaste . - [(0 6 3) + [(0 6 5) ((htmlize (1 39))) "Paste to the web via scp." single]) @@ -949,6 +1022,9 @@ (scala-mode . [(0 0 2) nil "Scala major mode" tar]) + (say-what-im-doing . + [(0 2) + nil "dictate what you're doing with text to speech" single]) (sawfish . [(1 32) nil "Sawfish mode." single]) @@ -977,7 +1053,7 @@ (0 0 3))) "s operations for buffers" single]) (s . - [(1 9 0) + [(1 10 0) nil "The long lost Emacs string manipulation library." single]) (rw-language-and-country-codes . [(0 1) @@ -989,7 +1065,7 @@ [(0 2) nil "special functions for Hunspell in ispell.el" single]) (rvm . - [(1 3 0) + [(1 4 0) nil "Emacs integration for rvm" single]) (rust-mode . [(0 1 0) @@ -1078,6 +1154,11 @@ (repository-root . [(1 0 4) nil "deduce the repository root directory for a given file" single]) + (remember-themes . + [(20160318 1351) + ((emacs + (24 1))) + "Remembers the last theme in use and re-loads for the next session." single]) (remember-theme . [(20140122 1500) nil "Remembers the last theme in use and re-loads for the next session." single]) @@ -1125,7 +1206,7 @@ (0 0 5))) "robots based on rcirc irc" single]) (rcirc-notify . - [(0 9) + [(1 0 0) nil "libnotify popups" single]) (rcirc-color . [(0 2) @@ -1155,7 +1236,7 @@ [(1 1) nil "Python Pyvirtualenv support" single]) (pyvenv . - [(1 4) + [(1 7) nil "Python virtual environment interface" single]) (python-pylint . [(1 1) @@ -1220,6 +1301,9 @@ (pkg-info (0 4))) "Major mode for Puppet manifests" single]) + (punpun-theme . + [(0 0 1) + nil "A bleak theme" tar]) (psvn . [(1 1 1) nil "Subversion interface for emacs" single]) @@ -1325,11 +1409,9 @@ [(3 4 2 1) nil "pkg-info: Dummy package for unit tests" single]) (pkg-info . - [(0 5) - ((dash - (1 6 0)) - (epl - (0 4))) + [(0 6) + ((epl + (0 8))) "Information about packages" single]) (pivotal-tracker . [(1 2 0) @@ -1340,6 +1422,11 @@ (pinboard . [(0 0 1) nil "get stuff from pinboard" single]) + (picpocket . + [(40) + ((emacs + (24 4))) + "Image viewer" single]) (pickup . [(0 0 3) nil "pickup file." single]) @@ -1364,8 +1451,10 @@ [(0 12) nil "Emacs Lisp interface to the PostgreSQL RDBMS" single]) (perspective . - [(1 10) - nil "switch between named \"perspectives\" of the editor" single]) + [(2 1) + ((cl-lib + (0 5))) + "switch between named \"perspectives\" of the editor" single]) (persistent-soft . [(0 8 8) ((pcache @@ -1408,7 +1497,7 @@ [(0 1 1) nil "Enhanced shell command completion" single]) (pcache . - [(0 2 4) + [(0 3 1) ((eieio (1 3))) "persistent caching for Emacs" single]) @@ -1429,6 +1518,9 @@ ((web (0 3 6))) "paste text to KDE's pastebin service" single]) + (passmm . + [(0 2 0) + nil "A minor mode for pass (Password Store). " tar]) (parscope . [(0 1 0) nil "Minor mode for showing the current scope in Lisp-like languages." single]) @@ -1459,7 +1551,7 @@ [(0 8) nil "Various deletion strategies when editing" single]) (palimpsest . - [(0 8) + [(1 0) nil "Various deletion strategies when editing" single]) (pager-default-keybindings . [(1 1) @@ -1479,7 +1571,7 @@ (1 0))) "Simple package system for Emacs" single]) (pabbrev . - [(4 1) + [(4 2) nil "Predictive abbreviation expansion" single]) (p4 . [(11 0) @@ -1496,15 +1588,28 @@ (pkg-info (0 4))) "Ert-runner Integration Into Emacs." single]) + (overcast-theme . + [(20180315 1825) + ((emacs + (24))) + "A dark but vibrant color theme for Emacs" single]) (outlined-elisp-mode . [(1 0 5) nil "outline-minor-mode settings for emacs lisp" single]) + (outer-spaces . + [(20170825 2025) + nil "A minimalistic minor-mode to highlight redundant spaces" single]) (otter-mode . [(1 2) nil "Major mode for source files of the Otter automated theorem prover" single]) (otp . [(1 0) nil "a one-time password creator" single]) + (osx-trash . + [(0 1 1) + ((emacs + (24 1))) + "System trash for OS X" tar]) (osx-pseudo-daemon . [(1 0) nil "Daemon mode that plays nice with OSX." single]) @@ -1522,16 +1627,14 @@ [(0 0 8) nil "export html and meta data used by static blog like nikola from org file" tar]) (org2jekyll . - [(0 1 1) - ((dash - (2 10 0)) - (dash-functional - (1 2 0)) + [(0 1 9) + ((dash-functional + (2 11 0)) (s (1 9 0)) (deferred (0 3 1))) - "Minor mode to publish org-mode post to jekyll without specific yaml" single]) + "Minor mode to publish org-mode post to jekyll without specific yaml" tar]) (org2blog . [(0 5) ((org @@ -1540,21 +1643,26 @@ (1 6 8))) "Blog from Org mode to wordpress" tar]) (org-trello . - [(0 6 8) + [(0 8 1) ((request-deferred - (0 1 0)) + (0 2 0)) (deferred - (0 3 2)) + (0 4 0)) (s - (1 9 0)) + (1 11 0)) + (dash-functional + (2 12 1)) (dash - (2 8 0)) - (emacs - (24))) + (2 12 1))) "Minor mode to synchronize org-mode buffer and trello board" tar]) (org-table-comment . [(0 2) nil "Org table comment modes." single]) + (org-static-blog . + [(1 0 3) + ((emacs + (24 3))) + "a simple org-mode based static blog generator" single]) (org-readme . [(20130322 926) ((http-post-simple @@ -1595,7 +1703,7 @@ (6 1))) "basic support for magit links" single]) (org-journal . - [(1 6 4) + [(1 12 3) nil "a simple org-mode based journaling mode" single]) (org-gnome . [(0 1) @@ -1683,6 +1791,9 @@ (nssh-n . [(0 9 8) nil "SSH mode for Emacs" single]) + (nssh . + [(0 9 9) + nil "New SSH mode for Emacs" single]) (nsis-mode . [(0 44) nil "NSIS-mode" single]) @@ -1729,6 +1840,13 @@ ((auto-complete (1 4))) "A major mode for the Nimrod programming language" single]) + (niclein . + [(0 0 5) + ((shadchen + (1 4)) + (smartparens + (1 5))) + "Nic's lein and clojure integration" single]) (nginx-mode . [(1 1) nil "major mode for editing nginx config files" single]) @@ -1744,12 +1862,22 @@ (n3-mode . [(20071215) nil "mode for Notation 3" single]) + (myterminal-controls . + [(20160119 2030) + ((emacs + (24)) + (cl-lib + (0 5))) + "Quick toggle controls at a key-stroke" single]) (my-packages . [(0 1 0) nil "Package Initialization." single]) (mwe-log-commands . [(20041106) nil "log keyboard commands to buffer" single]) + (mvn-help . + [(0 0 1) + nil "maven help tools" single]) (mv-shell . [(1 2) nil "keep buffers in sync with filename throughout 'mv'commands in shell-mode." single]) @@ -1775,8 +1903,8 @@ [(0 8 8) nil "Managing multiple terminal buffers in Emacs." single]) (multi-project . - [(0 0 16) - nil "Easily work with multiple projects." single]) + [(0 0 25) + nil "Find files, compile, search, and switch between" single]) (multi-eshell . [(0 0 1) nil "makes it easier to use multiple shells within emacs" single]) @@ -1797,7 +1925,7 @@ (1 1))) "Mote minor mode" single]) (monroe . - [(0 2 0) + [(0 3 1) nil "Yet another client for nREPL" single]) (monokai-theme . [(0 0 12) @@ -1839,6 +1967,11 @@ (el-x (0 2 4))) "mocking framework for emacs" single]) + (moccur-edit . + [(2 16) + ((color-moccur + (2 71))) + "apply replaces to multiple files" single]) (mo-git-blame . [(0 1 0) nil "An interactive, iterative 'git blame' mode for Emacs" single]) @@ -1846,7 +1979,7 @@ [(0 0 4) nil "Multi-networks peer-to-peer client." tar]) (minitest . - [(0 5) + [(0 9 1) ((dash (1 0 0))) "An Emacs mode for ruby minitest files" single]) @@ -1866,6 +1999,9 @@ (mic-paren . [(3 8) nil "advanced highlighting of matching parentheses" single]) + (meta-presenter . + [(20150501 410) + nil "A simple multi-file presentation tool for Emacs" single]) (message-templ . [(0 1 20141026) nil "Templates for message-mode." single]) @@ -1895,11 +2031,11 @@ [(0 1) nil "Become an Emacs master" single]) (marshal . - [(0 3 1) + [(0 5 1) ((eieio (1 4)) (json - (1 4))) + (1 3))) "eieio extension for automatic (un)marshalling" single]) (marmalade-upload . [(0 0 5) @@ -1949,13 +2085,13 @@ [(1 0 0) nil "collection of faces for markup language modes" single]) (markdown-toc . - [(0 0 7) + [(0 1 2) ((markdown-mode - (2 0)) + (2 1)) (dash - (2 5 0)) + (2 11 0)) (s - (1 7 0))) + (1 9 0))) "A simple TOC generator for markdown file" single]) (markdown-mode . [(2 0) @@ -2014,6 +2150,15 @@ ((magit (1 0 0))) "simple keybindings for Magit" single]) + (magit-popup . + [(2 4 1) + ((emacs + (24 4)) + (async + (1 5)) + (dash + (2 12 1))) + "Define prefix-infix-suffix command combos" tar]) (magit-gh-pulls . [(0 3) ((gh @@ -2027,8 +2172,20 @@ (1 2 0))) "completing-read over all files in Git" single]) (magit . - [(1 2 2) - nil "Control Git from Emacs." tar]) + [(2 4 1) + ((emacs + (24 4)) + (async + (1 5)) + (dash + (2 12 1)) + (with-editor + (2 4 1)) + (git-commit + (2 4 1)) + (magit-popup + (2 4 1))) + "A Git porcelain inside Emacs" tar]) (mactag . [(0 0 1) nil "Mode for automatically handle multiple tags files with Mactag rubygem" single]) @@ -2055,9 +2212,9 @@ [(0 0 2) nil "lxc integration with Emacs" single]) (lui . - [(1 5) + [(1 6) ((tracking - (1 5))) + (1 6))) "Linewise User Interface" tar]) (lua-mode . [(20110428) @@ -2079,6 +2236,11 @@ (lolcode-mode . [(0 2) nil "Major mode for editing LOLCODE" single]) + (lognav-mode . + [(0 0 5) + ((emacs + (24 3))) + "Navigate Log Error Messages" single]) (logito . [(0 1) ((eieio @@ -2143,19 +2305,21 @@ [(0 18) nil "Major mode for editing LESS CSS files (lesscss.org)" single]) (lentic . - [(0 6) - ((dash - (2 5 0)) + [(0 7) + ((emacs + (24 4)) (m-buffer (0 8)) - (emacs - (24))) + (dash + (2 5 0)) + (f + (0 17 2))) "One buffer as a view of another" tar]) (legalese . [(20120706) nil "Add legalese to your program files" single]) (lcs . - [(1 5) + [(1 6) nil "find out the longest common sequence" single]) (layout-restore . [(0 4) @@ -2225,7 +2389,7 @@ [(0 1 0) nil "Karma Test Runner Emacs Integration" single]) (kanban . - [(0 1 3) + [(0 2 1) nil "Parse org-todo headlines to use org-tables as Kanban tables" single]) (jump-dls . [(0 6) @@ -2300,6 +2464,9 @@ (jasmin . [(1 2) nil "major editing mode for Jasmin Java bytecode assembler files" single]) + (jammer . + [(0 1 1) + nil "Punish yourself for using Emacs inefficiently" single]) (jam-mode . [(0 3) nil "Font-lock support for Jam files" single]) @@ -2347,7 +2514,7 @@ [(2927) nil "Adds support for IPython to python-mode.el" single]) (insert-shebang . - [(0 9 3) + [(0 9 6) nil "Insert shebang line automatically." single]) (inline-crypt . [(0 1 4) @@ -2361,7 +2528,7 @@ [(1 6 2) nil "Major mode for Inform 6 interactive fiction code" single]) (inf-ruby . - [(2 3 2) + [(2 5 0) nil "Run a Ruby process in a buffer" single]) (inf-groovy . [(2 0) @@ -2434,7 +2601,7 @@ [(1 0) nil "highlight the word the point is on" single]) (ical-pull . - [(0 0 2) + [(0 0 3) ((shadchen (1 2)) (dash @@ -2442,7 +2609,9 @@ (s (1 9 0)) (noflet - (0 0 14))) + (0 0 14)) + (web + (0 5 1))) "pull ical feeds into org-agenda" single]) (ibuffer-vc . [(0 7) @@ -2460,6 +2629,15 @@ (hungry-delete . [(1 1 2) nil "hungry delete minor mode" single]) + (hugo . + [(0 1 3) + ((f + (0 19 0)) + (dash + (2 13 0)) + (ht + (2 2))) + "Helper functions for Hugo" single]) (httpd . [(1 0 1) nil "HTTP/1.0 web server for emacs" single]) @@ -2626,7 +2804,7 @@ (1 0))) "Major mode for editing Haml files" single]) (hackernews . - [(0 2 1) + [(0 3 1) ((json (1 2))) "Access the hackernews aggregator from Emacs" tar]) @@ -2690,8 +2868,11 @@ [(1 6) nil "goto last change" single]) (gotham-theme . - [(1 0) + [(1 1 8) nil "A very dark Emacs color theme." single]) + (gotests . + [(0 0 2) + nil "Emacs package for https://github.com/cweill/gotests" single]) (gopher . [(0 0 2) nil "easily access and navigate Gopher servers" single]) @@ -2728,8 +2909,8 @@ [(1 0) nil "vc-mode extension for fast git interaction" single]) (gitignore-mode . - [(0 1) - nil "Major mode for editing .gitconfig files" single]) + [(1 2 0) + nil "Major mode for editing .gitignore files" single]) (github-theme . [(0 0 3) nil "Github color theme for GNU Emacs 24" single]) @@ -2739,7 +2920,7 @@ (0 5))) "View the file you're editing on GitHub" single]) (gitconfig-mode . - [(0 3) + [(1 2 0) nil "Major mode for editing .gitconfig files" single]) (gitconfig . [(1 0 0) @@ -2747,6 +2928,9 @@ (gitattributes-whitespace . [(1 20141128) nil "configure whitespace settings from gitattributes" single]) + (gitattributes-mode . + [(1 2 0) + nil "Major mode for editing .gitattributes files" single]) (git-gutter-fringe . [(0 12) ((git-gutter @@ -2766,23 +2950,24 @@ ((dash (2 9 0))) "draft git commit messages" single]) - (git-commit-mode . - [(0 13) - nil "Major mode for editing git commit messages" single]) (git-commit . - [(0 1) - nil "Major mode for editing git commit messages" single]) + [(2 4 1) + ((emacs + (24 4)) + (dash + (2 12 1)) + (with-editor + (2 4 1))) + "Edit Git commit messages" single]) (git-auto-commit-mode . - [(4 3 0) + [(4 4 0) nil "Emacs Minor mode to automatically commit and push" single]) (gist . - [(1 2 1) - ((eieio - (1 4)) + [(1 3 1) + ((emacs + (24 1)) (gh - (0 8 1)) - (tabulated-list - (0))) + (0 9 2))) "Emacs integration for gist.github.com" single]) (gimme . [(2 1) @@ -2796,11 +2981,11 @@ (2 8 0))) "Happy Haskell programming on Emacs" tar]) (gh . - [(0 8 2) + [(0 9 2) ((eieio (1 4)) (pcache - (0 2 4)) + (0 3 0)) (logito (0 1))) "A GitHub library for Emacs" tar]) @@ -2843,7 +3028,7 @@ [(0 1) nil "Fuzzy Matching" single]) (furl . - [(0 0 2) + [(0 0 3) nil "Friendly URL retrieval" single]) (fullscreen-mode . [(0 0 1) @@ -2854,6 +3039,11 @@ (fsvn . [(0 9 13) nil "Another frontend of subversion." tar]) + (fsbot-data-browser . + [(0 1) + ((dash + (2 12 1))) + "browse the fsbot database using tabulated-list-mode" single]) (fringe-helper . [(1 0 1) nil "helper functions for fringe bitmaps" single]) @@ -2874,7 +3064,7 @@ [(0 1 3) nil "Send text to http://fpaste.org" single]) (form-feed . - [(0 1 5) + [(0 2 2) nil "Display ^L glyphs as horizontal lines" single]) (fooddice . [(0 1) @@ -2887,7 +3077,7 @@ (0 2 3))) "Utility functions for working with fonts" single]) (fold-this . - [(0 1 0) + [(0 3 0) nil "Just fold this region please" single]) (fold-dwim-org . [(0 5) @@ -2989,6 +3179,9 @@ ((flymake (0 4 13))) "A flymake handler for go-mode files" single]) + (flymake-gdc . + [(0 1) + nil "A flymake handler for d-mode files using the GDC compiler" tar]) (flymake-elixir . [(0 5) nil "A flymake handler for elixir-mode .ex files." single]) @@ -3024,6 +3217,13 @@ (flymake . [(0 4 16) nil "a universal on-the-fly syntax checker" single]) + (flycheck-vala . + [(0 1) + ((vala-mode + (20150324 1525)) + (flycheck + (20150317 2246))) + "Provides support for use of valac as a Flycheck checker for Vala." tar]) (flycheck-tcl . [(0 4) ((flycheck @@ -3051,16 +3251,30 @@ (0 15))) "A flycheck checker for Haskell using hdevtools" single]) (flycheck-haskell . - [(0 4) + [(0 7) ((flycheck - (0 16)) + (0 22)) (haskell-mode (13 7)) (dash (2 4 0)) - (f - (0 11 0))) + (let-alist + (1 0 1))) "Flycheck: Cabal projects and sandboxes" tar]) + (flycheck-gdc-dub . + [(0 1) + ((d-mode + (20150317 117)) + (flycheck + (20150317 2246))) + "Provides support for retrieving include paths from dub build descriptions.." tar]) + (flycheck-gdc . + [(0 3) + ((d-mode + (20150317 117)) + (flycheck + (20150317 2246))) + "Provides support for use of GDC as a Flycheck checker for Dlang." tar]) (flycheck-color-mode-line . [(0 3) ((flycheck @@ -3080,17 +3294,17 @@ (2 4 0))) "Cask support in Flycheck" single]) (flycheck . - [(0 22) - ((dash - (2 4 0)) - (pkg-info - (0 4)) - (let-alist - (1 0 1)) + [(0 23) + ((emacs + (24 1)) (cl-lib (0 3)) - (emacs - (24 1))) + (let-alist + (1 0 1)) + (pkg-info + (0 4)) + (dash + (2 4 0))) "Modern on-the-fly syntax checking for GNU Emacs" tar]) (flx-ido . [(0 2) @@ -3107,9 +3321,9 @@ [(0 1 2) nil "A simple theme for Emacs." single]) (fixmee . - [(0 8 4) + [(0 8 6) ((button-lock - (1 0 0)) + (1 0 2)) (nav-flash (1 0 0)) (back-button @@ -3127,6 +3341,9 @@ (fit-frame . [(0) nil "Resize a frame. In particular, fit a frame to its buffers." single]) + (firestarter . + [(0 2 5) + nil "Execute (shell) commands on save" single]) (fiplr . [(0 1 3) nil "Fuzzy finder for files in a project." single]) @@ -3155,7 +3372,7 @@ (1 4))) "finalizers for Emacs Lisp" tar]) (fill-column-indicator . - [(1 86) + [(1 90) nil "Graphically indicate the fill column" single]) (file-format . [(0 0 4) @@ -3196,9 +3413,11 @@ (2 2 0))) "Modern API for working with files and directories" single]) (eyebrowse . - [(0 3 2) + [(0 7 7) ((dash - (2 7 0))) + (2 7 0)) + (emacs + (24 3 1))) "Easy window config switching" single]) (extend-dnd . [(0 5) @@ -3249,14 +3468,12 @@ (0))) "evil textobjects based on indentation" single]) (evil-escape . - [(1 6 0) + [(2 11) ((emacs (24)) (evil - (1 0 9)) - (key-chord - (0 6))) - "Customizable key sequence to escape from insert state and everything else." single]) + (1 0 9))) + "Escape from anything with a customizable key sequence" single]) (evil . [(1 0 8) ((undo-tree @@ -3306,6 +3523,9 @@ (emacs (24))) "Window-management utilities" single]) + (eruby-mode . + [(1 20151111) + nil "minor mode for eRuby (.erb) template files" single]) (ertx . [(0 0 2) nil "Extra useful testing functions for EmacsLisp." single]) @@ -3333,23 +3553,16 @@ [(0 2 1) nil "Notify popup for ERC" single]) (erc-hl-nicks . - [(1 3 1) + [(1 3 2) nil "ERC nick highlighter that ignores uniquifying chars when colorizing" single]) (eprime-mode . [(1 1 2) nil "An E-prime checking mode for Emacs" single]) (epl . - [(0 7) + [(0 8) ((cl-lib (0 3))) "Emacs Package Library" single]) - (epc . - [(0 1 1) - ((concurrent - (0 3 1)) - (ctable - (0 1 1))) - "A RPC stack for the Emacs Lisp" single]) (env-var-import . [(2 1) nil "Import shell environment variables in GUI Emacs" single]) @@ -3378,9 +3591,35 @@ ((json (1 4))) "View xkcd from Emacs" single]) + (emacs-sounds . + [(20171017 1215) + ((sound-wav + (20160725 724))) + "Sound effects for Emacs" single]) + (emacs-new-buffer . + [(20171026 1922) + ((emacs + (24))) + "Quickly create new buffers to take notes and more" single]) + (emacs-home . + [(20170911 1835) + ((emacs + (24)) + (cl-lib + (0 5))) + "A home-screen for Emacs" single]) (emacs-droid . [(0 0 0) nil "Android application development tools for Emacs" single]) + (emacs-daily-events . + [(20180707 2135) + ((emacs + (24)) + (cl-lib + (0 5)) + (emacs-visual-notifications + (20180707 2135))) + "An Emacs package to notify you on specified daily occurring events" single]) (emacs-cl . [(0 5) nil "Emacs Common Lisp" tar]) @@ -3388,15 +3627,13 @@ [(1 4 6) nil "Screen for Emacsen" single]) (elpy . - [(1 6 0) + [(1 8 0) ((company (0 8 2)) (find-file-in-project (3 3)) (highlight-indentation (0 5 0)) - (idomenu - (0 1)) (pyvenv (1 3)) (yasnippet @@ -3459,18 +3696,18 @@ [(1 15) nil "Faster emacs startup through byte-compiling." single]) (elfeed-web . - [(1 1 0) + [(3 0 0) ((simple-httpd (1 4 3)) (elfeed - (1 0 1)) + (1 4 0)) (emacs (24 1))) "web interface to Elfeed" tar]) (elfeed . - [(1 1 2) + [(3 0 0) ((emacs - (24 1))) + (24 3))) "an Emacs Atom/RSS feed reader" tar]) (elein . [(0 2 2) @@ -3543,21 +3780,15 @@ ((dash (1 1 0))) "Extensions for Edebug" single]) - (edbi . - [(0 1 1) - ((concurrent - (0 3 1)) - (ctable - (0 1 1)) - (epc - (0 1 1))) - "Emacs Database Interface" tar]) (ecb-snapshot . [(20120830) nil "Emacs Code Browser CVS snapshot" tar]) (ecb . [(2 40) nil "Emacs Code Browser" tar]) + (eagle-eye . + [(20170823 2205) + nil "A utility to zoom-in and zoom-out while editing text" single]) (dynamic-fonts . [(0 6 4) ((font-utils @@ -3567,6 +3798,9 @@ (pcache (0 2 3))) "Set faces based on available fonts" single]) + (dxr . + [(2 4) + nil "Convenient access to a DXR server" single]) (durendal . [(0 2) ((clojure-mode @@ -3591,7 +3825,7 @@ [(0 2 2) nil "Aspell extra dictionary for Drupal" tar]) (drupal-mode . - [(0 5 0) + [(0 7 3) ((php-mode (1 5 0))) "Advanced minor mode for Drupal development" tar]) @@ -3620,6 +3854,9 @@ (doctags . [(0 1) nil "Generation of tags documentation in Doxygen syntax" single]) + (dockerfile-mode . + [(0 1) + nil "Major mode for editing Docker's Dockerfiles" single]) (dna-mode . [(1 44) nil "a major mode for editing dna sequences" single]) @@ -3682,9 +3919,6 @@ (deft . [(0 3) nil "quickly browse, filter, and edit plain text notes" single]) - (deferred . - [(0 3 1) - nil "Simple asynchronous functions for emacs lisp" single]) (deep-thought-theme . [(0 1 1) nil "Emacs 24 theme with the Answer to The Ultimate Question" single]) @@ -3714,11 +3948,21 @@ (24))) "Collection of useful combinators for Emacs Lisp" single]) (dash . - [(2 10 0) + [(2 11 0) nil "A modern list library for Emacs" single]) (dart-mode . - [(0 11) - nil "Major mode for editing Dart files" single]) + [(1 0 3) + ((emacs + (24 5)) + (cl-lib + (0 5)) + (dash + (2 10 0)) + (flycheck + (0 23)) + (s + (1 10))) + "Major mode for editing Dart files" single]) (d-mode . [(2 0 4) nil "D Programming Language mode for (X)Emacs" tar]) @@ -3734,6 +3978,11 @@ (current-story . [(0 1 0) nil "Track and insert current Pivotal Tracker" single]) + (curl-for-url . + [(0 0 2) + ((noflet + (0 0 15))) + "use url-retrieve with curl doing the work" single]) (cups . [(0 1) nil "CUPS features for Emacs" single]) @@ -3749,12 +3998,11 @@ (ctags . [(1 1 1) nil "Exuberant Ctags utilities for Emacs" single]) - (ctable . - [(0 1 1) - nil "Table component for Emacs Lisp" single]) (csharp-mode . - [(0 8 8) - nil "C# mode derived mode" tar]) + [(0 9 0) + ((cl-lib + (0 5))) + "C# mode derived mode" tar]) (cryptol-mode . [(0 1 0) nil "Cryptol major mode for Emacs" single]) @@ -3787,6 +4035,9 @@ (cppcheck . [(1 0) nil "run cppcheck putting hits in a grep buffer" single]) + (cparen . + [(1 0) + nil "coloured parentheses in Lisp-derived modes" single]) (control-lock . [(1 1 2) nil "Like caps-lock, but for your control key. Give your pinky a rest!" single]) @@ -3798,11 +4049,6 @@ (config-block . [(0 0 1) nil "config-block is utility for individual settings (e.g. .emacs)." single]) - (concurrent . - [(0 3 1) - ((deferred - (0 3 1))) - "Concurrent utility functions for emacs lisp" single]) (company-inf-ruby . [(0 2) ((company @@ -3815,6 +4061,9 @@ ((company (0 6 8))) "company-mode completion back-end for CMake" single]) + (common-header-mode-line . + [(0 5 6) + nil "Manage per-frame and per-window header- and mode- lines." tar]) (command-t . [(0 0 1) ((find-file-in-project @@ -4029,19 +4278,23 @@ [(0 1 0) nil "eldoc mode for clojure" single]) (clj-refactor . - [(0 13 0) - ((s + [(1 1 0) + ((emacs + (24 3)) + (s (1 8 0)) (dash (2 4 0)) (yasnippet (0 6 1)) (paredit - (22)) + (24)) (multiple-cursors (1 2 2)) (cider - (0 6 0))) + (0 9 1)) + (edn + (1 1 1))) "A collection of clojure refactoring functions" single]) (clj-mode . [(0 9) @@ -4061,11 +4314,11 @@ [(0 0 2) nil "Major mode for editing Citrus files" single]) (circe . - [(1 5) + [(1 6) ((lui - (1 5)) + (1 6)) (lcs - (1 5))) + (1 1))) "Client for IRC in Emacs" tar]) (cider . [(0 8 2) @@ -4104,6 +4357,17 @@ (center-text . [(0 8) nil "Center the text in a fixed-width column" single]) + (celery . + [(0 0 3) + ((emacs + (24)) + (dash-functional + (2 11 0)) + (s + (1 9 0)) + (deferred + (0 3 2))) + "a minor mode to draw stats from celery and more?" single]) (cedit . [(0 0 0) nil "paredit-like commands for c-like languages" single]) @@ -4116,11 +4380,6 @@ (calfw-gcal . [(0 0 3) nil "edit Google calendar for calfw.el." single]) - (cacoo . - [(2 1 2) - ((concurrent - (0 3 1))) - "Minor mode for Cacoo : http://cacoo.com" tar]) (cache . [(0 1) nil "implementation of a hash table whose key-value pairs expire" single]) @@ -4128,8 +4387,11 @@ [(0 7) nil "helpful description of the arguments to C functions" single]) (button-lock . - [(1 0 0) + [(1 0 2) nil "Clickable text defined by regular expression" single]) + (buttercup . + [(1 1) + nil "Behavior-Driven Emacs Lisp Testing" tar]) (butler . [(0 2 0) ((deferred @@ -4138,8 +4400,8 @@ (1 2))) "Emacs client for Jenkins" tar]) (bug-reference-github . - [(0 2 0) - nil "Automatically set `bug-reference-url-format' in Github repositories." single]) + [(1 0 0) + nil "Set `bug-reference-url-format' in Github repos" tar]) (bufshow . [(0 1 0) nil "A simple presentation tool for Emacs." tar]) @@ -4155,6 +4417,9 @@ (buffer-file-utils . [(1 0) nil "utilities operating on a buffer and the associated file" single]) + (buffer-extension . + [(0 1) + nil "Some enhanced functions for buffer manipulate." single]) (bubbleberry-theme . [(0 1 2) ((emacs @@ -4259,6 +4524,9 @@ ((popup (0 5))) "Auto Completion for GNU Emacs" tar]) + (async . + [(1 5) + nil "Asynchronous processing in Emacs" tar]) (assemblage-theme . [(20130715 621) nil "a dark theme for Emacs 24" single]) @@ -4295,6 +4563,9 @@ ((emacs (24 1))) "Ansible documentation Minor Mode" single]) + (annotate . + [(0 4 7) + nil "annotate files without changing them" single]) (angular-snippets . [(0 2 3) ((s @@ -4309,7 +4580,7 @@ [(1 0 0) nil "anaphoric macros providing implicit temp variables" single]) (ample-zen-theme . - [(0 2) + [(0 3) nil "AmpleZen Theme for Emacs 24" single]) (ample-theme . [(0 12) @@ -4325,10 +4596,18 @@ (1 11 5))) "Space align various Clojure forms" single]) (alchemist . - [(0 12 0) - ((emacs - (24))) - "Elixir tooling integration into emacs" tar]) + [(1 5 0) + ((elixir-mode + (2 2 5)) + (dash + (2 11 0)) + (emacs + (24 4)) + (company + (0 8 0)) + (pkg-info + (0 4))) + "Elixir tooling integration into Emacs" tar]) (ahg . [(0 99) nil "Alberto's Emacs interface for Mercurial (Hg)" single]) @@ -4378,13 +4657,6 @@ (auto-complete (1 4))) "Auto-complete backend for geiser" tar]) - (ac-cider-compliment . - [(0 1 0) - ((cider - (0 5 0)) - (auto-complete - (1 4))) - "auto-complete sources for Clojure using" single]) (ac-cider . [(0 2 0) ((cider diff --git a/elpa/archives/melpa/archive-contents b/elpa/archives/melpa/archive-contents index 63d33c2e1..c33ffed63 100644 --- a/elpa/archives/melpa/archive-contents +++ b/elpa/archives/melpa/archive-contents @@ -1,2 +1,2 @@ -(1 (zygospore . [(20140703 152) nil "reversible C-x 1 (delete-other-windows)" single ((:url . "https://github.com/louiskottmann/zygospore.el"))]) (ztree . [(20140610 359) nil "Several text-tree applications" tar nil]) (zotelo . [(20141218 18) nil "Manage Zotero collections from emacs" single ((:url . "https://github.com/vitoshka/zotelo") (:keywords "zotero" "emacs" "reftex" "bibtex" "mozrepl" "bibliography manager"))]) (zossima . [(20121123 1635) ((inf-ruby (2 2 3))) "Ruby from Emacs" tar ((:url . "https://github.com/technomancy/zossima") (:keywords "ruby" "convenience"))]) (zop-to-char . [(20140416 1015) ((cl-lib (0 5))) "A replacement of zap-to-char." single ((:url . "https://github.com/thierryvolpiatto/zop-to-char"))]) (zoom-window . [(20141204 546) nil "Zoom window like tmux" single ((:url . "https://github.com/syohex/emacs-zoom-window"))]) (zoom-frm . [(20150110 2052) ((frame-fns (0)) (frame-cmds (0))) "Commands to zoom frame font size." single ((:url . "http://www.emacswiki.org/zoom-frm.el") (:keywords "frames" "extensions" "convenience"))]) (zonokai-theme . [(20140909 1941) nil "No description available." tar nil]) (zombie . [(20141222 816) nil "major mode for editing ZOMBIE programs" single ((:url . "http://hins11.yu-yake.com/"))]) (znc . [(20140722 1421) ((cl-lib (0 2)) (erc (5 3))) "ZNC + ERC" single ((:url . "https://github.com/sshirokov/ZNC.el"))]) (zlc . [(20141029 647) nil "Provides zsh like completion system to Emacs" single ((:keywords "matching" "convenience"))]) (zencoding-mode . [(20140213 22) nil "Unfold CSS-selector-like expressions to markup" single ((:url . "https://github.com/rooney/zencoding") (:keywords "convenience"))]) (zenburn-theme . [(20141112 923) nil "A low contrast color theme for Emacs." single ((:url . "http://github.com/bbatsov/zenburn-emacs"))]) (zen-and-art-theme . [(20120622 737) nil "zen and art color theme for GNU Emacs 24" single nil]) (zeitgeist . [(20131228 1009) nil "No description available." single nil]) (zeal-at-point . [(20131210 503) nil "Search the word at point with Zeal" single ((:url . "https://github.com/jinzhu/zeal-at-point"))]) (ycmd . [(20150111 512) ((emacs (24)) (f (0 17 1)) (dash (1 2 0)) (deferred (0 3 2)) (popup (0 5 0))) "emacs bindings to the ycmd completion server" tar ((:url . "https://github.com/abingham/emacs-ycmd"))]) (ycm . [(20140904 1118) nil "Emacs client for the YouCompleteMe auto-completion server." single ((:keywords "c" "abbrev"))]) (yaxception . [(20150105 652) nil "Provide framework about exception like Java for Elisp" single ((:url . "https://github.com/aki2o/yaxception") (:keywords "exception" "error" "signal"))]) (yasnippet . [(20141223 303) nil "Yet another snippet extension for Emacs." tar ((:url . "http://github.com/capitaomorte/yasnippet") (:keywords "convenience" "emulation"))]) (yascroll . [(20140313 808) ((cl-lib (0 3))) "Yet Another Scroll Bar Mode" single ((:keywords "convenience"))]) (yari . [(20140206 611) nil "Yet Another RI interface for Emacs" single ((:keywords "tools"))]) (yard-mode . [(20140816 1044) nil "Minor mode for Ruby YARD comments" single ((:url . "https://github.com/pd/yard-mode.el"))]) (yaoddmuse . [(20140804 1856) nil "Yet another oddmuse for Emacs" single ((:url . "http://www.emacswiki.org/emacs/download/yaoddmuse.el") (:keywords "yaoddmuse" "oddmuse"))]) (yandex-weather . [(20140423 421) nil "Fetch Yandex Weather forecasts." tar nil]) (yaml-mode . [(20141125 37) nil "Major mode for editing YAML files" single ((:keywords "data" "yaml"))]) (yalinum . [(20130217 243) nil "yet another display line numbers." single ((:keywords "convenience" "tools"))]) (yagist . [(20140321 1512) ((json (1 2 0))) "Yet Another Emacs integration for gist.github.com" single ((:url . "https://github.com/mhayashi1120/yagist.el/raw/master/yagist.el") (:keywords "gist" "git" "github" "paste" "pastie" "pastebin"))]) (yafolding . [(20141202 2056) nil "Yet another folding extension for Emacs" single ((:keywords "folding"))]) (yabin . [(20140205 1951) nil "Yet Another Bignum package (A thin wrapper of calc.el)." single ((:keywords "data"))]) (xtest . [(20141214 906) ((cl-lib (0 5))) "Simple Testing with Emacs & ERT" single ((:url . "https://github.com/promethial/xtest") (:keywords "testing" "ert"))]) (xterm-title . [(20091203 1023) nil "Update xterm titles" single nil]) (xterm-frobs . [(20091211 1555) nil "manipulate xterm when running emacs in tty mode" single nil]) (xterm-color . [(20130904 1826) nil "ANSI & XTERM 256 color support" single nil]) (xresources-theme . [(20141219 917) nil "Use your .Xresources as your emacs theme" single ((:keywords "xresources" "theme"))]) (xquery-mode . [(20140121 943) nil "A simple mode for editing xquery programs" tar nil]) (xmlunicode . [(20140121 623) nil "Unicode support for XML" tar ((:keywords "utf-8" "unicode" "xml" "characters"))]) (xmlgen . [(20130219 219) nil "A DSL for generating XML." single nil]) (xml-rpc . [(20130423 1356) nil "An elisp implementation of clientside XML-RPC" single ((:url . "http://launchpad.net/xml-rpc-el") (:keywords "xml" "rpc" "network"))]) (xkcd . [(20140505 511) ((json (1 3))) "View xkcd from Emacs" single ((:url . "https://github.com/vibhavp/emacs-xkcd") (:keywords "xkcd" "webcomic"))]) (xcscope . [(20140510 1437) nil "cscope interface for (X)Emacs" single ((:url . "https://github.com/dkogan/xcscope.el") (:keywords "languages" "c"))]) (xahk-mode . [(20140611 1757) nil "Major mode for editing AutoHotkey scripts." single ((:keywords "ahk" "autohotkey" "hotkey" "keyboard shortcut" "automation"))]) (x-dict . [(20091203 1023) nil "emacs interface for several online dictionaries" single nil]) (wwtime . [(20120629 1350) nil "Insert a time of day with appropriate world-wide localization" single ((:keywords "time"))]) (wsd-mode . [(20150110 1027) nil "Emacs major-mode for www.websequencediagrams.com" tar ((:url . "https://github.com/josteink/wsd-mode") (:keywords "wsd" "diagrams" "design" "process" "modelling" "uml"))]) (ws-butler . [(20140816 1448) nil "Unobtrusively remove trailing whitespace." single ((:url . "https://github.com/lewang/ws-butler"))]) (writeroom-mode . [(20150115 104) ((emacs (24 1)) (visual-fill-column (1 1))) "Minor mode for distraction-free writing" tar ((:keywords "text"))]) (writegood-mode . [(20140605 734) nil "Polish up poor writing on the fly" single ((:url . "http://github.com/bnbeckwith/writegood-mode") (:keywords "writing" "weasel-words" "grammar"))]) (wrap-region . [(20140116 2320) ((dash (1 0 3))) "Wrap text with punctation or tag" single ((:url . "http://github.com/rejeep/wrap-region") (:keywords "speed" "convenience"))]) (world-time-mode . [(20140627 107) nil "show whole days of world-time diffs" single ((:keywords "tools" "calendar"))]) (workgroups2 . [(20141102 1122) ((cl-lib (0 4)) (dash (2 8 0)) (anaphora (1 0 0)) (f (0 17))) "New workspaces for Emacs" single ((:url . "https://github.com/pashinin/workgroups2") (:keywords "session" "management" "window-configuration" "persistence"))]) (workgroups . [(20110726 941) nil "workgroups for windows (for Emacs)" single ((:keywords "session" "management" "window-configuration" "persistence"))]) (worf . [(20141231 743) ((helm (1 5 3)) (ace-jump-mode (2 0)) (ace-link (0 1 0))) "A warrior does not press so many keys! (in org-mode)" single ((:url . "https://github.com/abo-abo/worf") (:keywords "lisp"))]) (wordsmith-mode . [(20140203 427) nil "Syntax analysis and NLP text-processing in Emacs (OSX-only)" single nil]) (wonderland . [(20130912 1819) ((dash (2 0 0)) (dash-functional (1 0 0)) (multi (2 0 0)) (emacs (24))) "declarative configuration for Emacsen" single ((:url . "http://github.com/kurisuwhyte/emacs-wonderland") (:keywords "configuration" "profile" "wonderland"))]) (wolfram-mode . [(20140118 757) ((emacs (24 3))) "Mathematica editing and inferior mode." single ((:url . "https://github.com/kawabata/wolfram-mode/") (:keywords "languages" "processes" "tools"))]) (wn-mode . [(20150103 1258) nil "No description available." single nil]) (with-namespace . [(20130407 1122) ((dash (1 1 0)) (loop (1 1))) "interoperable elisp namespaces" single ((:keywords "namespaces"))]) (with-editor . [(20141223 1403) ((emacs (24)) (cl-lib (0 5)) (dash (2 9 0))) "use the Emacsclient as $EDITOR" single ((:url . "https://github.com/magit/magit"))]) (wispjs-mode . [(20140103 1432) ((clojure-mode (0))) "Major mode for Wisp code." single ((:url . "https://github.com/krisajenkins/wispjs-mode"))]) (wisp-mode . [(20140502 1401) nil "Tools for wisp: the Whitespace-to-Lisp preprocessor" single ((:keywords "languages" "lisp"))]) (winpoint . [(20131023 1013) nil "Remember buffer positions per-window, not per buffer" single ((:url . "https://github.com/jorgenschaefer/winpoint") (:keywords "convenience"))]) (windsize . [(20110728 1336) nil "Simple, intuitive window resizing" single ((:url . "http://github.com/grammati/windsize") (:keywords "window" "resizing" "convenience"))]) (window-numbering . [(20130902 930) nil "Numbered window shortcuts" single ((:url . "http://nschum.de/src/emacs/window-numbering-mode/") (:keywords "faces" "matching"))]) (window-number . [(20140124 302) nil "Select windows by numbers." single ((:url . "http://www.emacswiki.org/emacs/download/window-number.el"))]) (window-layout . [(20140819 2258) nil "window layout manager" single ((:keywords "window" "layout"))]) (window-jump . [(20140311 2215) nil "Move left/right/up/down through your windows." single ((:url . "https://github.com/chumpage/chumpy-windows") (:keywords "frames" "convenience"))]) (window-end-visible . [(20140508 1341) nil "Find the last visible point in a window" single ((:url . "http://github.com/rolandwalker/window-end-visible") (:keywords "extensions"))]) (window+ . [(20150105 111) nil "Extensions to `window.el'." single ((:url . "http://www.emacswiki.org/window%2b.el") (:keywords "internal" "window"))]) (windata . [(20080412 1455) nil "convert window configuration to list" single ((:keywords "convenience" "frames"))]) (win-switch . [(20130202 937) nil "fast, dynamic bindings for window-switching/resizing" single ((:url . "http://www.stat.cmu.edu/~genovese/emacs/win-switch/") (:keywords "window" "switch" "key bindings" "ergonomic" "efficient"))]) (wimpy-del . [(20150105 109) nil "Require confirmation for large region deletion." single ((:url . "http://www.emacswiki.org/wimpy-del.el") (:keywords "region" "cut" "kill" "copy"))]) (wiki-nav . [(20140512 702) ((button-lock (1 0 0)) (nav-flash (1 0 0))) "Simple file navigation using [[WikiStrings]]" single ((:url . "http://github.com/rolandwalker/button-lock") (:keywords "mouse" "button" "hypermedia" "navigation"))]) (widget-mvc . [(20150101 2006) nil "MVC framework for the emacs widgets" single ((:keywords "lisp" "widget"))]) (wide-n . [(20150105 108) nil "Cycle among buffer restrictions" single ((:url . "http://www.emacswiki.org/wide-n.el") (:keywords "narrow" "restriction" "widen"))]) (wide-column . [(20120814 112) nil "Calls functions dependant on column position." single ((:keywords "minor mode" "cursor colour" "column width"))]) (wid-edit+ . [(20150105 107) nil "Extensions to standard library `wid-edit.el'." single ((:url . "http://www.emacswiki.org/wid-edit%2b.el") (:keywords "widget" "color"))]) (whole-line-or-region . [(20110901 130) nil "operate on current line if region undefined" single ((:keywords "kill" "yank" "cut" "copy" "paste" "whole" "lines"))]) (whitespace-cleanup-mode . [(20141230 1120) nil "Intelligently call whitespace-cleanup on save" single ((:url . "https://github.com/purcell/whitespace-cleanup-mode") (:keywords "convenience"))]) (wgrep-pt . [(20140510 1531) ((wgrep (2 1 5))) "Writable pt buffer and apply the changes to files" single ((:url . "http://github.com/mhayashi1120/Emacs-wgrep/raw/master/wgrep-pt.el") (:keywords "grep" "edit" "extensions"))]) (wgrep-helm . [(20140528 1427) ((wgrep (2 1 1))) "Writable helm-grep-mode buffer and apply the changes to files" single ((:url . "http://github.com/mhayashi1120/Emacs-wgrep/raw/master/wgrep-helm.el") (:keywords "grep" "edit" "extensions"))]) (wgrep-ag . [(20141012 311) ((wgrep (2 1 5))) "Writable ag buffer and apply the changes to files" single ((:url . "http://github.com/mhayashi1120/Emacs-wgrep/raw/master/wgrep-ag.el") (:keywords "grep" "edit" "extensions"))]) (wgrep-ack . [(20141012 311) ((wgrep (2 1 1))) "Writable ack-and-a-half buffer and apply the changes to files" single ((:url . "http://github.com/mhayashi1120/Emacs-wgrep/raw/master/wgrep-ack.el") (:keywords "grep" "edit" "extensions"))]) (wgrep . [(20141016 1656) nil "Writable grep buffer and apply the changes to files" single ((:url . "http://github.com/mhayashi1120/Emacs-wgrep/raw/master/wgrep.el") (:keywords "grep" "edit" "extensions"))]) (weechat . [(20141016 1422) ((s (1 3 1)) (cl-lib (0 2)) (emacs (24)) (tracking (1 2))) "Chat via WeeChat's relay protocol in Emacs" tar nil]) (wedge-ws . [(20140714 1449) nil "Wedge whitespace between columns in text" single ((:keywords "formatting" "indentation"))]) (websocket . [(20141226 1957) nil "Emacs WebSocket client and server" single ((:keywords "communication" "websocket" "server"))]) (weblogger . [(20110926 918) ((xml-rpc (1 6 8))) "Weblog maintenance via XML-RPC APIs" single ((:url . "http://launchpad.net/weblogger-el") (:keywords "weblog" "blogger" "cms" "movable" "type" "openweblog" "blog"))]) (web-server . [(20140905 1706) ((emacs (24 3))) "Emacs Web Server" tar ((:url . "https://github.com/eschulte/emacs-web-server") (:keywords "http" "server" "network"))]) (web-mode . [(20150114 337) nil "major mode for editing web templates" single ((:url . "http://web-mode.org") (:keywords "languages"))]) (web-beautify . [(20131118 226) nil "Format HTML, CSS and JavaScript/JSON by js-beautify" single ((:url . "https://github.com/yasuyk/web-beautify"))]) (web . [(20141231 1201) ((dash (2 9 0)) (s (1 5 0))) "useful HTTP client" single ((:url . "http://github.com/nicferrier/emacs-web") (:keywords "lisp" "http" "hypermedia"))]) (weather-metno . [(20141005 838) ((emacs (24)) (cl-lib (0 3))) "Weather data from met.no in Emacs" tar nil]) (wcheck-mode . [(20140621 1033) nil "General interface for text checkers" tar nil]) (wc-mode . [(20120531 1344) nil "show wc-like information in status bar" single ((:url . "http://www.dr-qubit.org/emacs.php") (:keywords "length" "characters" "words" "lines" "mode line"))]) (wc-goal-mode . [(20140829 659) nil "Running word count with goals (minor mode)" single ((:url . "https://github.com/bnbeckwith/wc-goal-mode"))]) (watch-buffer . [(20120331 1344) nil "run a shell command when saving a buffer" single ((:url . "https://github.com/mjsteger/watch-buffer") (:keywords "automation" "convenience"))]) (warm-night-theme . [(20141024 526) ((emacs (24))) "Emacs 24 theme with a dark background." single nil]) (wanderlust . [(20141208 1533) ((semi (1 14 7))) "Yet Another Message Interface on Emacsen" tar nil]) (wandbox . [(20150110 57) ((emacs (24)) (json (1 3))) "Wandbox API Library for Emacs" single ((:url . "https://github.com/kosh04/emacs-wandbox") (:keywords "c" "programming" "tools"))]) (wand . [(20141104 1645) ((dash (2 5 0))) "Magic wand for Emacs - Selecting and executing" tar ((:url . "https://github.com/cmpitg/wand") (:keywords "extensions" "tools"))]) (wakatime-mode . [(20141123 1958) nil "Automatic time tracking extension based on WakaTime" single ((:keywords "calendar" "comm"))]) (waher-theme . [(20141115 430) ((emacs (24 1))) "Emacs 24 theme based on waher for st2 by dduckster" single ((:url . "https://github.com/jasonm23/emacs-waher-theme"))]) (wacspace . [(20140826 2232) ((dash (1 2 0)) (cl-lib (0 2))) "The WACky WorkSPACE manager for emACS" tar nil]) (w3m . [(20141125 1729) nil "an Emacs interface to w3m" tar ((:keywords "w3m" "www" "hypermedia"))]) (w32browser-dlgopen . [(20150105 106) nil "Use w32browser with standard Windows Open File box." single ((:url . "http://www.emacswiki.org/w32browser-dlgopen.el") (:keywords "files" "extensions" "convenience" "dialog"))]) (w32-browser . [(20150105 105) nil "Run Windows application associated with a file." single ((:url . "http://www.emacswiki.org/w32-browser.el") (:keywords "mouse" "dired" "w32" "explorer"))]) (vs-emulation-mode . [(20140922 1322) ((emacs (24)) (cl-lib (0 5))) "Emulate a certain proprietary IDE" single ((:url . "https://github.com/Fanael/vs-emulation-mode"))]) (volume . [(20121025 1538) nil "tweak your sound card volume from Emacs" single ((:url . "http://www.brockman.se/software/volume-el/"))]) (volatile-highlights . [(20141004 2240) nil "Minor mode for visual feedback on some operations." single ((:url . "http://www.emacswiki.org/emacs/download/volatile-highlights.el") (:keywords "emulations" "convenience" "wp"))]) (vline . [(20120108 1245) nil "show vertical line (column highlighting) mode." single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/vline.el") (:keywords "faces" "editing" "emulating"))]) (vlf . [(20150101 718) nil "View Large Files" tar ((:url . "https://github.com/m00natic/vlfi") (:keywords "large files" "utilities"))]) (vkill . [(20091203 1022) nil "view and kill Unix processes from within Emacs" single nil]) (visual-regexp-steroids . [(20140926 408) ((visual-regexp (0 8))) "Extends visual-regexp to support other regexp engines" tar ((:url . "https://github.com/benma/visual-regexp-steroids.el/") (:keywords "external" "foreign" "regexp" "replace" "python" "visual" "feedback"))]) (visual-regexp . [(20140926 408) ((cl-lib (0 2))) "A regexp/replace command for Emacs with interactive visual feedback" single ((:url . "https://github.com/benma/visual-regexp.el/") (:keywords "regexp" "replace" "visual" "feedback"))]) (visual-fill-column . [(20150114 1531) ((emacs (24 3))) "fill-column for visual-line-mode" single nil]) (visible-mark . [(20140801 822) nil "Make marks visible." single ((:url . "https://gitlab.com/iankelling/visible-mark") (:keywords "marking" "color" "faces"))]) (virtualenvwrapper . [(20141026 1301) ((dash (1 5 0)) (s (1 6 1))) "a featureful virtualenv tool for Emacs" single ((:url . "http://github.com/porterjamesj/virtualenvwrapper.el") (:keywords "python" "virtualenv" "virtualenvwrapper"))]) (virtualenv . [(20140220 1501) nil "Virtualenv for Python" single ((:keywords "python" "virtualenv"))]) (vimrc-mode . [(20140807 631) nil "Major mode for vimrc files" single ((:url . "https://github.com/mcandre/vimrc-mode") (:keywords "languages" "vim"))]) (vimgolf . [(20140814 1448) nil "VimGolf interface for the One True Editor" single ((:keywords "games" "vimgolf" "vim"))]) (vim-region . [(20140329 924) ((expand-region (20140127))) "Select region as vim" single ((:url . "https://github.com/ongaeshi/emacs-vim-region"))]) (vim-empty-lines-mode . [(20150110 2026) ((emacs (23))) "Vim-like empty line indicator at end of files." single ((:url . "https://github.com/jmickelin/vim-empty-lines-mode") (:keywords "emulations"))]) (viewer . [(20141021 1838) nil "View-mode extension" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/download/viewer.el") (:keywords "view" "extensions"))]) (vi-tilde-fringe . [(20141027 1942) ((emacs (24))) "Displays tildes in the fringe on empty lines a la Vi." single ((:url . "https://github.com/syl20bnr/vi-tilde-fringe") (:keywords "emulation"))]) (vertica . [(20131217 711) ((sql (3 0))) "Vertica SQL mode extension" single ((:keywords "sql" "vertica"))]) (vector-utils . [(20140508 1341) nil "Vector-manipulation utility functions" single ((:url . "http://github.com/rolandwalker/vector-utils") (:keywords "extensions"))]) (vcomp . [(20140906 1508) nil "compare version strings" single ((:url . "https://github.com/tarsius/vcomp") (:keywords "versions"))]) (vcl-mode . [(20121129 1314) nil "Syntax highlighting for Varnish Command Language" single nil]) (vc-osc . [(20120910 211) nil "non-resident support for osc version-control" single nil]) (vc-fossil . [(20141031 22) nil "VC backend for the fossil sofware configuraiton management system" tar nil]) (vc-darcs . [(20141122 1326) nil "a VC backend for darcs" single ((:keywords "vc"))]) (vc-check-status . [(20150101 607) nil "Warn you when quitting emacs and leaving repo dirty." tar ((:url . "https://github.com/thisirs/vc-check-status") (:keywords "vc" "convenience"))]) (vc-auto-commit . [(20150101 606) nil "Auto-committing feature for your repository" tar ((:url . "http://github.com/thisirs/vc-auto-commit.git") (:keywords "vc" "convenience"))]) (vbasense . [(20140221 1553) ((auto-complete (1 4 0)) (log4e (0 2 0)) (yaxception (0 1))) "provide a environment like Visual Basic Editor." tar ((:url . "https://github.com/aki2o/emacs-vbasense") (:keywords "vba" "completion"))]) (vala-mode . [(20110407 721) nil "Vala mode derived mode" single ((:keywords "vala" "languages" "oop"))]) (vagrant-tramp . [(20140709 814) nil "Vagrant method for TRAMP" tar ((:url . "https://github.com/dougm/vagrant-tramp") (:keywords "vagrant"))]) (vagrant . [(20141125 1959) nil "Manage a vagrant box from emacs" single ((:url . "https://github.com/ottbot/vagrant.el") (:keywords "vagrant" "chef"))]) (uzumaki . [(20140522 1747) ((cl-lib (0 5))) "A simple buffer cycler" single ((:url . "http://github.com/geyslan/uzumaki") (:keywords "buffer" "convenience"))]) (uuidgen . [(20140918 1601) nil "Provides various UUID generating functions" single ((:keywords "extensions" "lisp" "tools"))]) (uuid . [(20120910 151) nil "UUID's for EmacsLisp" single ((:keywords "lisp"))]) (utop . [(20150112 156) ((emacs (24))) "Universal toplevel for OCaml" single ((:url . "https://github.com/diml/utop") (:keywords "ocaml" "languages"))]) (use-package . [(20150103 2223) ((bind-key (1 0)) (diminish (0 44))) "A use-package declaration for simplifying your .emacs" single ((:url . "https://github.com/jwiegley/use-package") (:keywords "dotemacs" "startup" "speed" "config" "package"))]) (usage-memo . [(20110722 1551) nil "integration of Emacs help system and memo" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/download/usage-memo.el") (:keywords "convenience" "languages" "lisp" "help" "tools" "docs"))]) (urlenc . [(20140116 656) nil "URL encoding/decoding utility for Emacs." single ((:url . "https://github.com/buzztaiki/urlenc-el") (:keywords "url"))]) (url-shortener . [(20131218 353) nil "shorten long url and expand tinyurl" single ((:url . "https://github.com/yuyang0/url-shortener"))]) (unison-mode . [(20150104 414) nil "Syntax highlighting for unison file synchronization program" single ((:url . "https://github.com/impaktor/unison-mode") (:keywords "symchronization" "unison"))]) (unipoint . [(20140113 1424) nil "a simple way to insert unicode characters by TeX name" single ((:url . "https://github.com/apgwoz/unipoint"))]) (unidecode . [(20140317 2118) ((cl-lib (0 4))) "Convert Unicode text into safe ASCII strings" tar nil]) (unicode-whitespace . [(20140508 1341) ((ucs-utils (0 7 6)) (list-utils (0 4 2)) (persistent-soft (0 8 8)) (pcache (0 2 3))) "teach whitespace-mode about fancy characters" single ((:url . "http://github.com/rolandwalker/unicode-whitespace") (:keywords "faces" "wp" "interface"))]) (unicode-progress-reporter . [(20140508 1341) ((emacs (24 1 0)) (ucs-utils (0 7 6)) (list-utils (0 4 2)) (persistent-soft (0 8 8)) (pcache (0 2 3))) "Progress-reporter with fancy characters" single ((:url . "http://github.com/rolandwalker/unicode-progress-reporter") (:keywords "interface"))]) (unicode-input . [(20141218 2320) nil "Support for unicode character input" single ((:keywords "unicode" "input"))]) (unicode-fonts . [(20140812 735) ((font-utils (0 7 2)) (ucs-utils (0 8 0)) (list-utils (0 4 2)) (persistent-soft (0 8 8)) (pcache (0 2 3))) "Configure Unicode fonts" single ((:url . "http://github.com/rolandwalker/unicode-fonts") (:keywords "i18n" "faces" "frames" "wp" "interface"))]) (unicode-enbox . [(20140508 1341) ((string-utils (0 3 2)) (ucs-utils (0 7 6)) (list-utils (0 4 2)) (persistent-soft (0 8 8)) (pcache (0 2 3))) "Surround a string with box-drawing characters" single ((:url . "http://github.com/rolandwalker/unicode-enbox") (:keywords "extensions" "interface"))]) (unfill . [(20131103 213) nil "The inverse of fill-paragraph and fill-region" single ((:keywords "utilities"))]) (undohist . [(20140321 758) ((cl-lib (1 0))) "Persistent undo history for GNU Emacs" single ((:keywords "convenience"))]) (undo-tree . [(20140509 522) nil "Treat undo history as a tree" single ((:url . "http://www.dr-qubit.org/emacs.php") (:keywords "convenience" "files" "undo" "redo" "history" "tree"))]) (underwater-theme . [(20131117 1602) nil "A gentle, deep blue color theme" single ((:keywords "faces"))]) (undercover . [(20150114 222) ((emacs (24)) (dash (2 0 0)) (shut-up (0 3 2))) "Test coverage library for Emacs" single ((:url . "https://github.com/sviridov/undercover.el") (:keywords "lisp" "tests" "coverage" "tools"))]) (uncrustify-mode . [(20130707 659) nil "Minor mode to automatically uncrustify." single ((:keywords "uncrustify"))]) (unbound . [(20140307 928) nil "Find convenient unbound keystrokes" single ((:keywords "keyboard"))]) (ukrainian-holidays . [(20130720 649) nil "Ukrainian holidays for Emacs calendar." single ((:url . "https://github.com/abo-abo/ukrainian-holidays"))]) (ujelly-theme . [(20141225 1833) nil "Ujelly theme for GNU Emacs 24 (deftheme)" single ((:url . "http://github.com/marktran/color-theme-ujelly"))]) (ucs-utils . [(20140626 534) ((persistent-soft (0 8 8)) (pcache (0 2 3)) (list-utils (0 4 2))) "Utilities for Unicode characters" tar ((:url . "http://github.com/rolandwalker/ucs-utils") (:keywords "i18n" "extensions"))]) (ucs-cmds . [(20150111 2316) nil "Macro to create commands that insert Unicode chars." single ((:url . "http://www.emacswiki.org/ucs-cmds.el") (:keywords "unicode" "characters" "encoding" "commands" "ucs-names"))]) (ubuntu-theme . [(20141214 2324) nil "A theme inspired by the default terminal colors in Ubuntu" single ((:url . "http://github.com/rocher/ubuntu-theme"))]) (typo . [(20130323 340) nil "Minor mode for typographic editing" single ((:url . "https://github.com/jorgenschaefer/typoel") (:keywords "convenience" "wp"))]) (typing . [(20121026 2118) nil "The Typing Of Emacs" single ((:url . "http://www.emacswiki.org/emacs/TypingOfEmacs") (:keywords "games"))]) (typed-clojure-mode . [(20141128 745) ((clojure-mode (2 1 1)) (cider (0 8 1))) "Typed Clojure minor mode for Emacs" tar ((:url . "https://github.com/typedclojure/typed-clojure-mode"))]) (twittering-mode . [(20150105 333) nil "Major mode for Twitter" single ((:url . "http://twmode.sf.net/") (:keywords "twitter" "web"))]) (twilight-theme . [(20120412 603) nil "Twilight theme for GNU Emacs 24 (deftheme)" single nil]) (twilight-bright-theme . [(20130605 143) nil "A Emacs 24 faces port of the TextMate theme" single ((:url . "https://github.com/jimeh/twilight-bright-theme.el") (:keywords "themes"))]) (twilight-anti-bright-theme . [(20140810 34) nil "A soothing Emacs 24 light-on-dark theme" single ((:url . "https://github.com/jimeh/twilight-anti-bright-theme.el") (:keywords "themes"))]) (twig-mode . [(20130220 1050) nil "A major mode for twig" single nil]) (turnip . [(20141122 1524) ((dash (2 6 0)) (s (1 9 0))) "Interacting with tmux from Emacs" single ((:keywords "terminals" "tools"))]) (tup-mode . [(20140410 914) nil "Major mode for editing files for Tup" single ((:url . "https://github.com/ejmr/tup-mode"))]) (tumblesocks . [(20140215 1247) ((htmlize (1 39)) (oauth (1 0 3)) (markdown-mode (1 8 1))) "An Emacs tumblr client." tar nil]) (tumble . [(20130327 1007) ((http-post-simple (0))) "an Tumblr mode for Emacs" single ((:keywords "tumblr"))]) (tuareg . [(20141026 743) ((caml (3 12 0 1))) "OCaml mode for Emacs." tar ((:url . "http://forge.ocamlcore.org/projects/tuareg/") (:keywords "ocaml" "languages"))]) (ttrss . [(20130409 1049) ((emacs (23 1))) "Tiny Tiny RSS elisp bindings" single ((:url . "https://github.com/pedros/ttrss.el") (:keywords "news" "local"))]) (tt-mode . [(20130804 410) nil "Emacs major mode for editing Template Toolkit files." single nil]) (tss . [(20141228 2257) ((auto-complete (1 4 0)) (json-mode (1 1 0)) (log4e (0 2 0)) (yaxception (0 1))) "provide a interface for auto-complete.el/flymake.el on typescript-mode." tar ((:url . "https://github.com/aki2o/emacs-tss") (:keywords "typescript" "completion"))]) (try . [(20141116 1631) ((emacs (24))) "Try out Emacs packages." single ((:url . "http://github.com/larstvei/try") (:keywords "packages"))]) (truthy . [(20140508 1341) ((list-utils (0 4 2))) "Test the content of a value" single ((:url . "http://github.com/rolandwalker/truthy") (:keywords "extensions"))]) (tronesque-theme . [(20150111 2244) nil "Color Theme based on Tron universe." single ((:url . "https://github.com/aurelienbottazini/tronesque"))]) (trident-mode . [(20130726 1207) ((emacs (24)) (slime (20130526)) (skewer-mode (1 5 0)) (dash (1 0 3))) "Live Parenscript interaction" single ((:url . "https://github.com/johnmastro/trident-mode.el") (:keywords "languages" "lisp" "processes" "tools"))]) (tree-mode . [(20121207 1538) nil "A mode to manage tree widgets" single ((:keywords "help" "convenience" "widget"))]) (travis . [(20141222 203) ((s (1 9 0)) (dash (2 9 0)) (pkg-info (0 5 0)) (request (0 1 0))) "Emacs client for Travis" tar ((:url . "https://github.com/nlamirault/emacs-travis") (:keywords "travis"))]) (transpose-frame . [(20131221 1542) nil "Transpose windows arrangement in a frame" single ((:keywords "window"))]) (tramp-term . [(20141104 1345) nil "Automatic setup of directory tracking in ssh sessions." single ((:url . "https://github.com/randymorris/tramp-term.el") (:keywords "tramp" "ssh"))]) (tracwiki-mode . [(20140108 853) ((xml-rpc (1 6 8))) "Emacs Major mode for working with Trac" single ((:keywords "trac" "wiki" "tickets"))]) (tracking . [(20141122 1201) ((shorten (0 1))) "Buffer modification tracking" single ((:url . "https://github.com/jorgenschaefer/circe/wiki/Tracking"))]) (traad-autocomplete . [(20140817 411) ((traad (0 1)) (auto-complete (1 4 0))) "auto-complete sources for traad" single ((:url . "https://github.com/abingham/traad"))]) (traad . [(20150106 615) ((deferred (0 3 2)) (popup (0 5 0)) (request (0 2 0)) (request-deferred (0 2 0)) (python-environment (0 0 2))) "emacs interface to the traad refactoring server." tar ((:url . "https://github.com/abingham/traad"))]) (toxi-theme . [(20130418 1239) ((emacs (24))) "A dark color theme by toxi" single ((:url . "http://hg.postspectacular.com/toxi-theme/"))]) (tox . [(20141004 1403) nil "Launch current python test with tox" single ((:url . "https://github.com/chmouel/tox.el") (:keywords "convenience" "tox" "python" "tests"))]) (tornado-template-mode . [(20141128 208) nil "A major mode for editing tornado templates" single nil]) (top-mode . [(20130605 1739) nil "run \"top\" from emacs" single ((:keywords "extensions" "processes"))]) (tool-bar+ . [(20150105 102) nil "Extensions to standard library tool-bar.el" single ((:url . "http://www.emacswiki.org/tool-bar%2b.el") (:keywords "tool-bar" "convenience" "mouse" "button" "frame"))]) (tommyh-theme . [(20131004 1630) nil "A bright, bold-colored theme for emacs" single nil]) (toml-mode . [(20130302 748) nil "Mojor mode for editing TOML files" single ((:url . "https://github.com/dryman/toml-mode") (:keywords "data" "toml"))]) (toml . [(20130903 555) nil "TOML (Tom's Obvious, Minimal Language) parser" single ((:url . "https://github.com/gongo/emacs-toml") (:keywords "toml" "parser"))]) (tomatinho . [(20140120 1540) nil "Tomatinho" tar ((:keywords "time" "productivity" "pomodoro technique"))]) (toggle-window . [(20141207 748) nil "toggle current window size between half and full" single ((:url . "https://github.com/deadghost/toggle-window") (:keywords "hide" "window"))]) (toggle-test . [(20140722 2237) nil "Toggle between source and test files in various programming languages" single ((:url . "https://github.com/rags/toggle-test") (:keywords "tdd" "test" "toggle" "productivity"))]) (toggle-quotes . [(20140710 226) nil "Toggle between single and double quoted string" single ((:url . "https://github.com/toctan/toggle-quotes.el") (:keywords "convenience" "quotes"))]) (toggle . [(20140815 245) nil "quickly open corresponding file (eg test vs impl)." single ((:keywords "files" "extensions" "convenience"))]) (todotxt . [(20131231 850) nil "A major mode for editing todo.txt files" single ((:url . "https://github.com/rpdillon/todotxt.el") (:keywords "todo.txt" "todotxt" "todotxt.el"))]) (todochiku . [(20150112 2054) nil "A mode for interfacing with Growl, Snarl, and the like." single nil]) (tmmofl . [(20121025 401) nil "Calls functions dependant on font lock highlighting at point" single ((:keywords "minor mode" "font lock" "toggling."))]) (tinysegmenter . [(20141124 213) ((cl-lib (0 5))) "Super compact Japanese tokenizer in Javascript ported to emacs lisp" single ((:url . "https://github.com/myuhe/tinysegmenter.el") (:keywords "convenience"))]) (tiny . [(20150111 1032) nil "Quickly generate linear ranges in Emacs" single ((:url . "https://github.com/abo-abo/tiny"))]) (timesheet . [(20141209 1647) ((s (1)) (org (7)) (auctex (11 87 4))) "Timesheet management add-on for org-mode" tar ((:url . "https://github.com/tmarble/timesheet.el") (:keywords "org" "timesheet"))]) (time-ext . [(20130130 2151) nil "more function for time/date" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/download/time-ext.el") (:keywords "lisp"))]) (tidy . [(20111222 1756) nil "Interface to the HTML Tidy program" single ((:url . "http://www.emacswiki.org/elisp/tidy.el") (:keywords "languages"))]) (thumb-through . [(20120118 2134) nil "Plain text reader of HTML documents" single ((:keywords "html"))]) (thumb-frm . [(20150105 100) ((frame-fns (0)) (frame-cmds (0))) "Commands for thumbnail frames." single ((:url . "http://www.emacswiki.org/thumb-frm.el") (:keywords "frame" "icon"))]) (thrift . [(20140312 1348) nil "Major mode for Apache Thrift files" single ((:keywords "files"))]) (thread-dump . [(20130323 1025) nil "Java thread dump viewer" single ((:url . "http://github.com/nd/thread-dump.el"))]) (thingopt . [(20120717 826) nil "Thing at Point optional utilities" single ((:keywords "convenience"))]) (thingatpt+ . [(20150105 58) nil "Extensions to `thingatpt.el'." single ((:url . "http://www.emacswiki.org/thingatpt%2b.el") (:keywords "extensions" "matching" "mouse"))]) (thing-cmds . [(20150105 57) ((hide-comnt (0))) "Commands that use things, as defined by `thingatpt.el'." single ((:url . "http://www.emacswiki.org/thing-cmds.el") (:keywords "thingatpt" "thing" "region" "selection"))]) (thesaurus . [(20121125 1937) nil "replace a word with a synonym looked up in a web service." single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/thesaurus.el") (:keywords "thesaurus" "synonym"))]) (theme-changer . [(20130725 1919) nil "Sunrise/Sunset Theme Changer for Emacs" single ((:url . "https://github.com/hadronzoo/theme-changer") (:keywords "color-theme" "deftheme" "solar" "sunrise" "sunset"))]) (tfs . [(20120508 1820) nil "MS Team Foundation Server commands for Emacs." single ((:url . "http://cheeso.members.winisp.net/srcview.aspx?dir=emacs&file=tfs.el"))]) (textmate-to-yas . [(20130509 854) nil "Import Textmate macros into yasnippet syntax" tar ((:url . "https://github.com/mlf176f2/textmate-to-yas.el/") (:keywords "yasnippet" "textmate"))]) (textmate . [(20110816 1446) nil "TextMate minor mode for Emacs" single ((:keywords "textmate" "osx" "mac"))]) (textile-mode . [(20120721 1258) nil "Textile markup editing major mode" single nil]) (tex-smart-umlauts . [(20131210 2346) nil "Smart umlaut conversion for TeX." single ((:url . "http://hub.darcs.net/lyro/tex-smart-umlauts") (:keywords "tex" "wp"))]) (test-simple . [(20141216 1325) nil "Simple Unit Test Framework for Emacs Lisp" single ((:url . "http://github.com/rocky/emacs-test-simple") (:keywords "unit-test"))]) (test-case-mode . [(20140123 1115) nil "unit test front-end" single ((:url . "http://nschum.de/src/emacs/test-case-mode/") (:keywords "tools"))]) (terraform-mode . [(20141119 2301) ((cl-lib (0 5))) "Major mode for terraform configuration file" single ((:url . "https://github.com/syohex/emacs-terraform-mode"))]) (tern-django . [(20141207 1036) ((emacs (24)) (tern (0 0 1)) (f (0 17 1))) "Create tern projects for django applications." tar ((:url . "https://github.com/proofit404/tern-django"))]) (tern-auto-complete . [(20141121 453) ((tern (0 0 1)) (auto-complete (1 4)) (cl-lib (0 5)) (emacs (24))) "Tern Completion by auto-complete.el" single nil]) (tern . [(20150114 140) ((json (1 2)) (cl-lib (0 5)) (emacs (24))) "Tern-powered JavaScript integration" single ((:url . "http://ternjs.net/"))]) (term-cmd . [(20141114 1314) nil "Send commands to Emacs from programs running under term.el" single ((:url . "https://github.com/CallumCameron/term-cmd") (:keywords "processes"))]) (term-alert . [(20141121 1205) ((term-cmd (1 0)) (alert (1 1))) "Get notifications when commands complete in the Emacs terminal emulator" single ((:url . "https://github.com/CallumCameron/term-alert") (:keywords "notifications" "processes"))]) (term+mux . [(20140210 2349) ((term+ (0 1)) (tab-group (0 1))) "term+ terminal multiplexer and session management" single ((:url . "http://github.com/tarao/term+-el") (:keywords "terminal" "emulation"))]) (term+key-intercept . [(20140210 2350) ((term+ (0 1)) (key-intercept (0 1))) "term+ intercept key mapping" single ((:url . "http://github.com/tarao/term+-el") (:keywords "terminal" "emulation"))]) (term+ . [(20130612 652) nil "term-mode enhancement" tar ((:url . "http://github.com/tarao/term+-el") (:keywords "terminal" "emulation"))]) (tempbuf . [(20111124 1307) nil "kill unused buffers in the background" single ((:keywords "convenience"))]) (telepathy . [(20131209 458) nil "Access Telepathy from Emacs" single ((:keywords "telepathy" "tools"))]) (tea-time . [(20120331 120) nil "Simple timer package, useful to make perfect tea." single ((:keywords "timer" "tea-time"))]) (tdd-status-mode-line . [(20131123 916) nil "TDD status on the mode-line" single ((:url . "https://github.com/algernon/tdd-status-mode-line") (:keywords "faces" "tdd"))]) (tco . [(20140412 612) ((dash (1 2 0)) (emacs (24))) "tail-call optimisation for Emacs lisp" single nil]) (tc . [(20150113 1926) nil "a Japanese input method with T-Code on Emacs" tar nil]) (tbx2org . [(20140224 759) ((dash (2 5 0)) (s (1 8 0)) (cl-lib (0 4))) "Tinderbox to org-mode conversion" single ((:url . "https://github.com/istib/tbx2org") (:keywords "org-mode"))]) (tangotango-theme . [(20150113 517) nil "Tango Palette color theme for Emacs 24." single ((:url . "https://github.com/juba/color-theme-tangotango") (:keywords "tango" "palette" "color" "theme" "emacs"))]) (tango-plus-theme . [(20140425 1511) nil "A color theme based on the tango palette" single ((:url . "https://github.com/tmalsburg/tango-plus-theme"))]) (tango-2-theme . [(20120312 1325) nil "Tango 2 color theme for GNU Emacs 24" single nil]) (take-off . [(20140531 217) ((emacs (24 3)) (web-server (0 1 0))) "Emacs remote web access" tar ((:url . "https://github.com/tburette/take-off"))]) (tagedit . [(20141021 2139) ((s (1 3 1)) (dash (1 0 3))) "Some paredit-like features for html-mode" single ((:keywords "convenience"))]) (tabulated-list . [(20120406 1351) nil "generic major mode for tabulated lists." single ((:keywords "extensions" "lisp"))]) (tabula-rasa . [(20141215 2147) ((emacs (24 4))) "Distraction free writing mode" single ((:url . "https://github.com/idomagal/Tabula-Rasa/blob/master/tabula-rasa.el") (:keywords "distraction free" "writing"))]) (tabbar-ruler . [(20150114 615) ((tabbar (2 0 1))) "Pretty tabbar, autohide, use both tabbar/ruler" tar ((:url . "http://github.com/mlf176f2/tabbar-ruler.el") (:keywords "tabbar" "ruler mode" "menu" "tool bar."))]) (tabbar . [(20141109 143) nil "No description available." tar nil]) (tab-group . [(20140306 650) nil "Grouped tabs and their tabbar" single ((:url . "http://github.com/tarao/tab-group-el") (:keywords "convenience" "tabs"))]) (systemtap-mode . [(20121209 1510) nil "A mode for SystemTap" single ((:url . "https://github.com/ruediger/systemtap-mode") (:keywords "tools" "languages"))]) (system-specific-settings . [(20140818 757) nil "Apply settings only on certain systems" single ((:url . "https://github.com/DarwinAwardWinner/emacs-system-specific-settings") (:keywords "configuration"))]) (syslog-mode . [(20140217 1618) ((hide-lines (20130623))) "Major-mode for viewing log files" single ((:url . "https://github.com/vapniks/syslog-mode") (:keywords "unix"))]) (syntactic-sugar . [(20140508 1341) nil "Effect-free forms such as if/then/else" single ((:url . "http://github.com/rolandwalker/syntactic-sugar") (:keywords "extensions"))]) (synonyms . [(20150105 56) nil "Look up synonyms for a word or phrase in a thesaurus." single ((:url . "http://www.emacswiki.org/synonyms.el") (:keywords "text" "dictionary" "thesaurus" "spelling" "apropos" "help"))]) (sx . [(20150114 1111) ((emacs (24 1)) (cl-lib (0 5)) (json (1 3)) (markdown-mode (2 0)) (let-alist (1 0 3))) "StackExchange client. Ask and answer questions on Stack Overflow, Super User, and the likes" tar ((:url . "https://github.com/vermiculus/sx.el/") (:keywords "help" "hypermedia" "tools"))]) (sws-mode . [(20150111 1924) nil "(S)ignificant (W)hite(S)pace mode" single ((:url . "https://github.com/brianc/jade-mode"))]) (swoop . [(20140605 1410) ((ht (2 0)) (pcre2el (1 5)) (async (1 1)) (emacs (24))) "Peculiar buffer navigation for Emacs" tar ((:url . "https://github.com/ShingoFukuyama/swoop") (:keywords "swoop" "inner" "buffer" "search" "navigation"))]) (switch-window . [(20150114 215) nil "A *visual* way to choose a window to switch to" single ((:url . "http://tapoueh.org/emacs/switch-window.html") (:keywords "window" "navigation"))]) (swift-mode . [(20141204 2338) ((emacs (24 1))) "Major-mode for Apple's Swift programming language." single ((:keywords "languages" "swift"))]) (swbuff-x . [(20130607 1014) ((swbuff (19991231 1800))) "Modifications to David Ponce's swbuff" single ((:url . "http://www.emacswiki.org/elisp/swbuff-x.el") (:keywords "files" "convenience"))]) (swbuff . [(20041012 718) nil "Quick switch between Emacs buffers." single ((:keywords "extensions" "convenience"))]) (svg-mode-line-themes . [(20140210 940) ((xmlgen (0 4))) "SVG-based themes for mode-line" tar ((:url . "https://github.com/sabof/svg-mode-line-themes"))]) (supergenpass . [(20130328 2248) nil "SuperGenPass for Emacs" single ((:keywords "supergenpass"))]) (suomalainen-kalenteri . [(20140614 2350) nil "Finnish national and Christian holidays for calendar" tar nil]) (sunny-day-theme . [(20140413 1425) nil "Emacs24 theme with a light background." single ((:url . "http://github.com/mswift42/sunny-day-theme"))]) (summarye . [(20130328 1027) nil "list up matched strings from a buffer, and display them in summary buffer" single nil]) (sudo-ext . [(20130130 2151) nil "sudo support" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/download/sudo-ext.el") (:keywords "unix"))]) (sudden-death . [(20140829 538) nil "Totsuzen-no-Shi" single ((:url . "https://github.com/yewton/sudden-death.el"))]) (subshell-proc . [(20130122 1322) nil "Functions for working with comints" single ((:url . "https://github.com/andrewmains12/subshell-proc"))]) (subr+ . [(20150105 55) nil "Extensions to standard library `subr.el'." single ((:url . "http://www.emacswiki.org/simple%2b.el") (:keywords "strings" "text"))]) (sublimity . [(20140831 2216) nil "smooth-scrolling, minimap and distraction-free mode" tar ((:url . "http://hins11.yu-yake.com/"))]) (sublime-themes . [(20141011 1134) nil "A collection of themes based on Sublime Text" tar ((:keywords "faces"))]) (subatomic256-theme . [(20130620 1910) nil "Fork of subatomic-theme for terminals." single ((:url . "https://github.com/cryon/subatomic256"))]) (subatomic-theme . [(20141019 1132) nil "Low contrast bluish color theme" single ((:url . "https://github.com/cryon/subatomic") (:keywords "color-theme" "blue" "low contrast"))]) (stylus-mode . [(20140508 650) ((sws-mode (0))) "Major mode for editing .jade files" single ((:url . "https://github.com/brianc/jade-mode"))]) (stupid-indent-mode . [(20130816 1354) nil "Plain stupid indentation minor mode" single nil]) (stumpwm-mode . [(20140130 1816) nil "special lisp mode for evaluating code into running stumpwm" single ((:keywords "comm" "lisp" "tools"))]) (stripe-buffer . [(20141208 708) ((cl-lib (1 0))) "Use a different background for even and odd lines" single ((:url . "https://github.com/sabof/stripe-buffer"))]) (strings . [(20150105 54) nil "Miscellaneous string functions." single ((:url . "http://www.emacswiki.org/strings.el") (:keywords "internal" "strings" "text"))]) (string-utils . [(20140508 1341) ((list-utils (0 4 2))) "String-manipulation utilities" single ((:url . "http://github.com/rolandwalker/string-utils") (:keywords "extensions"))]) (string-inflection . [(20140704 2340) nil "underscore -> UPCASE -> CamelCase -> lowerCamelCase conversion of names" single ((:keywords "elisp"))]) (string-edit . [(20130815 2115) ((dash (1 2 0))) "Avoid escape nightmares by editing string in separate buffer" single nil]) (strie . [(20140109 612) nil "A simple trie data structure implementation" single nil]) (sticky . [(20101130 252) nil "Sticky key for capital letters" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/download/sticky.el") (:keywords "convenience"))]) (stgit . [(20140213 348) nil "major mode for StGit interaction" single ((:url . "http://www.procode.org/stgit"))]) (stem . [(20131102 409) nil "Routines for stemming" single ((:url . "https://github.com/yuutayamada/stem") (:keywords "stemming"))]) (stekene-theme . [(20141108 1211) ((emacs (24))) "Low-contrast (except for strings) theme, in light and dark versions." tar nil]) (state . [(20150101 605) ((emacs (24))) "Quick navigation between workspaces" single ((:url . "https://github.com/thisirs/state.git") (:keywords "convenience" "workspaces"))]) (starter-kit-ruby . [(20120202 1132) ((inf-ruby (2 2 3)) (starter-kit (2 0 1))) "Saner defaults and goodies for Ruby" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/StarterKit") (:keywords "convenience"))]) (starter-kit-perl . [(20120202 1132) nil "Some helpful Perl code" single nil]) (starter-kit-lisp . [(20120504 1225) ((starter-kit (2 0 2)) (elisp-slime-nav (0 1))) "Saner defaults and goodies for lisp languages" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/StarterKit") (:keywords "convenience"))]) (starter-kit-js . [(20111009 2054) ((starter-kit (2 0 1))) "Saner defaults and goodies for Javascript" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/StarterKit") (:keywords "convenience"))]) (starter-kit-eshell . [(20121001 1714) nil "Saner defaults and goodies: eshell tweaks" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/StarterKit") (:keywords "convenience"))]) (starter-kit-bindings . [(20120101 1955) ((starter-kit (2 0 2))) "Saner defaults and goodies: bindings" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/StarterKit") (:keywords "convenience"))]) (starter-kit . [(20130904 1547) ((paredit (22)) (idle-highlight-mode (1 1 1)) (find-file-in-project (3 0)) (smex (1 1 2)) (ido-ubiquitous (0 3)) (magit (0 8 1))) "Saner defaults and goodies." tar nil]) (stan-snippets . [(20141223 1420) ((stan-mode (5 0 0)) (yasnippet (0 8 0))) "Yasnippets for Stan" tar ((:url . "http://github.com/stan-dev/stan-mode") (:keywords "snippets"))]) (stan-mode . [(20141223 1420) nil "Major mode for editing Stan files" tar ((:url . "http://github.com/stan-dev/stan-mode") (:keywords "languanges"))]) (ssh-tunnels . [(20141219 318) ((cl-lib (0 5)) (emacs (24))) "Manage SSH tunnels" single ((:url . "http://github.com/death/ssh-tunnels") (:keywords "tools" "convenience"))]) (ssh-config-mode . [(20141219 846) nil "Mode for fontification of ~/.ssh/config" single ((:url . "http://www.mahalito.net/~harley/elisp/ssh-config-mode.el") (:keywords "ssh" "config" "emacs"))]) (ssh . [(20120904 1342) nil "Support for remote logins using ssh." single ((:keywords "unix" "comm"))]) (sr-speedbar . [(20141004 532) nil "Same frame speedbar" single ((:url . "http://www.emacswiki.org/emacs/download/sr-speedbar.el") (:keywords "speedbar" "sr-speedbar.el"))]) (sqlup-mode . [(20141222 1100) nil "Upcase SQL words for you" single ((:url . "https://github.com/trevoke/sqlup-mode.el") (:keywords "sql" "tools"))]) (sqlplus . [(20141009 1439) nil "User friendly interface to SQL*Plus and support for PL/SQL compilation" single ((:keywords "sql" "sqlplus" "oracle" "plsql"))]) (sqlite . [(20140106 2009) nil "use sqlite via elisp" single nil]) (sql-indent . [(20090325 2254) nil "indentation of SQL statements" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki.pl?SqlIndent") (:keywords "languages"))]) (sprintly-mode . [(20121005 2234) ((furl (0 0 2))) "Major mode for dealing with sprint.ly" single ((:url . "https://github.com/sprintly/sprintly-mode"))]) (spray . [(20140801 758) nil "a speed reading mode" single ((:url . "https://github.com/ian-kelling/spray") (:keywords "convenience"))]) (spotify . [(20150108 803) nil "Control the spotify application from emacs" single ((:url . "https://github.com/remvee/spotify-el") (:keywords "convenience"))]) (splitter . [(20130705 50) nil "Manage window splits" single ((:url . "https://github.com/chumpage/chumpy-windows") (:keywords "frames" "convenience"))]) (sphinx-frontend . [(20131223 329) nil "Launch build process for rst documents via sphinx." single ((:url . "https://github.com/kostafey/sphinx-frontend") (:keywords "compile" "sphinx" "restructuredtext"))]) (sphinx-doc . [(20140524 857) ((s (1 9 0)) (cl-lib (0 5))) "Sphinx friendly docstrings for Python functions" single ((:url . "https://github.com/naiquevin/sphinx-doc.el") (:keywords "sphinx" "python"))]) (speechd-el . [(20141025 912) nil "Client to speech synthesizers and Braille displays." tar nil]) (speck . [(20140901 1835) nil "minor mode for spell checking" single ((:keywords "spell" "checking"))]) (sparql-mode . [(20141020 1534) nil "Edit and interactively evaluate SPARQL queries." tar ((:url . "https://github.com/ljos/sparql-mode"))]) (sparkline . [(20150101 519) ((cl-lib (0 3))) "Make sparkline images from a list of numbers" single ((:keywords "extensions"))]) (spaces . [(20130610 49) nil "Create and switch between named window configurations." single ((:url . "https://github.com/chumpage/chumpy-windows") (:keywords "frames" "convenience"))]) (spacegray-theme . [(20131230 1127) ((emacs (24 1))) "A Hyperminimal UI Theme" single ((:url . "http://github.com/bruce/emacs-spacegray-theme") (:keywords "themes"))]) (sourcetalk . [(20140823 739) ((request (0 2 0))) "SourceTalk (http://sourcetalk.net) plugin for Emacs" single ((:url . "https://github.com/malroc/sourcetalk_emacs") (:keywords "sourcetalk" "code" "discussion"))]) (sourcemap . [(20140929 2221) ((cl-lib (0 5)) (emacs (24))) "Sourcemap parser" single ((:url . "https://github.com/syohex/emacs-sourcemap"))]) (sourcegraph . [(20141020 2101) ((emacs (24 3))) "Minor mode for interacting with srclib and Sourcegraph.com" single ((:url . "https://github.com/sourcegraph/emacs-sourcegraph-mode") (:keywords "sourcegraph"))]) (soundklaus . [(20150102 1321) ((dash (1 5 0)) (emacs (24)) (emms (3 0)) (deferred (0 3 2)) (s (1 6 0)) (pkg-info (0 4)) (cl-lib (0 5))) "Play SoundCloud music in Emacs via EMMS" single ((:url . "https://github.com/r0man/soundklaus.el") (:keywords "soundcloud" "music" "emms"))]) (soundcloud . [(20131210 1103) ((emms (20131016)) (json (1 2)) (deferred (0 3 1)) (string-utils (0 3 2))) "a SoundCloud client for Emacs" single ((:keywords "soundcloud" "music" "audio"))]) (sos . [(20141214 2003) ((org (7))) "StackOverflow Search" single ((:url . "https://github.com/omouse/emacs-sos") (:keywords "tools" "search" "questions"))]) (soothe-theme . [(20141027 741) ((emacs (24 1))) "a dark colorful theme for Emacs24." single ((:url . "https://github.com/jasonm23/emacs-soothe-theme"))]) (sonic-pi . [(20141124 831) ((cl-lib (0 5)) (osc (0 1)) (dash (2 2 0)) (emacs (24))) "A Emacs client for SonicPi" tar ((:url . "http://www.github.com/repl-electric/sonic-pi.el") (:keywords "sonicpi" "ruby"))]) (solarized-theme . [(20150111 1031) ((dash (2 6 0))) "The Solarized color theme, ported to Emacs." tar nil]) (soft-stone-theme . [(20140614 135) ((emacs (24))) "Emacs 24 theme with a light background." single ((:url . "http://github.com/mswift42/soft-stone-theme"))]) (soft-morning-theme . [(20140615 540) nil "Emacs24 theme with a light background." single ((:url . "http://github.com/mswift42/soft-morning-theme"))]) (soft-charcoal-theme . [(20140420 943) nil "Dark charcoal theme with soft colors" single ((:url . "http://github.com/mswift42/soft-charcoal-theme"))]) (snippet . [(20130210 1515) nil "Insert snippets of text into a buffer" single nil]) (snakemake-mode . [(20150109 2053) ((emacs (24))) "Major mode for editing Snakemake files" single ((:url . "https://github.com/kyleam/snakemake-mode") (:keywords "tools"))]) (smyx-theme . [(20141127 28) nil "smyx Color Theme" single ((:keywords "color" "theme" "smyx"))]) (smotitah . [(20141023 1218) nil "Modular emacs configuration framework" tar nil]) (smooth-scrolling . [(20131219 2039) nil "Make emacs scroll smoothly" single ((:url . "http://github.com/aspiers/smooth-scrolling/") (:keywords "convenience"))]) (smooth-scroll . [(20130321 2114) nil "Minor mode for smooth scrolling and in-place scrolling." single ((:url . "http://www.emacswiki.org/emacs/download/smooth-scroll.el") (:keywords "convenience" "emulations" "frames"))]) (sml-modeline . [(20120110 1240) nil "Show position in a scrollbar like way in mode-line" single ((:url . "http://bazaar.launchpad.net/~nxhtml/nxhtml/main/annotate/head%3A/util/sml-modeline.el"))]) (smex . [(20141210 1422) ((emacs (24))) "M-x interface with Ido-style fuzzy matching." single ((:url . "http://github.com/nonsequitur/smex/") (:keywords "convenience" "usability"))]) (smeargle . [(20141110 1919) ((cl-lib (0 5)) (emacs (24))) "Highlighting region by last updated time" single ((:url . "https://github.com/syohex/emacs-smeargle"))]) (smarty-mode . [(20100703 458) nil "major mode for editing smarty templates" single ((:url . "none yet") (:keywords "smarty" "php" "languages" "templates"))]) (smartscan . [(20131230 739) nil "Jumps between other symbols found at point" single ((:keywords "extensions"))]) (smartrep . [(20140404 1714) nil "Support sequential operation which omitted prefix keys." tar ((:url . "https://github.com/myuhe/smartrep.el") (:keywords "convenience"))]) (smartparens . [(20150112 902) ((cl-lib (0 3)) (dash (2 10 0))) "Automatic insertion, wrapping and paredit-like navigation with user defined pairs." tar nil]) (smart-window . [(20130214 1142) nil "vim-like window controlling plugin" single ((:url . "https://github.com/dryman/smart-window.el") (:keywords "window"))]) (smart-tabs-mode . [(20140331 1629) nil "Intelligently indent with tabs, align with spaces!" single ((:url . "http://www.emacswiki.org/emacs/SmartTabs") (:keywords "languages"))]) (smart-tab . [(20150105 749) nil "Intelligent tab completion and indentation." single ((:url . "http://github.com/genehack/smart-tab/tree/master") (:keywords "extensions"))]) (smart-shift . [(20141110 722) nil "Smart shift text left/right." single ((:url . "https://github.com/hbin/smart-shift") (:keywords "convenience" "tools"))]) (smart-operator . [(20051013 1756) nil "Beautify the operators in codes" single nil]) (smart-newline . [(20131207 1940) nil "Provide smart newline for one keybind." single nil]) (smart-mode-line-powerline-theme . [(20141229 1046) ((emacs (24 3)) (powerline (2 2)) (smart-mode-line (2 5))) "smart-mode-line theme that mimics the powerline appearance." single ((:url . "http://github.com/Bruce-Connor/smart-mode-line"))]) (smart-mode-line . [(20150106 1401) ((emacs (24 3)) (dash (2 2 0)) (rich-minority (0 1))) "A color coded smart mode-line." tar ((:url . "http://github.com/Bruce-Connor/smart-mode-line") (:keywords "mode-line" "faces" "theme" "themes"))]) (smart-indent-rigidly . [(20141205 1615) nil "Smart rigid indenting" single ((:url . "https://github.com/re5et/smart-indent-rigidly") (:keywords "indenting" "coffee-mode" "haml-mode" "sass-mode"))]) (smart-forward . [(20140430 13) ((expand-region (0 8 0))) "Semantic navigation" single ((:keywords "navigation"))]) (smart-cursor-color . [(20141124 919) nil "Change cursor color dynamically" single ((:url . "https://github.com/7696122/smart-cursor-color/") (:keywords "cursor" "color" "face"))]) (smart-compile . [(20140622 919) nil "an interface to `compile'" single ((:keywords "tools" "unix"))]) (sly-company . [(20141116 1417) ((sly (1 0 0 -3)) (company (0 7)) (emacs (24 3))) "sly completion backend for company mode" single ((:keywords "convenience" "lisp" "abbrev"))]) (sly . [(20150112 511) ((emacs (24 3))) "Sylvester the Cat's Common Lisp IDE" tar ((:url . "https://github.com/capitaomorte/sly") (:keywords "languages" "lisp" "sly"))]) (slovak-holidays . [(20140915 1129) nil "Adds a list of slovak holidays to Emacs calendar" single ((:keywords "calendar"))]) (slime-volleyball . [(20140717 2141) nil "An SVG Slime Volleyball Game" tar ((:keywords "games"))]) (slime-theme . [(20141115 2302) ((emacs (24 0))) "an Emacs 24 theme based on Slime (tmTheme)" single ((:url . "https://github.com/emacsfodder/tmtheme-to-deftheme"))]) (slime-ritz . [(20130218 1537) nil "slime extensions for ritz" single ((:url . "https://github.com/pallet/ritz") (:keywords "languages" "lisp" "slime"))]) (slime-company . [(20141214 1153) ((slime (2 3 2)) (company (0 7))) "slime completion backend for company mode" single ((:keywords "convenience" "lisp" "abbrev"))]) (slime-annot . [(20131230 1908) ((slime (0))) "cl-annot support for SLIME" single ((:url . "https://github.com/arielnetworks/cl-annot"))]) (slime . [(20150113 1535) ((cl-lib (0 5))) "Superior Lisp Interaction Mode for Emacs" tar ((:url . "https://github.com/slime/slime") (:keywords "languages" "lisp" "slime"))]) (slim-mode . [(20140611 950) nil "Major mode for editing Slim files" single ((:url . "http://github.com/slim-template/emacs-slim") (:keywords "markup" "language"))]) (slideview . [(20130512 2142) nil "File slideshow" single ((:keywords "slideshow"))]) (slamhound . [(20140506 1618) nil "Rip Clojure namespaces apart and rebuild them." single ((:url . "https://github.com/technomancy/slamhound") (:keywords "tools" "lisp"))]) (skype . [(20131001 2118) nil "skype UI for emacs users.." tar ((:keywords "skype" "chat"))]) (skewer-reload-stylesheets . [(20150111 423) ((skewer-mode (1 5 3))) "live-edit CSS stylesheets." tar nil]) (skewer-mode . [(20141215 1525) ((simple-httpd (1 4 0)) (js2-mode (20090723)) (emacs (24))) "live browser JavaScript, CSS, and HTML interaction" tar nil]) (skewer-less . [(20131015 622) ((skewer-mode (1 5 3))) "Skewer support for live LESS stylesheet updates" single ((:keywords "languages" "tools"))]) (skeletor . [(20150105 1950) ((s (1 7 0)) (f (0 14 0)) (dash (2 2 0)) (cl-lib (0 3)) (let-alist (1 0 3)) (emacs (24 1))) "Provides project skeletons for Emacs" tar nil]) (simplezen . [(20130421 300) ((s (1 4 0)) (dash (1 1 0))) "A simple subset of zencoding-mode for Emacs." single nil]) (simplenote . [(20141118 640) nil "Interact with simple-note.appspot.com" single ((:keywords "simplenote"))]) (simpleclip . [(20140508 1341) nil "Simplified access to the system clipboard" single ((:url . "http://github.com/rolandwalker/simpleclip") (:keywords "convenience"))]) (simple-screen . [(20141023 758) nil "Simple screen configuration manager" single ((:url . "https://github.com/wachikun/simple-screen") (:keywords "tools"))]) (simple-rtm . [(20140926 439) nil "Interactive Emacs mode for Remember The Milk" tar ((:keywords "remember" "the" "milk" "productivity" "todo"))]) (simple-httpd . [(20140908 1908) ((cl-lib (0 3))) "pure elisp HTTP server" single ((:url . "https://github.com/skeeto/emacs-http-server"))]) (simple-call-tree . [(20130330 940) nil "analyze source code based on font-lock text-properties" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki.pl?CallTree") (:keywords "programming"))]) (simple-call-tree+ . [(20131009 1412) nil "Extensions to simple-call-tree" single ((:url . "http://www.emacswiki.org/emacs/download/simple-call-tree+.el") (:keywords "programming"))]) (simple+ . [(20150105 50) ((strings (0))) "Extensions to standard library `simple.el'." single ((:url . "http://www.emacswiki.org/simple%2b.el") (:keywords "internal" "lisp" "extensions" "abbrev"))]) (simp . [(20140824 1103) nil "Simple project definition, chiefly for file finding, and grepping" tar ((:url . "https://github.com/re5et/simp") (:keywords "project" "grep" "find"))]) (signature . [(20140730 1249) nil "Signature Survey" tar nil]) (sicp . [(20121014 1314) nil "No description available." tar nil]) (shut-up . [(20140904 44) ((cl-lib (0 3)) (emacs (24))) "Shut up would you!" single ((:url . "http://github.com/rejeep/shut-up.el"))]) (showtip . [(20080330 259) nil "Show tip at cursor" single ((:keywords "help"))]) (show-marks . [(20130805 749) ((fm (1 0))) "Navigate and visualize the mark-ring" single ((:url . "https://github.com/vapniks/mark") (:keywords "convenience"))]) (show-css . [(20140816 1008) ((dom (1 0 1))) "Show the css of the html attribute the cursor is on" tar ((:url . "https://github.com/smmcg/showcss-mode") (:keywords "hypermedia"))]) (shoulda . [(20140616 1133) ((cl-lib (0 5))) "Shoulda test support for ruby" single ((:keywords "ruby" "tests" "shoulda"))]) (shorten . [(20131201 620) nil "component-wise string shortener" single ((:url . "https://github.com/jorgenschaefer/circe/blob/master/lisp/shorten.el") (:keywords "extensions"))]) (shm . [(20150111 1040) nil "Structured Haskell Mode" tar ((:keywords "development" "haskell" "structured"))]) (shimbun . [(20120718 2038) nil "interfacing with web newspapers" tar ((:keywords "news"))]) (shift-text . [(20130831 955) ((cl-lib (1 0)) (es-lib (0 3))) "Move the region in 4 directions, in a way similar to Eclipse's" single ((:url . "https://github.com/sabof/shift-text"))]) (shelltest-mode . [(20141227 248) nil "Major mode for shelltestrunner" single ((:url . "https://github.com/rtrn/shelltest-mode") (:keywords "languages"))]) (shelldoc . [(20141230 534) ((cl-lib (0 3)) (s (1 9 0))) "shell command editing support with man page." single ((:url . "http://github.com/mhayashi1120/Emacs-shelldoc/raw/master/shelldoc.el") (:keywords "applications"))]) (shell-toggle . [(20150105 2241) nil "Toggle to and from the shell buffer" single ((:url . "https://github.com/knu/shell-toggle.el") (:keywords "processes"))]) (shell-switcher . [(20141211 734) ((names (20141119))) "Provide fast switching between shell buffers." tar nil]) (shell-pop . [(20140714 201) nil "helps you to use shell easily on Emacs. Only one key action to work." single ((:url . "http://github.com/kyagi/shell-pop-el") (:keywords "shell" "terminal" "tools"))]) (shell-history . [(20100504 850) nil "integration with shell history" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/download/shell-history.el") (:keywords "processes" "convenience"))]) (shell-here . [(20120807 1913) nil "Open a shell relative to the working directory" single ((:keywords "unix" "tools" "processes"))]) (shell-current-directory . [(20140101 1554) nil "create new shell based on buffer directory" single ((:keywords "shell" "comint"))]) (shell-command . [(20090621 1332) nil "enables tab-completion for `shell-command'" single ((:keywords "shell"))]) (shampoo . [(20131230 219) nil "A remote Smalltalk development mode" tar nil]) (shakespeare-mode . [(20150106 1145) nil "A major mode for editing Shakespearean templates." single ((:url . "http://github.com/CodyReichert/shakespeare-mode") (:keywords "shakespeare" "hamlet" "lucius" "julius" "mode"))]) (shadow . [(20110507 24) nil "That's not the file. That's shadow." single ((:keywords "shadow.vim" "files" "processes"))]) (shadchen . [(20141102 1039) nil "pattern matching for elisp" single nil]) (shackle . [(20150113 239) ((cl-lib (0 5))) "Enforce rules for popups" single ((:url . "https://github.com/wasamasa/shackle") (:keywords "convenience"))]) (seti-theme . [(20141101 1308) nil "A dark colored theme, inspired by Seti Atom Theme" single ((:url . "https://github.com/caisah/seti-ui-theme.el") (:keywords "themes"))]) (session . [(20120510 1700) nil "use variables, registers and buffer places across sessions" single ((:url . "http://emacs-session.sourceforge.net/") (:keywords "session" "session management" "desktop" "data" "tools"))]) (serverspec . [(20140612 315) ((dash (2 6 0)) (s (1 9 0)) (f (0 16 2)) (helm (1 6 1))) "Serverspec minor mode" tar ((:url . "http://101000lab.org"))]) (servant . [(20140216 419) ((s (1 8 0)) (dash (2 2 0)) (f (0 11 0)) (ansi (0 3 0)) (commander (0 5 0)) (epl (0 2)) (shut-up (0 2 1)) (web-server (0 0 1))) "ELPA server written in Emacs Lisp" tar ((:url . "http://github.com/rejeep/servant.el") (:keywords "elpa" "server"))]) (sequential-command . [(20100504 855) nil "Many commands into one command" tar ((:url . "http://www.emacswiki.org/cgi-bin/wiki/download/sequential-command.el") (:keywords "convenience" "lisp"))]) (sequences . [(20130908 1122) ((emacs (24))) "Ports of some Clojure sequence functions." single ((:keywords "convenience"))]) (seq . [(20150110 1003) nil "Sequence manipulation functions" single ((:keywords "sequences"))]) (sentence-highlight . [(20121026 1450) nil "highlight the current sentence" single ((:keywords "plain text" "writing" "highlight" "editing" "focus"))]) (sensitive . [(20131015 635) ((emacs (24)) (sequences (0 1 0))) "A dead simple way to load sensitive information" single ((:keywords "convenience"))]) (semi . [(20141109 9) ((flim (1 14 9))) "A library to provide MIME features." tar nil]) (sekka . [(20141230 218) ((cl-lib (0 3)) (concurrent (0 3 1)) (popup (0 5 0))) "A client for Sekka IME server" single ((:url . "https://github.com/kiyoka/sekka") (:keywords "ime" "skk" "japanese"))]) (seethru . [(20150111 1929) ((shadchen (1 4))) "Easily change Emacs' transparency" single ((:url . "http://github.com/benaiah/seethru") (:keywords "lisp" "tools" "alpha" "transparency"))]) (second-sel . [(20150105 46) nil "Secondary selection commands" single ((:url . "http://www.emacswiki.org/second-sel.el") (:keywords "region" "selection" "yank" "paste" "edit"))]) (seclusion-mode . [(20121118 1553) nil "Edit in seclusion. A Dark Room mode." single ((:url . "http://github.com/dleslie/seclusion-mode"))]) (search-web . [(20120128 2220) nil "Post web search queries using `browse-url'." single nil]) (scss-mode . [(20150107 1400) nil "Major mode for editing SCSS files" single ((:url . "https://github.com/antonj/scss-mode") (:keywords "scss" "css" "mode"))]) (screenshot . [(20120509 1105) nil "Take a screenshot in Emacs" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/download/screenshot.el") (:keywords "images" "hypermedia"))]) (scratch-pop . [(20131108 330) nil "popup \"scratch\"es" single ((:url . "http://hins11.yu-yake.com/"))]) (scratch-palette . [(20141120 718) nil "save scratch notes on each file" single ((:url . "http://hins11.yu-yake.com/"))]) (scratch-log . [(20141114 2343) nil "Utility for *scratch* buffer." single nil]) (scratch-ext . [(20140103 2116) nil "Extensions for *scratch*" single ((:url . "https://github.com/kyanagi/scratch-ext-el"))]) (scratch . [(20120830 1028) nil "Mode-specific scratch buffers" tar ((:keywords "editing"))]) (scpaste . [(20110617 1856) ((htmlfontify (0 21))) "Paste to the web via scp." single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/SCPaste") (:keywords "convenience" "hypermedia"))]) (sclang-snippets . [(20130513 51) ((yasnippet (0 8 0))) "Snippets for the SuperCollider Emacs mode" tar ((:keywords "snippets" "version" "1.0.0"))]) (sclang-extensions . [(20131117 1439) ((auto-complete (1 4 0)) (s (1 3 1)) (dash (1 2 0)) (emacs (24 1))) "Extensions for the SuperCollider Emacs mode." tar ((:keywords "sclang" "supercollider" "languages" "tools"))]) (scion . [(20130315 555) nil "Haskell Minor Mode for Interacting with the Scion Library" single ((:url . "https://code.google.com/p/scion-lib/"))]) (scheme-here . [(20141028 18) nil "cmuscheme extension for multiple inferior processes" single ((:url . "https://github.com/kaihaosw/scheme-here") (:keywords "scheme"))]) (scheme-complete . [(20130220 403) nil "Smart tab completion for Scheme in Emacs" single nil]) (scf-mode . [(20111202 707) nil "shorten file-names in compilation type buffers" single ((:url . "https://github.com/lewang/scf-mode") (:keywords "compilation"))]) (scala-outline-popup . [(20141215 953) ((dash (2 9 0)) (popup (0 5 2)) (scala-mode2 (0 22))) "scala file summary popup" single ((:url . "https://github.com/ancane/scala-outline-popup.el") (:keywords "scala" "structure" "summary"))]) (scala-mode2 . [(20150113 2309) nil "Major mode for editing Scala >= 2.9" tar nil]) (scala-mode . [(20141205 1251) nil "Major mode for editing Scala code." tar ((:keywords "scala" "languages" "oop"))]) (scad-mode . [(20140609 2240) nil "Major mode for editing SCAD files" single ((:url . "https://raw.github.com/openscad/openscad/master/contrib/scad-mode.el") (:keywords "languages"))]) (sbt-mode . [(20141110 1116) ((scala-mode2 (0 22))) "Major mode for sbt >= 0.12 with scala >= 2.9" tar nil]) (savekill . [(20140418 234) nil "Save kill ring to disk" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/download/savekill.el") (:keywords "tools"))]) (save-visited-files . [(20141120 2031) nil "save opened files across sessions" single ((:url . "http://github.com/nflath/save-visited-files"))]) (save-sexp . [(20130106 642) nil "save variables in files using setter forms like `setq'" tar ((:url . "https://github.com/tarsius/save-sexp") (:keywords "convenience"))]) (save-load-path . [(20131228 1952) nil "save load-path and reuse it to test" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/download/save-load-path.el") (:keywords "lisp"))]) (sauron . [(20141011 658) nil "Track (erc/org/dbus/...) events and react to them." tar nil]) (sass-mode . [(20141010 1236) ((haml-mode (3 0 15))) "Major mode for editing Sass files" single ((:url . "http://github.com/nex3/haml/tree/master") (:keywords "markup" "language" "css"))]) (sane-term . [(20150106 1200) ((emacs (24 1))) "Multi Term is crazy. This is not." single ((:url . "http://github.com/adamrt/sane-term"))]) (sage-shell-mode . [(20150115 430) ((cl-lib (0 5)) (deferred (0 3 1))) "A front-end for Sage Math" tar ((:url . "https://github.com/stakemori/sage-shell-mode") (:keywords "sage" "math"))]) (sackspace . [(20130719 256) nil "A better backspace" single ((:url . "http://github.com/cofi/sackspace.el") (:keywords "delete" "convenience"))]) (s-buffer . [(20130605 1424) ((s (1 6 0)) (noflet (0 0 3))) "s operations for buffers" single ((:url . "http://github.com/nicferrier/emacs-s-buffer") (:keywords "lisp"))]) (s . [(20140910 334) nil "The long lost Emacs string manipulation library." single ((:keywords "strings"))]) (rvm . [(20150105 110) nil "Emacs integration for rvm" single ((:url . "http://www.emacswiki.org/emacs/RvmEl") (:keywords "ruby" "rvm"))]) (rust-mode . [(20150112 1120) nil "A major emacs mode for editing Rust source code" single ((:url . "https://github.com/rust-lang/rust") (:keywords "languages"))]) (runner . [(20140106 758) nil "Improved \"open with\" suggestions for dired" single ((:url . "https://github.com/thamer/runner") (:keywords "shell command" "dired" "file extension" "open with"))]) (ruby-tools . [(20140113 45) nil "Collection of handy functions for ruby-mode." tar nil]) (ruby-test-mode . [(20140727 204) ((ruby-mode (1 0))) "Minor mode for Behaviour and Test Driven" single ((:keywords "ruby" "unit" "test" "rspec"))]) (ruby-refactor . [(20140719 1645) ((ruby-mode (1 2))) "A minor mode which presents various Ruby refactoring helpers." single ((:url . "https://github.com/ajvargo/ruby-refactor") (:keywords "refactor" "ruby"))]) (ruby-interpolation . [(20131112 852) nil "Ruby string interpolation helpers" single ((:url . "http://github.com/leoc/ruby-interpolation.el"))]) (ruby-hash-syntax . [(20141010 839) nil "Toggle ruby hash syntax between classic and 1.9 styles" single ((:url . "https://github.com/purcell/ruby-hash-syntax") (:keywords "languages"))]) (ruby-guard . [(20141218 1914) nil "Launching guard directly inside emacs." single ((:url . "https://github.com/cheunghy/ruby-guard") (:keywords "ruby" "guard" "rails"))]) (ruby-end . [(20141215 423) nil "Automatic insertion of end blocks for Ruby" single ((:url . "http://github.com/rejeep/ruby-end") (:keywords "speed" "convenience" "ruby"))]) (ruby-electric . [(20131217 33) nil "Minor mode for electrically editing ruby code" single ((:url . "https://github.com/knu/ruby-electric.el") (:keywords "languages" "ruby"))]) (ruby-dev . [(20130811 151) nil "Interactive developement environment for Ruby." tar nil]) (ruby-compilation . [(20140620 217) ((inf-ruby (2 2 1))) "run a ruby process in a compilation buffer" single ((:url . "https://github.com/eschulte/rinari") (:keywords "test" "convenience"))]) (ruby-block . [(20131211 331) nil "highlight matching block" single ((:keywords "languages" "faces" "ruby"))]) (ruby-additional . [(20140729 41) ((emacs (24 3)) (ruby-mode (1 2))) "ruby-mode extensions yet to be merged into Emacs" tar ((:url . "http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/misc/") (:keywords "ruby" "languages"))]) (rubocop . [(20141221 1329) ((dash (1 0 0)) (emacs (24))) "An Emacs interface for RuboCop" single ((:url . "https://github.com/bbatsov/rubocop-emacs") (:keywords "project" "convenience"))]) (rtags . [(20150112 1522) nil "No description available." tar nil]) (rspec-mode . [(20150112 1919) ((ruby-mode (1 0)) (cl-lib (0 4))) "Enhance ruby-mode for RSpec" tar ((:url . "http://github.com/pezra/rspec-mode") (:keywords "rspec" "ruby"))]) (rsense . [(20100510 2105) nil "RSense client for Emacs" single ((:keywords "convenience"))]) (rpm-spec-mode . [(20140120 50) nil "RPM spec file editing commands for Emacs/XEmacs" single ((:keywords "unix" "languages"))]) (roy-mode . [(20121208 358) nil "Roy major mode" single ((:url . "https://github.com/folone/roy-mode") (:keywords "extensions"))]) (rotate . [(20140123 116) nil "Rotate the layout of emacs" single ((:url . "https://github.com/daic-h/emacs-rotate") (:keywords "window" "layout"))]) (rope-read-mode . [(20150115 343) nil "Rearrange lines to read text smoothly" single ((:url . "https://github.com/marcowahl/rope-read-mode") (:keywords "convenience"))]) (roguel-ike . [(20140227 729) ((popup (0 5 0))) "A coffee-break roguelike" tar nil]) (robe . [(20141120 1919) ((inf-ruby (2 3 0))) "Code navigation, documentation lookup and completion for Ruby" tar ((:url . "https://github.com/dgutov/robe") (:keywords "ruby" "convenience" "rails"))]) (rnc-mode . [(20121227 1502) nil "A major mode for editing RELAX NG Compact syntax." single nil]) (rings . [(20140102 1536) nil "Buffer rings. Like tabs, but better." single ((:url . "http://github.com/konr/rings") (:keywords "utilities" "productivity"))]) (rinari . [(20141021 827) ((ruby-mode (1 0)) (inf-ruby (2 2 5)) (ruby-compilation (0 16)) (jump (2 0))) "Rinari Is Not A Rails IDE" single ((:url . "https://github.com/eschulte/rinari") (:keywords "ruby" "rails" "project" "convenience" "web"))]) (rich-minority . [(20141225 820) ((cl-lib (0 5))) "Clean-up and Beautify the list of minor-modes." single ((:url . "http://github.com/Bruce-Connor/rich-minority") (:keywords "mode-line" "faces"))]) (rhtml-mode . [(20130422 611) nil "major mode for editing RHTML files" tar nil]) (rfringe . [(20110405 1520) nil "display the relative location of the region, in the fringe." single ((:url . "http://www.emacswiki.org/emacs/rfringe.el") (:keywords "fringe" "bitmap"))]) (revive . [(20150110 1819) nil "Resume Emacs" single nil]) (review-mode . [(20150110 612) nil "major mode for ReVIEW" single ((:url . "https://github.com/kmuto/review-el"))]) (reverse-theme . [(20141204 1745) nil "Reverse theme for Emacs" single ((:url . "https://github.com/syohex/emacs-reverse-theme"))]) (reveal-next . [(20150105 43) nil "Progressively reveal text after the cursor." single ((:url . "http://www.emacswiki.org/reveal-next.el") (:keywords "hide" "show" "invisible" "learning"))]) (reveal-in-finder . [(20140905 335) nil "Reveal file associated with buffer in OS X Finder" single ((:url . "https://github.com/kaz-yos/elisp") (:keywords "os x" "finder"))]) (restclient . [(20141230 352) nil "An interactive HTTP client for Emacs" single ((:keywords "http"))]) (requirejs-mode . [(20130215 1304) nil "Improved AMD module management" single ((:keywords "javascript" "amd" "requirejs"))]) (request-deferred . [(20130526 1015) ((deferred (0 3 1)) (request (0 2 0))) "Wrap request.el by deferred" single nil]) (request . [(20140316 417) nil "Compatible layer for URL request in Emacs" single nil]) (req-package . [(20141109 1208) ((use-package (1 0)) (dash (2 7 0)) (log4e (0 2 0))) "A use-package wrapper for package runtime dependencies management" single ((:url . "https://github.com/edvorg/req-package") (:keywords "dotemacs" "startup" "speed" "config" "package"))]) (replace-from-region . [(20140526 2223) nil "Replace commands whose query is from region" single ((:url . "http://www.emacswiki.org/emacs/download/replace-from-region.el") (:keywords "replace" "search" "region"))]) (replace+ . [(20150105 42) nil "Extensions to `replace.el'." single ((:url . "http://www.emacswiki.org/replace%2b.el") (:keywords "matching" "help" "internal" "tools" "local"))]) (repl-toggle . [(20140501 531) ((fullframe (0 0 5))) "Switch to/from repl buffer for current major-mode" single ((:keywords "repl" "buffers" "toggle"))]) (relax . [(20131029 1434) ((json (1 2))) "For browsing and interacting with CouchDB" single ((:url . "http://github.com/technomancy/relax.el") (:keywords "database" "http"))]) (relative-line-numbers . [(20141018 1252) ((emacs (24))) "Display relative line numbers on the margin" single ((:url . "https://github.com/Fanael/relative-line-numbers"))]) (relative-buffers . [(20141119 1335) ((cl-lib (0 5)) (dash (2 6 0)) (s (1 9 0)) (f (0 16 2))) "Emacs buffers naming convention" single ((:url . "https://github.com/proofit404/relative-buffers"))]) (register-channel . [(20141209 1028) nil "Jump around fast using registers" single ((:keywords "convenience"))]) (region-bindings-mode . [(20140407 1514) nil "Enable custom bindings when mark is active." single ((:url . "https://github.com/fgallina/region-bindings-mode") (:keywords "convenience"))]) (regex-tool . [(20131104 1434) nil "A regular expression evaluation tool for programmers" single ((:url . "http://www.newartisans.com/") (:keywords "regex" "languages" "programming" "development"))]) (regex-dsl . [(20100124 228) nil "lisp syntax for regexps" single nil]) (refheap . [(20140902 1402) ((json (1 2))) "A library for pasting to https://refheap.com" single ((:url . "https://github.com/Raynes/refheap.el"))]) (redshank . [(20120510 1230) nil "No description available." tar nil]) (redo+ . [(20131117 1151) nil "Redo/undo system for Emacs" single ((:keywords "lisp" "extensions"))]) (recursive-narrow . [(20140902 1027) nil "narrow-to-region that operates recursively" single ((:url . "http://github.com/nflath/recursive-narrow"))]) (rectangle-utils . [(20140621 2331) ((emacs (24)) (cl-lib (0 5))) "Some useful rectangle functions." single ((:url . "https://github.com/thierryvolpiatto/rectangle-utils"))]) (rect+ . [(20140117 608) nil "Extensions to rect.el" single ((:url . "https://github.com/mhayashi1120/Emacs-rectplus/raw/master/rect+.el") (:keywords "extensions" "data" "tools"))]) (recompile-on-save . [(20140317 1333) ((dash (1 1 0))) "Trigger recompilation on file save." single ((:url . "https://github.com/maio/recompile-on-save.el") (:keywords "convenience" "files" "processes" "tools"))]) (recentf-ext . [(20130130 2150) nil "Recentf extensions" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/download/recentf-ext.el") (:keywords "convenience" "files"))]) (rebox2 . [(20121113 500) nil "Handling of comment boxes in various styles." single ((:url . "https://github.com/lewang/rebox2"))]) (realgud . [(20150113 417) ((load-relative (1 0)) (list-utils (0 4 2)) (loc-changes (1 1)) (test-simple (1 0))) "A modular front-end for interacting with external debuggers" tar ((:url . "http://github.com/rocky/emacs-dbgr"))]) (readline-complete . [(20141016 228) nil "offers completions in shell mode" single nil]) (readability . [(20140715 1727) ((oauth (1 4)) (ov (1 0)) (emacs (24 3))) "Read articles from Readability in Emacs" single ((:url . "https://github.com/ShingoFukuyama/emacs-readability") (:keywords "readability" "oauth"))]) (react-snippets . [(20140120 1034) ((yasnippet (0 7 0))) "Yasnippets for React" tar nil]) (rdp . [(20120928 1854) nil "Recursive Descent Parser library" single ((:url . "https://github.com/skeeto/rdp"))]) (rdf-prefix . [(20141102 743) nil "Prefix lookup for RDF" single ((:keywords "convenience" "abbrev"))]) (rcirc-notify . [(20141015 2211) nil "libnotify popups" single ((:keywords "lisp" "rcirc" "irc" "notify" "growl"))]) (rcirc-groups . [(20140622 214) nil "an emacs buffer in rcirc-groups major mode" single ((:url . "http://tapoueh.org/emacs/rcirc-groups.html") (:keywords "comm" "convenience"))]) (rcirc-controls . [(20141019 136) nil "control sequences" single nil]) (rcirc-color . [(20140131 656) nil "color nicks" single ((:keywords "comm"))]) (rcirc-alertify . [(20140406 1819) ((alert (20140406 1353))) "Cross platform notifications for rcirc" single ((:keywords "comm" "convenience"))]) (rcirc-alert . [(20141127 247) nil "Configurable alert messages on top of RCIRC" tar ((:keywords "lisp" "rcirc" "irc" "alert" "awesome"))]) (rbenv . [(20141119 2349) nil "Emacs integration for rbenv" single ((:url . "https://github.com/senny/rbenv.el") (:keywords "ruby" "rbenv"))]) (rase . [(20120928 1345) nil "Run At Sun Event daemon" single ((:url . "https://github.com/m00natic/rase/") (:keywords "solar" "sunrise" "sunset" "midday" "midnight"))]) (rake . [(20150107 232) ((f (0 13 0)) (dash (1 5 0)) (cl-lib (0 5))) "Run rake commands" single ((:url . "https://github.com/asok/rake.el") (:keywords "rake" "ruby"))]) (rainbow-identifiers . [(20141102 726) ((emacs (24))) "Highlight identifiers according to their names" single ((:url . "https://github.com/Fanael/rainbow-identifiers"))]) (rainbow-delimiters . [(20141221 925) nil "Highlight brackets according to their depth" single ((:url . "https://github.com/Fanael/rainbow-delimiters") (:keywords "faces" "convenience" "lisp" "tools"))]) (rainbow-blocks . [(20140306 1033) nil "Block syntax highlighting for lisp code" single ((:url . "https://github.com/istib/rainbow-blocks"))]) (rails-new . [(20141221 49) nil "Handy emacs command for generating rails application." single ((:url . "https://github.com/cheunghy/rails-new") (:keywords "rails" "ruby"))]) (rails-log-mode . [(20140407 2125) nil "Major mode for viewing Rails log files" single ((:keywords "rails" "log"))]) (railgun . [(20121016 2257) nil "No description available." single nil]) (racket-mode . [(20150114 623) ((emacs (24 3))) "Major mode for Racket language." tar ((:url . "https://github.com/greghendershott/racket-mode"))]) (r-autoyas . [(20140101 710) ((ess (0)) (yasnippet (0 8 0))) "Provides automatically created yasnippets for R function argument lists." tar ((:url . "https://github.com/mlf176f2/r-autoyas.el") (:keywords "r" "yasnippet"))]) (quickrun . [(20150112 644) ((emacs (24)) (cl-lib (0 5))) "Run commands quickly" single ((:url . "https://github.com/syohex/emacs-quickrun"))]) (quickref . [(20130113 1500) ((dash (1 0 3)) (s (1 0 0))) "Display relevant notes-to-self in the echo area" single ((:url . "https://github.com/pd/quickref.el"))]) (quick-buffer-switch . [(20141112 252) nil "Quick switch to file or dir buffers." single ((:keywords "emacs" "configuration"))]) (quack . [(20130126 1623) nil "enhanced support for editing and running Scheme code" single nil]) (qml-mode . [(20130427 808) nil "Major mode for editing QT Declarative (QML) code." single ((:url . "https://github.com/coldnew/qml-mode") (:keywords "qml" "qt" "qt declarative"))]) (qiita . [(20140118 44) ((helm (1 5 9)) (markdown-mode (2 0))) "Qiita API Library for emacs" single ((:url . "https://github.com/gongo/qiita-el") (:keywords "qiita"))]) (pyvenv . [(20150110 421) nil "Python virtual environment interface" single ((:url . "http://github.com/jorgenschaefer/pyvenv") (:keywords "python" "virtualenv" "tools"))]) (python-mode . [(20150113 931) nil "Python major mode" tar nil]) (python-info . [(20141106 1351) nil "Python info manual for Emacs" tar nil]) (python-environment . [(20140321 1116) ((deferred (0 3 1))) "virtualenv API for Emacs Lisp" tar ((:keywords "applications" "tools"))]) (python-django . [(20141230 1031) nil "A Jazzy package for managing Django projects" single ((:url . "https://github.com/fgallina/python-django.el") (:keywords "languages"))]) (python-cell . [(20131029 1616) nil "Support for MATLAB-like cells in python mode" single ((:keywords "python" "matlab" "cell"))]) (pylint . [(20140729 1117) nil "minor mode for running `pylint'" single ((:keywords "languages" "python"))]) (pyenv-mode . [(20141110 1233) nil "Integrate pyenv with python-mode" single ((:url . "https://github.com/proofit404/pyenv-mode"))]) (pydoc-info . [(20110301 34) nil "Better Python support for info-lookup-symbol." tar nil]) (py-test . [(20141218 243) ((dash (2 9 0)) (f (0 17)) (emacs (24))) "A test runner for Python code." single ((:url . "https://github.com/Bogdanp/py-test.el") (:keywords "python" "testing" "py.test"))]) (py-isort . [(20141122 503) nil "Use isort to sort the imports in a Python buffer" single ((:url . "http://paetzke.me/project/py-isort.el"))]) (py-import-check . [(20130802 411) nil "Finds the unused python imports using importchecker" single ((:url . "https://github.com/psibi/emacs-py-import-check") (:keywords "python" "import" "check"))]) (py-gnitset . [(20140224 2010) nil "Run your Python tests any way you'd like" single ((:url . "https://www.github.com/quodlibetor/py-gnitset"))]) (py-autopep8 . [(20140908 31) nil "Use autopep8 to beautify a Python buffer" single ((:url . "http://paetzke.me/project/py-autopep8.el"))]) (px . [(20141006 548) nil "preview inline latex in any mode" single ((:url . "http://github.com/aaptel/preview-latex"))]) (pushbullet . [(20140809 532) ((grapnel (0 5 2)) (json (1 2))) "Emacs client for the PushBullet Android app" single ((:url . "http://www.github.com/theanalyst/revolver") (:keywords "convenience"))]) (purty-mode . [(20131004 1559) nil "Safely pretty-print greek letters, mathematical symbols, or anything else." single nil]) (purple-haze-theme . [(20141014 1929) ((emacs (24 0))) "an overtly purple color theme for Emacs24." single ((:url . "https://github.com/jasonm23/emacs-purple-haze-theme"))]) (purescript-mode . [(20140525 1952) nil "A PureScript editing mode" tar nil]) (puppetfile-mode . [(20131017 833) nil "Syntax highlighting for Puppetfiles" single nil]) (puppet-mode . [(20141014 728) ((emacs (24 1)) (pkg-info (0 4))) "Major mode for Puppet manifests" single ((:url . "https://github.com/lunaryorn/puppet-mode") (:keywords "languages"))]) (pungi . [(20141214 656) ((jedi (0 2 0 -3 2)) (pyvenv (1 4))) "Integrates jedi with virtualenv and buildout python environments" single ((:keywords "convenience"))]) (punctuality-logger . [(20141120 1231) nil "Punctuality logger for Emacs" single ((:url . "https://gitlab.com/elzair/punctuality-logger") (:keywords "reminder" "calendar"))]) (pt . [(20141018 828) nil "A front-end for pt, The Platinum Searcher." single ((:url . "https://github.com/bling/pt.el") (:keywords "pt" "ack" "ag" "grep" "search"))]) (psvn . [(20120401 1440) nil "Subversion interface for emacs" single nil]) (psession . [(20140829 217) ((emacs (24)) (cl-lib (0 5))) "Persistent save of elisp objects." single ((:url . "https://github.com/thierryvolpiatto/psession"))]) (psci . [(20150114 923) ((purescript-mode (13 10)) (dash (2 9 0)) (s (1 9 0)) (f (0 17 1)) (deferred (0 3 2))) "Major mode for purescript repl psci" tar ((:url . "https://github.com/ardumont/emacs-psci") (:keywords "purescript" "psci" "repl" "major" "mode"))]) (protobuf-mode . [(20091217 1755) nil "major mode for editing protocol buffers." single ((:keywords "google" "protobuf" "languages"))]) (prosjekt . [(20140822 453) ((dash (2 8 0))) "a software project tool for emacs" tar ((:url . "https://github.com/abingham/prosjekt"))]) (propfont-mixed . [(20150113 1411) ((emacs (24)) (cl-lib (0 5))) "Use proportional fonts with space-based indentation." single ((:url . "https://github.com/ikirill/propfont-mixed") (:keywords "faces"))]) (projmake-mode . [(20140909 729) ((dash (2 6 0))) "Project oriented automatic builder and error highlighter, flymake for projects" tar nil]) (projekt . [(20140424 333) ((emacs (24))) "some kind of staging for CVS" single nil]) (projector . [(20141121 1212) ((alert (1 1)) (projectile (0 11 0))) "Lightweight library for managing project/repository-aware shell and command buffers" single ((:url . "https://github.com/waymondo/projector"))]) (projectile-speedbar . [(20150113 1022) nil "No description available." single nil]) (projectile-rails . [(20150107 737) ((projectile (1 0 0 -3)) (inflections (1 1)) (inf-ruby (2 2 6)) (f (0 13 0)) (rake (0 3 2))) "Minor mode for Rails projects based on projectile-mode" single ((:url . "https://github.com/asok/projectile-rails") (:keywords "rails" "projectile"))]) (projectile . [(20150108 957) ((s (1 6 0)) (f (0 17 1)) (dash (1 5 0)) (pkg-info (0 4))) "Manage and navigate projects in Emacs easily" single ((:url . "https://github.com/bbatsov/projectile") (:keywords "project" "convenience"))]) (project-root . [(20110206 1230) nil "Define a project root and take actions based upon it." single nil]) (project-persist . [(20131030 1208) nil "A minor mode to allow loading and saving of project settings." tar nil]) (project-local-variables . [(20080502 1652) nil "Set project-local variables from a file." single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/ProjectLocalVariables") (:keywords "project" "convenience"))]) (project-explorer . [(20141102 1625) ((cl-lib (0 3)) (es-lib (0 3)) (es-windows (0 1)) (emacs (24))) "A project explorer sidebar" single ((:url . "https://github.com/sabof/project-explorer"))]) (prognth . [(20130920 1059) nil "Extend prog1 to arbitrary index" single ((:keywords "lisp"))]) (professional-theme . [(20140916 717) nil "Emacs port of Vim's professional theme" single ((:url . "https://github.com/juanjux/professional-theme") (:keywords "theme" "light" "professional"))]) (prodigy . [(20141109 252) ((s (1 8 0)) (dash (2 4 0)) (f (0 14 0)) (emacs (24))) "Manage external services from within Emacs" single ((:url . "http://github.com/rejeep/prodigy.el"))]) (processing-snippets . [(20140426 728) ((yasnippet (0 8 0))) "Snippets for processing-mode" tar nil]) (processing-mode . [(20141016 1321) nil "Major mode for Processing 2.0" single ((:url . "https://github.com/ptrv/processing2-emacs") (:keywords "languages" "snippets"))]) (proc-net . [(20130321 1712) nil "network process tools" single ((:url . "http://github.com/nicferrier/emacs-procnet") (:keywords "processes"))]) (pretty-symbols . [(20140814 259) nil "Draw tokens as Unicode glyphs." single ((:url . "http://github.com/drothlis/pretty-symbols") (:keywords "faces"))]) (pretty-sha-path . [(20141105 1026) nil "Prettify Guix/Nix store paths" single ((:url . "https://gitorious.org/alezost-emacs/pretty-sha-path") (:keywords "faces" "convenience"))]) (pretty-mode . [(20141207 1152) nil "Redisplay parts of the buffer as pretty symbols." single ((:url . "https://github.com/akatov/pretty-mode") (:keywords "pretty" "unicode" "symbols"))]) (pretty-lambdada . [(20150105 41) nil "Show the word `lambda' as the Greek letter." single ((:url . "http://www.emacswiki.org/pretty-lambdada.el") (:keywords "convenience" "display"))]) (preproc-font-lock . [(20141027 1332) nil "Highlight C-style preprocessor directives." single ((:url . "https://github.com/Lindydancer/preproc-font-lock") (:keywords "c" "languages" "faces"))]) (pp-c-l . [(20150105 39) nil "Display Control-l characters in a pretty way" single ((:url . "http://www.emacswiki.org/pp-c-l.el") (:keywords "display" "convenience" "faces"))]) (pp+ . [(20150105 38) nil "Extensions to `pp.el'." single ((:url . "http://www.emacswiki.org/pp%2b.el") (:keywords "lisp"))]) (powershell . [(20141214 939) nil "No description available." single nil]) (powerline-evil . [(20140517 1) ((evil (1 0 8)) (powerline (2 3))) "Utilities for better Evil support for Powerline" tar ((:url . "http://github.com/raugturi/powerline-evil/") (:keywords "evil" "mode-line" "powerline"))]) (powerline . [(20141125 726) ((cl-lib (0 2))) "Rewrite of Powerline" tar ((:url . "http://github.com/milkypostman/powerline/") (:keywords "mode-line"))]) (pow . [(20140420 106) ((emacs (24)) (cl-lib (0 5))) "pow (http://pow.cx/) manager for emacs" tar ((:url . "http://github.com/yukihr/emacs-pow") (:keywords "develop" "web" "pow"))]) (pov-mode . [(20120825 716) nil "Major mode for editing POV-Ray scene files." tar nil]) (pos-tip . [(20141122 512) nil "Show tooltip at point" single ((:keywords "tooltip"))]) (portage-navi . [(20141208 555) ((concurrent (0 3 1)) (ctable (0 1 2))) "portage viewer" single ((:url . "https://github.com/kiwanami/emacs-portage-navi") (:keywords "tools" "gentoo"))]) (popwin . [(20141227 2351) nil "Popup Window Manager." single ((:keywords "convenience"))]) (popup-switcher . [(20150106 1323) ((cl-lib (0 3)) (popup (0 5 2))) "switch to other buffers and files via popup." single ((:url . "https://github.com/kostafey/popup-switcher") (:keywords "popup" "switch" "buffers" "functions"))]) (popup-kill-ring . [(20131020 1154) ((popup (0 4)) (pos-tip (0 4))) "interactively insert item from kill-ring" single ((:url . "https://github.com/waymondo/popup-kill-ring") (:keywords "popup" "kill-ring" "pos-tip"))]) (popup-complete . [(20141108 1908) ((popup (0 5 0))) "completion with popup" single ((:url . "https://github.com/syohex/emacs-popup-complete"))]) (popup . [(20141215 349) ((cl-lib (0 3))) "Visual Popup User Interface" single ((:keywords "lisp"))]) (poporg . [(20140616 1453) nil "Pop a comment or string to an empty buffer for text editing" single ((:url . "https://github.com/QBobWatson/poporg") (:keywords "outlines" "tools"))]) (pophint . [(20141217 107) ((popup (0 5 0)) (log4e (0 2 0)) (yaxception (0 1))) "Provide navigation using pop-up tips, like Firefox's Vimperator Hint Mode" tar ((:url . "https://github.com/aki2o/emacs-pophint") (:keywords "popup"))]) (pony-mode . [(20140528 609) nil "Minor mode for working with Django Projects" tar nil]) (pomodoro . [(20140318 1049) nil "A timer for the Pomodoro Technique" single nil]) (polymode . [(20150105 931) ((emacs (24))) "Versatile multiple modes with extensive literate programming support" tar ((:url . "https://github.com/vitoshka/polymode") (:keywords "emacs"))]) (pointback . [(20100210 752) nil "Restore window points when returning to buffers" single ((:keywords "convenience"))]) (point-undo . [(20100504 829) nil "undo/redo position" single nil]) (point-stack . [(20140102 1223) nil "A forward/back stack for point" single nil]) (plsql . [(20121115 1043) nil "Programming support for PL/SQL code" single ((:url . "http://www.emacswiki.org/elisp/plsql.el") (:keywords "languages"))]) (plsense-direx . [(20140520 1308) ((direx (0 1 -3)) (plsense (0 3 2)) (log4e (0 2 0)) (yaxception (0 3 2))) "Perl Package Explorer" single ((:url . "https://github.com/aki2o/plsense-direx") (:keywords "perl" "convenience"))]) (plsense . [(20140519 1058) ((auto-complete (1 4 0)) (log4e (0 2 0)) (yaxception (0 2 0))) "provide interface for PlSense that is a development tool for Perl." single ((:url . "https://github.com/aki2o/emacs-plsense") (:keywords "perl" "completion"))]) (plim-mode . [(20140812 1713) nil "Major mode for editing Plim files" single ((:url . "http://github.com/dongweiming/plim-mode") (:keywords "markup" "language"))]) (plenv . [(20130706 2316) nil "A plenv wrapper for Emacs" single ((:keywords "emacs" "perl"))]) (plantuml-mode . [(20131031 1632) ((auto-complete (1 4))) "Major mode for plantuml" single ((:url . "https://github.com/wildsoul/plantuml-mode") (:keywords "uml" "ascii"))]) (planet-theme . [(20140328 630) ((emacs (24))) "A dark theme inspired by Gmail's 'Planets' theme of yore" single ((:url . "https://github.com/cmack/emacs-planet-theme") (:keywords "themes"))]) (pkgbuild-mode . [(20140331 946) nil "Interface to the ArchLinux package manager" single nil]) (pkg-info . [(20140610 630) ((epl (0 4))) "Information about packages" single ((:url . "https://github.com/lunaryorn/pkg-info.el") (:keywords "convenience"))]) (pixiv-novel-mode . [(20150109 2254) nil "Major mode for pixiv novel" single ((:keywords "novel" "pixiv"))]) (pivotal-tracker . [(20140805 501) nil "Interact with Pivotal Tracker through its API" single ((:url . "http://github.com/jxa/pivotal-tracker"))]) (pip-requirements . [(20150103 445) ((dash (2 8 0))) "A major mode for editing pip requirements files." single nil]) (pinot . [(20140211 1226) nil "Emacs interface to pinot-search" tar nil]) (pinboard-api . [(20140324 448) nil "Rudimentary http://pinboard.in integration" single ((:url . "https://github.com/danieroux/pinboard-api-el") (:keywords "pinboard" "www"))]) (pillar . [(20141112 1011) ((makey (0 3))) "Major mode for editing Pillar files" tar ((:url . "http://github.com/DamienCassou/pillar-mode") (:keywords "markup" "major-mode"))]) (pig-snippets . [(20130912 2324) ((yasnippet (0 8 0))) "Snippets for pig-mode" tar nil]) (pig-mode . [(20140617 1058) nil "Major mode for Pig files" single nil]) (picolisp-mode . [(20141128 422) nil "major mode for PicoLisp programming." single ((:url . "https://github.com/flexibeast/picolisp-mode") (:keywords "picolisp" "lisp" "programming"))]) (pianobar . [(20120128 1301) nil "thin wrapper for Pianobar, a Pandora Radio client" single ((:url . "http://github.com/agrif/pianobar.el"))]) (phpunit . [(20141024 314) ((s (1 9 0)) (f (0 16 0)) (pkg-info (0 5))) "Launch PHP unit tests using phpunit" single ((:url . "https://github.com/nlamirault/phpunit.el") (:keywords "php" "tests" "phpunit"))]) (php-refactor-mode . [(20140920 1411) nil "Minor mode to quickly and safely perform common refactorings" single ((:url . "https://github.com/keelerm84/php-refactor-mode.el") (:keywords "php" "refactor"))]) (php-mode . [(20150107 1517) nil "Major mode for editing PHP code" single ((:url . "https://github.com/ejmr/php-mode"))]) (php-eldoc . [(20140202 1141) nil "eldoc backend for php" tar ((:url . "https://github.com/sabof/php-eldoc"))]) (php-boris-minor-mode . [(20140209 1035) ((php-boris (0 0 1)) (highlight (0))) "a minor mode to evaluate PHP code in the Boris repl" single ((:url . "https://github.com/steckerhalter/php-boris-minor-mode") (:keywords "php" "repl" "eval"))]) (php-boris . [(20130527 121) nil "Run boris php REPL" single ((:keywords "php" "commint" "repl" "boris"))]) (php-auto-yasnippets . [(20141128 1411) ((php-mode (1 11)) (yasnippet (0 8 0))) "Creates snippets for PHP functions" tar ((:url . "https://github.com/ejmr/php-auto-yasnippets"))]) (php+-mode . [(20121129 1252) nil "A better PHP mode with Zend Framework 1 support." tar nil]) (phoenix-dark-pink-theme . [(20140717 1051) nil "Port of the Sublime Text 2 theme of the same name" single ((:url . "http://github.com/j0ni/phoenix-dark-pink"))]) (phoenix-dark-mono-theme . [(20130306 1215) nil "Monochromatic version of the Phoenix theme" single ((:url . "http://github.com/j0ni/phoenix-dark-mono"))]) (phi-search-migemo . [(20150112 2225) ((phi-search (2 1 1)) (migemo (1 9 1))) "migemo extension for phi-search" single ((:url . "http://hins11.yu-yake.com/"))]) (phi-search-mc . [(20150113 205) ((phi-search (2 0 0)) (multiple-cursors (1 2 1))) "multiple-cursors extension for phi-search" single ((:url . "https://github.com/knu/phi-search-mc.el") (:keywords "search" "cursors"))]) (phi-search-dired . [(20150112 2254) ((phi-search (2 2 0))) "interactive filtering for dired powered by phi-search" single ((:url . "http://hins11.yu-yake.com/"))]) (phi-search . [(20150114 929) nil "another incremental search & replace, compatible with \"multiple-cursors\"" tar ((:url . "http://hins11.yu-yake.com/"))]) (phi-rectangle . [(20141120 717) nil "another rectangle-mark command (rewrite of rect-mark)" single ((:url . "http://hins11.yu-yake.com/"))]) (phi-grep . [(20150101 634) ((cl-lib (0 1))) "Interactively-editable recursive grep implementation in elisp" single ((:url . "http://hins11.yu-yake.com/"))]) (phi-autopair . [(20141008 2041) ((paredit (20))) "another simple-minded autopair implementation" single ((:url . "http://hins11.yu-yake.com/"))]) (ph . [(20130312 1137) ((emacs (24 3))) "A global minor mode for managing multiple projects." tar nil]) (pgdevenv . [(20150105 1436) nil "Manage your PostgreSQL development envs" tar ((:keywords "emacs" "postgresql" "development" "environment" "shell" "debug" "gdb"))]) (pg . [(20130731 1442) nil "Emacs Lisp interface to the PostgreSQL RDBMS" single ((:keywords "data" "comm" "database" "postgresql"))]) (perspective . [(20150105 1331) ((cl-lib (0 5))) "switch between named \"perspectives\" of the editor" single ((:url . "http://github.com/nex3/perspective-el") (:keywords "workspace" "convenience" "frames"))]) (persp-projectile . [(20141207 115) ((perspective (1 9)) (projectile (0 11 0)) (cl-lib (0 3))) "Perspective integration with Projectile" single ((:keywords "project" "convenience"))]) (persp-mode . [(20150104 527) nil "\"perspectives\" + save/load + shared among frames - bugs." single ((:url . "https://github.com/Bad-ptr/persp-mode.el") (:keywords "perspectives" "session"))]) (persistent-soft . [(20140508 1341) ((pcache (0 2 3)) (list-utils (0 4 2))) "Persistent storage, returning nil on failure" single ((:url . "http://github.com/rolandwalker/persistent-soft") (:keywords "data" "extensions"))]) (perlbrew . [(20130127 324) nil "A perlbrew wrapper for Emacs" single ((:keywords "emacs" "perl"))]) (perl-completion . [(20090527 2336) nil "No description available." single nil]) (peg . [(20130320 158) nil "Parsing Expression Grammars in Emacs Lisp" single nil]) (peep-dired . [(20140901 210) nil "Peep at files in another window from dired buffers" single ((:keywords "files" "convenience"))]) (peek-mode . [(20130620 1246) ((elnode (0 9 8 1))) "Serve buffers live over HTTP with elnode backend" tar ((:url . "https://github.com/erikriverson/peek-mode"))]) (peacock-theme . [(20141115 2302) ((emacs (24 0))) "an Emacs 24 theme based on Peacock (tmTheme)" single ((:url . "https://github.com/emacsfodder/tmtheme-to-deftheme"))]) (pcsv . [(20131110 750) nil "Parser of csv" single ((:url . "https://github.com/mhayashi1120/Emacs-pcsv/raw/master/pcsv.el") (:keywords "data"))]) (pcre2el . [(20140724 36) ((cl-lib (0 3))) "parse, convert, and font-lock PCRE, Emacs and rx regexps" single ((:url . "https://github.com/joddie/pcre2el"))]) (pcomplete-extension . [(20140604 947) ((emacs (24)) (cl-lib (0 5))) "additional completion for pcomplete" single ((:url . "https://github.com/thierryvolpiatto/pcomplete-extension"))]) (pcmpl-pip . [(20141024 148) nil "pcomplete for pip" single ((:keywords "pcomplete" "pip" "python" "tools"))]) (pcmpl-homebrew . [(20141024 48) nil "pcomplete for homebrew" single ((:keywords "pcomplete" "homebrew" "tools"))]) (pcmpl-git . [(20140218 1804) nil "pcomplete for git" tar ((:keywords "tools"))]) (pcmpl-args . [(20120911 2224) nil "Enhanced shell command completion" single ((:url . "https://github.com/JonWaltman/pcmpl-args.el") (:keywords "abbrev" "completion" "convenience" "processes" "terminals" "unix"))]) (pcache . [(20131201 1159) ((eieio (1 3))) "persistent caching for Emacs" single nil]) (pbcopy . [(20150114 303) nil "Emacs Interface to pbcopy" single ((:url . "https://github.com/jkp/pbcopy.el") (:keywords "mac" "osx" "pbcopy"))]) (paxedit . [(20141202 2053) ((cl-lib (0 5)) (paredit (23))) "Structured, Context Driven LISP Editing and Refactoring" single ((:url . "https://github.com/promethial/paxedit") (:keywords "lisp" "refactoring" "context"))]) (path-headerline-mode . [(20140423 632) nil "Displaying file path on headerline." single ((:url . "https://github.com/7696122/path-headerline-mode") (:keywords "headerline"))]) (pastels-on-dark-theme . [(20120304 1022) nil "Pastels on Dark theme for Emacs 24" single ((:url . "http://gist.github.com/1906662") (:keywords "theme" "color"))]) (pastehub . [(20140614 2320) nil "A client for the PasteHub cloud service" single ((:url . "https://github.com/kiyoka/pastehub"))]) (pastebin . [(20101125 1955) nil "A simple interface to the www.pastebin.com webservice" single nil]) (password-vault . [(20131105 1703) ((cl-lib (0 2)) (emacs (24))) "A Password manager for Emacs." single ((:url . "http://github.com/PuercoPop/password-vault.el") (:keywords "password" "productivity"))]) (password-store . [(20150108 1336) ((dash (1 5 0)) (f (0 11 0)) (s (1 9 0))) "Password store (pass) support" single ((:keywords "pass"))]) (passthword . [(20141201 123) ((cl-lib (0 5))) "Simple password manager" single nil]) (parsebib . [(20150102 215) ((emacs (24 3))) "A library for parsing bib files" single ((:keywords "text" "bibtex"))]) (parse-csv . [(20140203 116) nil "Parse strings with CSV fields into s-expressions" single ((:url . "https://github.com/mrc/el-csv") (:keywords "csv"))]) (parent-mode . [(20141013 1041) nil "get major mode's parent modes" single ((:url . "https://github.com/Fanael/parent-mode"))]) (parenface . [(20141125 828) nil "Provide a face for parens in lispy modes." tar nil]) (paren-face . [(20141206 1208) nil "a face for parentheses in lisp modes" single ((:url . "http://github.com/tarsius/paren-face"))]) (paredit-menu . [(20130923 1254) nil "Adds a menu to paredit.el as memory aid" single ((:keywords "paredit"))]) (paredit-everywhere . [(20140906 210) ((paredit (22))) "Enable some paredit features in non-lisp buffers" single ((:keywords "languages" "convenience"))]) (paredit . [(20141206 954) nil "minor mode for editing parentheses" single ((:keywords "lisp"))]) (paradox . [(20150110 1628) ((emacs (24 4)) (dash (2 6 0)) (cl-lib (0 5)) (json (1 3)) (let-alist (1 0 3))) "A modern Packages Menu. Colored, with package ratings, and customizable." single ((:url . "http://github.com/Bruce-Connor/paradox") (:keywords "package" "packages" "mode-line"))]) (pangu-spacing . [(20140627 1852) nil "Minor-mode to add space between Chinese and English characters." single ((:url . "http://github.com/coldnew/pangu-spacing"))]) (pandoc-mode . [(20150108 1429) nil "Minor mode for interacting with Pandoc" tar ((:keywords "text" "pandoc"))]) (pallet . [(20141216 1343) ((s (1 9 0)) (f (0 17 1)) (cask (0 7))) "A package management tool for Emacs, using Cask." tar nil]) (palimpsest . [(20130731 821) nil "Various deletion strategies when editing" single nil]) (palette . [(20150105 37) ((hexrgb (0))) "Color palette useful with RGB, HSV, and color names" single ((:url . "http://www.emacswiki.org/palette.el") (:keywords "color" "rgb" "hsv" "hexadecimal" "face" "frame"))]) (pager-default-keybindings . [(20130719 1357) ((pager (1 0))) "Add the default keybindings suggested for pager.el" single ((:url . "http://github.com/nflath/pager-default-keybindings"))]) (pager . [(20100330 1131) nil "windows-scroll commands" single nil]) (page-break-lines . [(20141228 1130) nil "Display ugly ^L page breaks as tidy horizontal lines" single ((:url . "https://github.com/purcell/page-break-lines") (:keywords "convenience" "faces"))]) (packed . [(20150101 829) ((cl-lib (0 5))) "package manager agnostic Emacs Lisp package utilities" single ((:url . "https://github.com/tarsius/packed") (:keywords "compile" "convenience" "lisp" "package" "library"))]) (package-utils . [(20141005 628) ((epl (0 7 -3))) "Extensions for package.el" single ((:url . "https://github.com/Silex/package-utils") (:keywords "package" "convenience"))]) (package-safe-delete . [(20141221 655) ((emacs (24)) (epl (0 7 -3))) "Safely delete package.el packages" single ((:url . "https://github.com/Fanael/package-safe-delete"))]) (package-filter . [(20140105 1426) nil "special handling for package.el" single ((:url . "https://github.com/milkypostman/package-filter"))]) (package-build . [(20150107 748) ((cl-lib (0 5))) "Tools for assembling a package archive" single ((:keywords "tools"))]) (package+ . [(20141124 1756) nil "Extensions for the package library." single ((:url . "TBA") (:keywords "extensions" "tools"))]) (pabbrev . [(20141021 1434) nil "Predictive abbreviation expansion" single nil]) (p4 . [(20150112 1403) nil "Simple Perforce-Emacs Integration" single ((:url . "https://github.com/gareth-rees/p4.el"))]) (ox-twiki . [(20140120 2239) ((org (8))) "org Twiki and Foswiki export" single ((:url . "https://github.com/dfeich/org8-wikiexporters") (:keywords "org"))]) (ox-twbs . [(20141225 2331) nil "Bootstrap compatible HTML Back-End for Org" single ((:url . "https://github.com/marsmining/ox-twbs") (:keywords "org" "html" "publish" "twitter" "bootstrap"))]) (ox-tiddly . [(20131124 804) ((org (8))) "org TiddlyWiki exporter" single ((:url . "https://github.com/dfeich/org8-wikiexporters") (:keywords "org"))]) (ox-textile . [(20140215 607) ((org (8 1))) "Textile Back-End for Org Export Engine" single ((:url . "https://github.com/yashi/org-textile") (:keywords "org" "textile"))]) (ox-rst . [(20150112 834) ((emacs (24 4)) (org (8 2 4))) "Export reStructuredText using org-mode." single ((:url . "https://github.com/masayuko/ox-rst") (:keywords "org" "rst" "rest" "restructuredtext"))]) (ox-reveal . [(20140710 811) ((org (8 0))) "reveal.js Presentation Back-End for Org Export Engine" single ((:keywords "outlines" "hypermedia" "slideshow" "presentation"))]) (ox-pukiwiki . [(20140215 609) ((org (8 1))) "Pukiwiki Back-End for Org Export Engine" single ((:url . "https://github.com/yashi/org-pukiwiki") (:keywords "org" "pukiwiki"))]) (ox-pandoc . [(20140818 2127) ((org (8 2)) (emacs (24)) (dash (2 8)) (ht (2 0))) "org exporter for pandoc." single ((:url . "https://github.com/kawabata/ox-pandoc") (:keywords "tools"))]) (ox-nikola . [(20141215 351) ((emacs (24 4)) (org (8 2 4)) (ox-rst (0 2))) "Export Nikola articles using org-mode." single ((:url . "https://github.com/masayuko/ox-nikola") (:keywords "org" "nikola"))]) (ox-impress-js . [(20150101 303) ((org (8))) "impress.js Back-End for Org Export Engine" tar ((:url . "https://github.com/kinjo/org-impress-js.el") (:keywords "outlines" "hypermedia" "calendar" "wp"))]) (ox-html5slide . [(20131227 2206) ((org (8 0))) "Export org-mode to HTML5 slide." single ((:url . "http://github.com/coldnew/org-html5slide") (:keywords "html" "presentation"))]) (ox-gfm . [(20141211 240) nil "Github Flavored Markdown Back-End for Org Export Engine" single ((:keywords "org" "wp" "markdown" "github"))]) (ox-asciidoc . [(20140215 610) ((org (8 1))) "AsciiDoc Back-End for Org Export Engine" single ((:url . "https://github.com/yashi/org-asciidoc") (:keywords "org" "asciidoc"))]) (owdriver . [(20141011 738) ((smartrep (0 0 3)) (log4e (0 2 0)) (yaxception (0 2 0))) "Quickly perform various actions on other windows" single ((:url . "https://github.com/aki2o/owdriver") (:keywords "convenience"))]) (overseer . [(20150111 2136) ((emacs (24)) (dash (2 10 0)) (pkg-info (0 4))) "Ert-runner Integration Into Emacs" single ((:url . "http://www.github.com/tonini/overseer.el"))]) (ov . [(20140817 552) ((emacs (24 3))) "Overlay library for Emacs Lisp" single ((:url . "https://github.com/ShingoFukuyama/ov.el") (:keywords "overlay"))]) (outshine . [(20141221 1805) ((outorg (2 0))) "outline with outshine outshines outline" single ((:url . "https://github.com/tj64/outshine"))]) (outorg . [(20150111 626) nil "Org-style comment editing" single ((:url . "https://github.com/tj64/outorg"))]) (outlined-elisp-mode . [(20131108 327) nil "outline-minor-mode settings for emacs lisp" single ((:url . "http://hins11.yu-yake.com/"))]) (outline-magic . [(20130813 1333) nil "outline mode extensions for Emacs" single ((:keywords "outlines"))]) (otter-mode . [(20121202 903) nil "Major mode for source files of the Otter automated theorem prover" single ((:url . "https://github.com/scvalex/script-fu/blob/master/otter-mode.el"))]) (osx-pseudo-daemon . [(20131026 1730) nil "Daemon mode that plays nice with OSX." single ((:url . "https://github.com/DarwinAwardWinner/osx-pseudo-daemon") (:keywords "convenience" "osx"))]) (osx-plist . [(20101130 448) nil "Apple plist file parser" single ((:keywords "convenience"))]) (osx-location . [(20130907 133) nil "Watch and respond to changes in geographical location on OS X" tar nil]) (osx-dictionary . [(20150111 425) ((cl-lib (0 5)) (chinese-word-at-point (0 1))) "Interface for OSX Dictionary.app" tar ((:url . "https://github.com/xuchunyang/osx-dictionary.el") (:keywords "dictionary"))]) (osx-clipboard . [(20141012 17) nil "Use the OS X clipboard from terminal Emacs" single ((:url . "https://github.com/joddie/osx-clipboard-mode"))]) (osx-browse . [(20140508 1341) ((string-utils (0 3 2)) (browse-url-dwim (0 6 6))) "Web browsing helpers for OS X" single ((:url . "http://github.com/rolandwalker/osx-browse") (:keywords "hypermedia" "external"))]) (origami . [(20141122 1357) ((s (1 9 0)) (dash (2 5 0)) (emacs (24))) "Flexible text folding" tar ((:url . "https://github.com/gregsexton/") (:keywords "folding"))]) (orgtbl-show-header . [(20141023 137) nil "Show the header of the current column in the minibuffer" single nil]) (orgtbl-ascii-plot . [(20150109 1219) ((org (7))) "ascii-art bar plots in org-mode tables" single ((:keywords "org" "table" "ascii" "plot"))]) (orgtbl-aggregate . [(20150104 818) nil "Create an aggregated Org table from another one" tar ((:keywords "org" "table" "aggregation" "filtering"))]) (orglue . [(20130912 1842) ((org (8 1)) (epic (0 1)) (org-mac-link (1 2))) "more functionality to org-mode." tar ((:keywords "org"))]) (orglink . [(20141207 533) ((dash (1 3 2)) (org (8 0))) "use Org Mode links in other modes" single ((:url . "http://github.com/tarsius/orglink") (:keywords "hypertext"))]) (orgit . [(20150111 1327) ((cl-lib (0 5)) (dash (2 9 0)) (magit (2 1 0)) (org (8))) "support for Org links to Magit buffers" single ((:url . "https://github.com/magit/orgit"))]) (orgbox . [(20140528 1826) ((org (8 0)) (cl-lib (0 5))) "Mailbox-like task scheduling Org." single ((:url . "https://github.com/yasuhito/orgbox") (:keywords "org"))]) (organic-green-theme . [(20141028 241) nil "Low-contrast green color theme." single nil]) (org2blog . [(20150114 2301) ((org (8 1)) (xml-rpc (1 6 8)) (metaweblog (0 1))) "Blog from Org mode to wordpress" tar nil]) (org-wc . [(20141031 2320) nil "Count words in org mode trees." single nil]) (org-vcard . [(20141203 2154) nil "org-mode support for vCard export and import." tar ((:url . "https://github.com/flexibeast/org-vcard") (:keywords "outlines" "org" "vcard"))]) (org-trello . [(20141213 327) ((request-deferred (0 1 0)) (deferred (0 3 2)) (s (1 9 0)) (dash (2 8 0)) (emacs (24))) "Minor mode to synchronize org-mode buffer and trello board" tar nil]) (org-transform-tree-table . [(20150110 633) ((dash (2 10 0)) (s (1 3 0))) "Transform org-mode tree with properties to a table, and the other way around" single ((:url . "https://github.com/jplindstrom/emacs-org-transform-tree-table") (:keywords "org-mode" "table" "org-table" "tree" "csv" "convert"))]) (org-toodledo . [(20140331 606) nil "Toodledo integration for Emacs Org mode" tar ((:keywords "outlines" "data"))]) (org-toc . [(20141110 650) nil "add table of contents to org-mode files" single ((:url . "https://github.com/snosov1/org-toc") (:keywords "org-mode" "org" "toc" "table" "of" "contents"))]) (org-screenshot . [(20140503 1234) ((org (7))) "screenshots integrated with org attachment dirs" single ((:url . "https://github.com/dfeich/org-screenshot") (:keywords "org"))]) (org-repo-todo . [(20141204 1341) nil "Simple repository todo management with org-mode" single ((:url . "https://github.com/waymondo/org-repo-todo") (:keywords "convenience"))]) (org-redmine . [(20140117 10) ((anything (0))) "Redmine tools using Emacs OrgMode" single ((:url . "https://github.com/gongo/org-redmine") (:keywords "redmine"))]) (org-readme . [(20130508 705) ((http-post-simple (1 0)) (yaoddmuse (0 1 1)) (header2 (21 0)) (lib-requires (21 0))) "Integrates Readme.org and Commentary/Change-logs." tar ((:url . "https://github.com/mlf176f2/org-readme") (:keywords "header2" "readme.org" "emacswiki" "git"))]) (org-protocol-jekyll . [(20130810 1450) nil "Jekyll's handler for org-protocol" single nil]) (org-projectile . [(20150104 938) ((projectile (0 11 0))) "Repository todo management for org-mode" single ((:url . "https://github.com/IvanMalison/org-projectile") (:keywords "org" "projectile" "todo"))]) (org-present . [(20141109 1756) ((org (7))) "Minimalist presentation minor-mode for Emacs org-mode." single ((:url . "https://github.com/rlister/org-present"))]) (org-pomodoro . [(20140908 646) ((alert (0 5 10))) "Pomodoro implementation for org-mode." tar nil]) (org-pandoc . [(20130729 1850) nil "Export from Org using Pandoc" tar nil]) (org-page . [(20141226 558) ((ht (1 5)) (mustache (0 22)) (htmlize (1 47)) (org (8 0)) (dash (2 0 0))) "a static site generator based on org mode" tar nil]) (org-outlook . [(20140807 714) nil "Outlook org" tar ((:url . "https://github.com/mlf176f2/org-outlook.el") (:keywords "org-outlook"))]) (org-octopress . [(20141222 2346) ((org (8 0)) (orglue (0 1)) (ctable (0 1 1))) "Compose octopress articles using org-mode." tar ((:keywords "org" "jekyll" "octopress" "blog"))]) (org-mobile-sync . [(20131118 1116) ((emacs (24 3 50)) (org (8 0))) "automatically sync org-mobile on changes" single ((:url . "https://github.com/steckerhalter/org-mobile-sync") (:keywords "org-mode" "org" "mobile" "sync" "todo"))]) (org-magit . [(20140815 1343) ((magit (1 2 0)) (org (6 1))) "basic support for magit links" single ((:keywords "git" "magit" "outlines"))]) (org-mac-link . [(20141015 608) nil "Insert org-mode links to items selected in various Mac apps" single ((:keywords "org" "mac" "hyperlink"))]) (org-mac-iCal . [(20140107 519) nil "Imports events from iCal.app to the Emacs diary" single ((:keywords "outlines" "calendar"))]) (org-linkany . [(20140314 1108) ((log4e (0 2 0)) (yaxception (0 1))) "Insert link using anything.el/helm.el on org-mode" single ((:url . "https://github.com/aki2o/org-linkany") (:keywords "org" "completion"))]) (org-link-travis . [(20140405 1627) ((org (7))) "Insert/Export the link of Travis CI on org-mode" single ((:url . "https://github.com/aki2o/org-link-travis") (:keywords "org"))]) (org-journal . [(20141220 21) nil "a simple org-mode based journaling mode" single ((:url . "http://github.com/bastibe/org-journal"))]) (org-jira . [(20141020 1857) nil "Syncing between Jira and Org-mode." tar ((:url . "https://github.com/baohaojun/org-jira"))]) (org-jekyll . [(20130508 239) ((org (8 0))) "Export jekyll-ready posts form org-mode entries" single ((:url . "http://juanreyero.com/open/org-jekyll/") (:keywords "hypermedia"))]) (org-grep . [(20140214 2022) nil "Kind of M-x rgrep adapted for Org mode." single ((:url . "https://github.com/pinard/org-grep"))]) (org-gnome . [(20140111 813) ((notify (2010 8 20)) (telepathy (0 1)) (gnome-calendar (0 1))) "Orgmode integration with the GNOME desktop" single ((:keywords "org" "gnome"))]) (org-gcal . [(20140606 2022) ((request-deferred (0 2 0)) (alert (1 1)) (emacs (24)) (cl-lib (0 5)) (org (8 2 4))) "Org sync with Google Calendar" single ((:url . "https://github.com/myuhe/org-gcal.el") (:keywords "convenience"))]) (org-fstree . [(20090723 819) nil "include a filesystem subtree into an org file" single ((:url . "http://www.burtzlaff.de/org-fstree/org-fstree.el") (:keywords "org-mode" "filesystem" "tree"))]) (org-elisp-help . [(20130423 1545) ((cl-lib (0 2)) (org (8 0))) "org links to emacs-lisp documentation" single ((:url . "https://github.com/tarsius/org-elisp-help") (:keywords "org" "remember" "lisp"))]) (org-ehtml . [(20140524 1124) ((web-server (20140109 2200)) (emacs (24 3))) "Export Org-mode files as editable web pages" tar nil]) (org-dropbox . [(20150113 2109) ((dash (2 2)) (names (20150000)) (emacs (24))) "move Dropbox notes from phone into org-mode datetree" single ((:url . "https://github.com/heikkil/org-dropbox") (:keywords "dropbox" "android" "notes" "org-mode"))]) (org-drill-table . [(20140117 137) ((s (1 7 0)) (dash (2 2 0)) (cl-lib (0 3)) (org-plus-contrib (8 2)) (emacs (24 1))) "Generate drill cards from org tables" single nil]) (org-dotemacs . [(20150107 1909) ((org (7 9 3)) (cl-lib (1 0))) "Store your emacs config as an org file, and choose which bits to load." single ((:url . "https://github.com/vapniks/org-dotemacs") (:keywords "local"))]) (org-cua-dwim . [(20120202 2134) nil "Org-mode and Cua mode compatibility layer" single ((:keywords "org-mode" "cua-mode"))]) (org-context . [(20150101 604) nil "Contextual capture and agenda commands for Org-mode" single ((:url . "https://github.com/thisirs/org-context") (:keywords "org" "capture" "agenda" "convenience"))]) (org-cliplink . [(20150104 1238) nil "insert org-mode link for URL from the clipboard" single ((:url . "http://github.com/rexim/org-cliplink"))]) (org-caldav . [(20150105 1251) ((org (7))) "Sync org files with external calendar through CalDAV" single ((:keywords "calendar" "caldav"))]) (org-bullets . [(20140918 1137) nil "Show bullets in org-mode as UTF-8 characters" single ((:url . "https://github.com/sabof/org-bullets"))]) (org-beautify-theme . [(20150106 956) nil "A sub-theme to make org-mode more beautiful." single ((:keywords "org" "theme"))]) (org-autolist . [(20141217 2130) nil "Improved list management in org-mode" single ((:url . "https://github.com/calvinwyoung/org-autolist") (:keywords "lists" "checklists" "org-mode"))]) (org-agenda-property . [(20140626 1416) ((emacs (24 2))) "Display org properties in the agenda buffer." single ((:url . "http://github.com/Bruce-Connor/org-agenda-property") (:keywords "calendar"))]) (org-ac . [(20140302 413) ((auto-complete-pcmp (0 0 1)) (log4e (0 2 0)) (yaxception (0 1))) "Some auto-complete sources for org-mode" single ((:url . "https://github.com/aki2o/org-ac") (:keywords "org" "completion"))]) (operate-on-number . [(20140522 430) nil "Operate on number at point with arithmetic functions" single ((:url . "https://github.com/knu/operate-on-number.el") (:keywords "editing"))]) (openwith . [(20120531 1436) nil "Open files with external programs" single ((:url . "https://bitbucket.org/jpkotta/openwith") (:keywords "files" "processes"))]) (openstack-cgit-browse-file . [(20130819 227) nil "Browse the current file in OpenStack cgit" single ((:url . "https://github.com/chmouel/openstack-cgit-browse-file") (:keywords "convenience" "vc" "git" "cgit" "gerrit" "openstack"))]) (open-junk-file . [(20130131 720) nil "Open a junk (memo) file to try-and-error" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/download/open-junk-file.el") (:keywords "convenience" "tools"))]) (oneonone . [(20150105 114) ((hexrgb (0))) "Frame configuration that uses one frame per window." single ((:url . "http://www.emacswiki.org/oneonone.el") (:keywords "local" "frames"))]) (on-screen . [(20140502 2010) ((cl-lib (0))) "guide your eyes while scrolling" single ((:url . "https://github.com/michael-heerdegen/on-screen.el") (:keywords "convenience"))]) (omnisharp . [(20150107 850) ((json (1 2)) (flycheck (0 21)) (dash (20141201 2206)) (auto-complete (1 4)) (popup (0 5 1)) (csharp-mode (0 8 7)) (cl-lib (0 5))) "Omnicompletion (intellisense) and more for C#" tar ((:url . "https://github.com/sp3ctum/omnisharp-emacs") (:keywords "csharp" "c#" "ide" "auto-complete" "intellisense"))]) (omniref . [(20140222 1226) nil "Omniref Ruby documentation search engine interface" single ((:url . "http://github.org/dotemacs/omniref.el") (:keywords "docs" "help" "tools"))]) (om-mode . [(20140915 1410) nil "Insert Om component template with life cycle." single ((:keywords "clojurescript"))]) (olivetti . [(20141016 1807) nil "Minor mode for a nice writing environment" single ((:keywords "wp"))]) (oldlace-theme . [(20141023 1004) ((emacs (24))) "Emacs 24 theme with an 'oldlace' background." single nil]) (offlineimap . [(20130331 741) nil "Run OfflineIMAP from Emacs" single ((:url . "http://julien.danjou.info/offlineimap-el.html"))]) (octomacs . [(20130919 1915) nil "Octopress interface for Emacs" single ((:url . "http://technosorcery.net"))]) (ocp-indent . [(20150105 1816) nil "automatic indentation with ocp-indent" single ((:url . "http://www.typerex.org/ocp-indent.html") (:keywords "ocaml" "languages"))]) (occur-x . [(20130610 643) nil "Extra functionality for occur" single ((:keywords "occur" "search" "convenience"))]) (occur-context-resize . [(20140826 1249) nil "dynamically resize context around matches in occur-mode" single ((:url . "https://github.com/dgtized/occur-context-resize.el") (:keywords "matching"))]) (occidental-theme . [(20130312 1258) nil "Custom theme for faces based on Adwaita" single ((:url . "http://github.com/olcai/occidental-theme"))]) (obsidian-theme . [(20140420 943) nil "port of the eclipse obsidian theme" single ((:url . "http://github.com/mswift42/obsidian-theme"))]) (objc-font-lock . [(20141021 1122) nil "Highlight Objective-C method calls." single ((:url . "https://github.com/Lindydancer/objc-font-lock") (:keywords "languages" "faces"))]) (oberon . [(20120715 209) nil "Major mode for editing Oberon/Oberon-2 program texts" single ((:keywords "oberon" "oberon-2" "languages" "oop"))]) (ob-translate . [(20130718 729) ((google-translate (0 4)) (org (8))) "Translation of text blocks in org-mode." single ((:url . "https://github.com/krisajenkins/ob-translate") (:keywords "org" "babel" "translate" "translation"))]) (ob-sml . [(20130829 1143) ((sml-mode (6 4))) "org-babel functions for template evaluation" single ((:url . "http://orgmode.org") (:keywords "literate programming" "reproducible research"))]) (ob-mongo . [(20130718 732) ((org (8))) "Execute mongodb queries within org-mode blocks." single ((:url . "https://github.com/krisajenkins/ob-mongo") (:keywords "org" "babel" "mongo" "mongodb"))]) (ob-browser . [(20150101 710) ((org (8))) "Render HTML in org-mode blocks." tar ((:url . "https://github.com/krisajenkins/ob-browser") (:keywords "org" "babel" "browser" "phantomjs"))]) (oauth . [(20130127 1751) nil "Oauth library." tar ((:keywords "comm"))]) (o-blog . [(20140711 832) nil "" tar ((:keywords "emacs"))]) (nyan-prompt . [(20140809 2208) nil "Nyan Cat on the eshell prompt." tar ((:url . "http://github.com/PuercoPop/nyan-prompt") (:keywords "nyan" "cat" "lulz" "eshell" "rainbow dependencies ((rx 0))"))]) (nyan-mode . [(20140801 1329) nil "Nyan Cat shows position in current buffer in mode-line." tar ((:url . "http://nyan-mode.buildsomethingamazing.com") (:keywords "nyan" "cat" "lulz" "pop tart cat" "build something amazing"))]) (nvm . [(20140121 540) ((s (1 8 0)) (dash (2 4 0)) (f (0 14 0))) "Manage Node versions within Emacs" single ((:url . "http://github.com/rejeep/nvm.el") (:keywords "node" "nvm"))]) (nummm-mode . [(20131117 214) nil "Display the number of minor modes instead of their names" single ((:url . "http://github.com/agpchil/nummm-mode"))]) (number . [(20141127 1004) nil "Working with numbers at point." single nil]) (nu-mode . [(20141109 1444) ((undo-tree (0 6 5)) (helm (20140902 1005))) "Modern Emacs Prompts Based Keybinding." tar nil]) (nsis-mode . [(20130723 1928) nil "NSIS-mode" tar ((:url . "http://github.com/mlf176f2/nsis-mode") (:keywords "nsis"))]) (nrepl-sync . [(20140807 854) ((cider (0 6))) "connect to nrepl port and eval .sync.clj." single ((:url . "https://github.com/phillord/lein-sync"))]) (nrepl-ritz . [(20130516 1039) ((nrepl (0 1 7)) (fringe-helper (0 1 1))) "nrepl extensions for ritz" single ((:url . "https://github.com/pallet/ritz") (:keywords "languages" "lisp" "nrepl"))]) (nrepl-eval-sexp-fu . [(20140311 341) ((highlight (0 0 0)) (smartparens (0 0 0)) (thingatpt (0 0 0))) "Tiny functionality enhancements for evaluating sexps." single ((:keywords "lisp" "highlight" "convenience"))]) (novice+ . [(20150105 34) nil "Extensions to `novice.el'." single ((:url . "http://www.emacswiki.org/novice+.el") (:keywords "internal" "help"))]) (notmuch-unread . [(20140613 444) ((notmuch (0 18))) "Display unread mail count in the mode line" single nil]) (notmuch-labeler . [(20131230 919) ((notmuch (0))) "Improve notmuch way of displaying labels" tar ((:url . "https://github.com/DamienCassou/notmuch-labeler") (:keywords "emacs" "package" "elisp" "notmuch" "emails"))]) (notmuch . [(20150111 532) nil "No description available." tar nil]) (nose . [(20140520 948) nil "Easy Python test running in Emacs" single ((:keywords "nose" "python" "testing"))]) (noflet . [(20141102 654) nil "locally override functions" single ((:url . "https://github.com/nicferrier/emacs-noflet") (:keywords "lisp"))]) (nodejs-repl . [(20130520 842) nil "Run Node.js REPL" single nil]) (node-resolver . [(20140930 1023) ((cl-lib (0 5))) "hook to install node modules in background" single ((:url . "https://github.com/meandavejustice/node-resolver.el") (:keywords "convenience" "nodejs" "javascript" "npm"))]) (noctilux-theme . [(20140406 2) nil "Dark theme inspired by LightTable" tar nil]) (noccur . [(20141203 636) nil "Run multi-occur on project/dired files" single ((:keywords "convenience"))]) (nnir-est . [(20140301 602) nil "Gnus nnir interface for HyperEstraier" single ((:url . "https://github.com/kawabata/nnir-est") (:keywords "mail"))]) (nm . [(20140819 729) ((notmuch (0 18)) (peg (0 6)) (company (0)) (emacs (24))) "N E V E R M O R E: an experimental email interface for Notmuch" tar ((:url . "https://github.com/tjim/nevermore"))]) (nix-mode . [(20140917 435) nil "Major mode for editing Nix expressions" single ((:url . "https://github.com/NixOS/nix/tree/master/misc/emacs"))]) (ninja-mode . [(20141203 2159) ((emacs (24))) "Major mode for editing .ninja files" single nil]) (nim-mode . [(20150106 1516) ((emacs (24))) "A major mode for the Nim programming language" single ((:keywords "nim" "languages"))]) (niflheim-theme . [(20150105 106) nil "A port of the Nifleim theme to Emacs" single ((:url . "https://github.com/niflheim-theme/emacs") (:keywords "themes"))]) (nginx-mode . [(20140321 2028) nil "major mode for editing nginx config files" single ((:keywords "nginx"))]) (nexus . [(20140114 505) nil "REST Client for Nexus Maven Repository servers" tar ((:keywords "comm"))]) (newlisp-mode . [(20141018 1250) nil "newLISP editing mode for Emacs" single ((:url . "https://github.com/kosh04/newlisp-mode") (:keywords "language" "lisp" "newlisp"))]) (never-comment . [(20140104 1407) nil "Never blocks are comment" single ((:url . "http://stackoverflow.com/a/4554658/89376"))]) (neotree . [(20150102 427) nil "A tree plugin like NerdTree for Vim" tar ((:url . "https://github.com/jaypei/emacs-neotree"))]) (nemerle . [(20130328 746) nil "major mode for editing nemerle programs" single ((:keywords "nemerle" "mode" "languages"))]) (nclip . [(20130617 1315) nil "Network (HTTP) Clipboard" tar ((:url . "http://www.github.com/maio/nclip.el") (:keywords "nclip" "clipboard" "network"))]) (ncl-mode . [(20141012 2344) nil "Major Mode for editing NCL scripts and other goodies" tar nil]) (navorski . [(20141203 1024) ((s (1 9 0)) (dash (1 5 0)) (multi-term (0 8 14))) "Helping you live in the terminal, like Viktor did." single ((:keywords "terminal"))]) (navi2ch . [(20141125 1844) nil "Navigator for 2ch for Emacsen" tar ((:keywords "network" "2ch"))]) (navi-mode . [(20141019 210) nil "major-mode for easy buffer-navigation" single ((:url . "https://github.com/tj64/navi"))]) (nav-flash . [(20140508 1341) nil "Briefly highlight the current line" single ((:url . "http://github.com/rolandwalker/nav-flash") (:keywords "extensions" "navigation" "interface"))]) (nav . [(20120507 7) nil "Emacs mode for filesystem navigation" tar nil]) (narrowed-page-navigation . [(20150108 2119) ((emacs (24)) (cl-lib (0 5))) "A minor mode for showing one page at a time" single ((:keywords "outlines"))]) (narrow-indirect . [(20150105 33) nil "Narrow using an indirect buffer that is a clone" single ((:url . "http://www.emacswiki.org/narrow-indirect.el") (:keywords "narrow" "indirect" "buffer" "clone" "view" "multiple-modes"))]) (naquadah-theme . [(20141224 638) nil "A theme based on Tango color set" single nil]) (nanowrimo . [(20141102 2139) nil "Track progress for nanowrimo" single ((:url . "https://bitbucket.org/gvol/nanowrimo-mode"))]) (namespaces . [(20130326 1550) nil "An implementation of namespaces for Elisp, with an emphasis on immutabilty." single ((:url . "https://github.com/chrisbarrett/elisp-namespaces"))]) (names . [(20150114 554) ((emacs (24 1)) (cl-lib (0 5))) "Namespaces for emacs-lisp. Avoid name clobbering without hiding symbols." tar ((:url . "http://github.com/Bruce-Connor/names") (:keywords "extensions" "lisp"))]) (naked . [(20150105 32) nil "Provide for naked key descriptions: no angle brackets." single ((:url . "http://www.emacswiki.org/naked.el") (:keywords "lisp" "key" "print" "format" "help"))]) (n3-mode . [(20141027 1057) nil "mode for Notation 3" single nil]) (mysql2sqlite . [(20120514 731) nil "Convert mysql databases into sqlite databases." single nil]) (mykie . [(20140221 1925) nil "Command multiplexer: Register multiple functions to a keybind" tar ((:url . "https://github.com/yuutayamada/mykie-el") (:keywords "emacs" "configuration" "keybind"))]) (mwim . [(20150111 603) nil "Move to the beginning/end of line or code" single ((:url . "https://gitorious.org/alezost-emacs/mwim") (:keywords "convenience"))]) (mwe-log-commands . [(20100703 541) nil "log keyboard commands to buffer" single ((:keywords "help"))]) (mvn . [(20131227 2312) nil "helpers for compiling with maven" single ((:url . "https://github.com/apgwoz/mvn-el") (:keywords "compilation" "maven" "java"))]) (muttrc-mode . [(20090804 2252) nil "Major mode to edit muttrc under Emacs" single nil]) (mustard-theme . [(20141115 2302) ((emacs (24 0))) "an Emacs 24 theme based on Mustard (tmTheme)" single ((:url . "https://github.com/emacsfodder/tmtheme-to-deftheme"))]) (mustang-theme . [(20141017 1623) nil "port of vim's mustang theme" single ((:url . "http://github.com/mswift42/mustang-theme"))]) (mustache-mode . [(20141024 732) nil "A major mode for editing Mustache files." single nil]) (mustache . [(20131117 1407) ((ht (0 9)) (s (1 3 0)) (dash (1 2 0))) "a mustache templating library in emacs lisp" tar nil]) (multiple-cursors . [(20150101 1431) nil "Multiple cursors for Emacs." tar nil]) (multifiles . [(20130615 1433) nil "View and edit parts of multiple files in one buffer" single ((:keywords "multiple" "files"))]) (multicolumn . [(20141111 1349) nil "Creating and managing multiple side-by-side windows." single ((:url . "https://github.com/Lindydancer/multicolumn"))]) (multi-web-mode . [(20130823 2054) nil "multiple major mode support for web editing" tar ((:url . "https://github.com/fgallina/multi-web-mode") (:keywords "convenience" "languages" "wp"))]) (multi-term . [(20141203 1658) nil "Managing multiple terminal buffers in Emacs." single ((:url . "http://www.emacswiki.org/emacs/download/multi-term.el") (:keywords "term" "terminal" "multiple buffer"))]) (multi-project . [(20141105 653) nil "Easily work with multiple projects." single ((:url . "https://bitbucket.org/ellisvelo/multi-project/overview") (:keywords "project" "management"))]) (multi-eshell . [(20120608 1835) nil "Create and manage multiple shells within Emacs" single ((:url . "http://cims.nyu.edu/~stucchio"))]) (multi . [(20131013 844) ((emacs (24))) "Clojure-style multi-methods for emacs lisp" single ((:url . "http://github.com/kurisuwhyte/emacs-multi") (:keywords "multimethod" "generic" "predicate" "dispatch"))]) (mu4e-maildirs-extension . [(20140314 231) nil "Show mu4e maildirs summary in mu4e-main-view" single ((:url . "http://github.com/agpchil/mu4e-maildirs-extension"))]) (mpages . [(20141120 1524) nil "An Emacs buffer for quickly writing your Morning Pages" single ((:url . "https://github.com/slevin/mpages"))]) (moz-controller . [(20141001 2347) ((moz (0))) "Control Firefox from Emacs" single ((:url . "https://github.com/RenWenshan/emacs-moz-controller"))]) (moz . [(20090407 1405) nil "Lets current buffer interact with inferior mozilla." single ((:url . "http://github.com/bard/mozrepl/raw/master/chrome/content/moz.el"))]) (mowedline . [(20140708 1456) nil "elisp utilities for using mowedline" single nil]) (move-text . [(20140307 1644) nil "Move current line or region with M-up or M-down." single ((:keywords "edit"))]) (move-dup . [(20140925 808) nil "Eclipse-like moving and duplicating lines or rectangles." single ((:keywords "convenience" "wp"))]) (mouse3 . [(20150105 31) nil "Customizable behavior for `mouse-3'." single ((:url . "http://www.emacswiki.org/mouse3.el") (:keywords "mouse" "menu" "keymap" "kill" "rectangle" "region"))]) (mouse-slider-mode . [(20130609 826) nil "scale numbers dragged under the mouse" single ((:url . "https://github.com/skeeto/mouse-slider-mode"))]) (mouse+ . [(20150105 29) nil "Extensions to `mouse.el'." single ((:url . "http://www.emacswiki.org/mouse+.el") (:keywords "mouse"))]) (motion-mode . [(20140919 1856) ((flymake-easy (0 7)) (flymake-cursor (1 0 2))) "major mode for RubyMotion enviroment" tar ((:url . "https://github.com/ainame/motion-mode"))]) (mote-mode . [(20121014 2119) ((ruby-mode (1 1))) "Mote minor mode" single ((:url . "http://inkel.github.com/mote-mode/"))]) (morlock . [(20141223 925) nil "more font-lock keywords for elisp" single ((:url . "http://github.com/tarsius/morlock") (:keywords "convenience"))]) (monroe . [(20141111 107) nil "Yet another client for nREPL" single ((:url . "http://www.github.com/sanel/monroe") (:keywords "languages" "clojure" "nrepl" "lisp"))]) (monokai-theme . [(20150112 442) nil "A fruity color theme for Emacs." single ((:url . "http://github.com/oneKelvinSmith/monokai-emacs"))]) (monochrome-theme . [(20140326 350) nil "A dark Emacs 24 theme for your focused hacking sessions" tar nil]) (monky . [(20130513 513) nil "Control Hg from Emacs." tar nil]) (mongo . [(20120904 2005) nil "MongoDB driver for Emacs Lisp" tar ((:keywords "convenience"))]) (molokai-theme . [(20130828 0) nil "molokai theme with Emacs theme engine" single ((:url . "https://github.com/alloy-d/color-theme-molokai"))]) (moe-theme . [(20150106 1656) nil "A colorful eye-candy theme. Moe, moe, kyun!" tar nil]) (modtime-skip-mode . [(20140128 1401) nil "Minor mode for disabling modtime and supersession checks on files." single ((:url . "http://www.github.com/jordonbiondo/modtime-skip-mode"))]) (modeline-posn . [(20150109 1541) nil "Set up `mode-line-position'." single ((:url . "http://www.emacswiki.org/modeline-posn.el") (:keywords "mode-line" "region" "column"))]) (mode-line-debug . [(20140330 715) nil "show status of `debug-on-error' in the mode-line" single ((:url . "https://github.com/tarsius/mode-line-debug") (:keywords "convenience" "lisp"))]) (mode-icons . [(20130602 548) nil "Show icons for modes" tar ((:url . "http://ryuslash.org/projects/mode-icons.html") (:keywords "multimedia"))]) (mocker . [(20131006 934) ((eieio (1 3)) (el-x (0 2 4))) "mocking framework for emacs" single ((:keywords "lisp" "testing"))]) (mocha-snippets . [(20150114 752) ((yasnippet (0 8 0))) "Yasnippets for the Mocha JS Testing Framework" tar ((:keywords "test" "javascript"))]) (mobdebug-mode . [(20140109 1946) ((lua-mode (20130419)) (emacs (24))) "Major mode for MobDebug" single ((:url . "https://github.com/deftsp/mobdebug-mode"))]) (mo-vi-ment-mode . [(20131028 2333) nil "Provide vi-like cursor movement that's easy on the fingers" single ((:keywords "convenience"))]) (mo-git-blame . [(20140409 320) nil "An interactive, iterative 'git blame' mode for Emacs" single ((:keywords "tools"))]) (mmm-mode . [(20141105 457) nil "Allow Multiple Major Modes in a buffer" tar ((:url . "https://github.com/purcell/mmm-mode") (:keywords "convenience" "faces" "languages" "tools"))]) (mmm-mako . [(20121019 2351) ((mmm-mode (0 4 8))) "MMM submode class for Mako Templates" single ((:url . "https://bitbucket.org/pjenvey/mmm-mako"))]) (mkdown . [(20140517 718) ((markdown-mode (2 0))) "Pretty Markdown previews based on mkdown.com" tar ((:url . "https://github.com/ajtulloch/mkdown.el") (:keywords "markdown"))]) (misc-fns . [(20150105 25) nil "Miscellaneous non-interactive functions." single ((:url . "http://www.emacswiki.org/misc-fns.el") (:keywords "internal" "unix" "lisp" "extensions" "local"))]) (misc-cmds . [(20150105 24) nil "Miscellaneous commands (interactive functions)." single ((:url . "http://www.emacswiki.org/misc-cmds.el") (:keywords "internal" "unix" "extensions" "maint" "local"))]) (mip-mode . [(20141023 450) nil "virtual projects for emacs." single ((:keywords "workspaces" "workspace" "project" "projects" "mip-mode"))]) (minor-mode-hack . [(20130212 1228) nil "Change priority of minor-mode keymaps" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/download/minor-mode-hack.el") (:keywords "lisp"))]) (minitest . [(20141205 716) ((dash (1 0 0))) "An Emacs mode for ruby minitest files" tar ((:url . "https://github.com/arthurnn/minitest-emacs"))]) (minimap . [(20150108 1615) nil "Minimap sidebar for Emacs" single ((:keywords "minimap"))]) (minimal-theme . [(20140409 1601) nil "A light/dark minimalistic Emacs 24 theme." tar ((:url . "http://github.com/ikame/minimal-theme") (:keywords "color" "theme" "minimal"))]) (minimal-session-saver . [(20140508 1341) nil "Very lean session saver" single ((:url . "http://github.com/rolandwalker/minimal-session-saver") (:keywords "tools" "frames" "project"))]) (miniedit . [(20100419 1045) nil "Enhanced editing for minibuffer fields." single nil]) (minibuffer-cua . [(20130906 434) nil "Make CUA mode's S-up/S-down work in minibuffer" single ((:url . "https://github.com/knu/minibuffer-cua.el") (:keywords "completion" "editing"))]) (minibuffer-complete-cycle . [(20130813 945) nil "Cycle through the *Completions* buffer" single ((:url . "https://github.com/knu/minibuffer-complete-cycle") (:keywords "completion"))]) (minibuf-isearch . [(20071112 234) nil "incremental search on minibuffer history" tar ((:keywords "minibuffer" "history" "incremental search"))]) (minesweeper . [(20140802 2122) nil "play minesweeper in Emacs" single ((:url . "https://bitbucket.org/zck/minesweeper.el") (:keywords "game" "fun" "minesweeper" "inane" "diversion"))]) (milkode . [(20140926 2229) nil "Command line search and direct jump with Milkode" single ((:keywords "milkode" "search" "grep" "jump" "keyword"))]) (migemo . [(20140823 2003) ((cl-lib (0 5))) "Japanese incremental search through dynamic pattern expansion" single ((:url . "https://github.com/emacs-jp/migemo"))]) (midje-test-mode . [(20131208 914) ((clojure-mode (1 7)) (cider (0 3 0))) "Minor mode for midje" single ((:keywords "languages" "lisp" "test"))]) (midje-mode . [(20131019 1357) ((cider (0 1 4)) (clojure-mode (1 0))) "Minor mode for running Midje tests in emacs" tar nil]) (mic-paren . [(20140714 719) nil "advanced highlighting of matching parentheses" single ((:keywords "languages" "faces" "parenthesis" "matching"))]) (mew . [(20140901 1737) nil "Messaging in the Emacs World" tar nil]) (metaweblog . [(20141130 605) ((xml-rpc (1 6 8))) "An emacs library to access metaweblog based weblogs" tar nil]) (message-x . [(20140505 1407) nil "No description available." single nil]) (merlin . [(20150109 318) nil "Mode for Merlin, an assistant for OCaml." tar ((:url . "http://github.com/the-lambda-church/merlin") (:keywords "ocaml" "languages"))]) (menu-bar+ . [(20150105 23) nil "Extensions to `menu-bar.el'." single ((:url . "http://www.emacswiki.org/menu-bar+.el") (:keywords "internal" "local" "convenience"))]) (mentor . [(20140904 1710) ((xml-rpc (1 6 9))) "Frontend for the rTorrent bittorrent client" tar ((:keywords "bittorrent" "rtorrent"))]) (memoize . [(20130421 1234) nil "Memoization functions" single ((:url . "https://github.com/skeeto/emacs-memoize"))]) (melpa-upstream-visit . [(20130720 333) ((s (1 6 0))) "A set of kludges to visit a melpa-hosted package's homepage" single ((:keywords "convenience"))]) (mellow-theme . [(20141115 2302) ((emacs (24 0))) "an Emacs 24 theme based on Mellow (tmTheme)" single ((:url . "https://github.com/emacsfodder/tmtheme-to-deftheme"))]) (mediawiki . [(20130223 1141) nil "mediawiki frontend" single ((:url . "http://launchpad.net/mediawiki-el") (:keywords "mediawiki" "wikipedia" "network" "wiki"))]) (md-readme . [(20140819 415) nil "Markdown-formatted READMEs for your ELisp" single ((:url . "http://github.com/thomas11/md-readme/tree/master") (:keywords "lisp" "help" "readme" "markdown" "header" "documentation" "github"))]) (mc-extras . [(20130909 27) ((multiple-cursors (1 2 1))) "Extra functions for multiple-cursors mode." tar ((:url . "https://github.com/knu/mc-extras.el") (:keywords "editing" "cursors"))]) (mbo70s-theme . [(20141122 642) ((emacs (24 0))) "70s style palette, with similarities to mbo theme" single ((:url . "https://github.com/emacsfodder/tmtheme-to-deftheme"))]) (mbe . [(20141112 1042) ((emacs (24)) (cl-lib (0 5))) "Macros by Example" single ((:url . "https://github.com/ijp/mbe.el") (:keywords "tools" "macros"))]) (mb-depth+ . [(20150105 22) nil "Indicate minibuffer-depth in prompt" single ((:url . "http://www.emacswiki.org/mb-depth+.el") (:keywords "convenience"))]) (maxframe . [(20140916 754) nil "maximize the emacs frame based on display size" single ((:keywords "display" "frame" "window" "maximize"))]) (maven-test-mode . [(20141219 2157) ((s (1 9)) (emacs (24))) "Utilities for navigating test files and running maven test tasks." single ((:url . "http://github.com/rranelli/maven-test-mode") (:keywords "java" "maven" "test"))]) (maude-mode . [(20140212 302) nil "Emacs mode for the programming language Maude" single ((:keywords "maude"))]) (matlab-mode . [(20141227 1244) nil "No description available." tar nil]) (math-symbols . [(20130910 31) ((helm (1 0))) "Math Symbol Input methods and conversion tools" tar ((:url . "https://github.com/kawabata/math-symbols") (:keywords "math symbols" "tex" "latex"))]) (math-symbol-lists . [(20141126 1508) nil "Lists of Unicode mathematical symbols and latex commands" single ((:url . "https://github.com/vspinu/math-symbol-lists") (:keywords "unicode" "symbols" "mathematics"))]) (marshal . [(20150104 433) ((eieio (1 4)) (json (1 4))) "eieio extension for automatic (un)marshalling" single ((:url . "https://github.com/sigma/marshal.el") (:keywords "eieio"))]) (marmalade-client . [(20141231 1207) ((web (0 5 2)) (kv (0 0 19)) (gh (0 8 0))) "client for marmalade API from emacs" tar ((:url . "https://github.com/nicferrier/emacs-marmalade-upload") (:keywords "lisp"))]) (marmalade . [(20110602 1622) ((furl (0 0 2))) "Elisp interface for the Emacs Lisp package server." single ((:url . "http://code.google.com/p/marmalade"))]) (markup-faces . [(20130117 246) nil "collection of faces for markup language modes" single ((:url . "https://github.com/sensorflo/markup-faces") (:keywords "wp" "faces"))]) (markup . [(20130207 1309) nil "Simple markup generation helpers." single ((:url . "http://github.com/leoc/markup.el") (:keywords "convenience" "markup" "html"))]) (markdown-toc . [(20141215 1440) ((s (1 7 0)) (dash (2 5 0)) (markdown-mode (2 0))) "A simple TOC generator for markdown file" tar nil]) (markdown-mode . [(20140914 1012) nil "Emacs Major mode for Markdown-formatted text files" single ((:url . "http://jblevins.org/projects/markdown-mode/") (:keywords "markdown" "github flavored markdown" "itex"))]) (markdown-mode+ . [(20120829 510) ((markdown-mode (20111229))) "extra functions for markdown-mode" tar ((:url . "http://github.com/milkypostman/markdown-mode+.el") (:keywords "markdown" "latex" "osx" "rtf"))]) (mark-tools . [(20130614 325) nil "Some simple tools to access the mark-ring in Emacs" single ((:url . "https://github.com/stsquad/emacs-mark-tools"))]) (mark-multiple . [(20121118 754) nil "Sorta lets you mark several regions at once." tar nil]) (marcopolo . [(20141222 211) ((s (1 9 0)) (dash (2 9 0)) (pkg-info (0 5 0)) (request (0 1 0))) "Emacs client for Docker API" tar ((:url . "https://github.com/nlamirault/marcopolo") (:keywords "docker"))]) (map-regexp . [(20130522 1403) ((cl-lib (0 2))) "map over matches of a regular expression" single ((:url . "https://github.com/tarsius/map-regexp") (:keywords "convenience"))]) (map-progress . [(20140310 1432) nil "mapping macros that report progress" single ((:url . "https://github.com/tarsius/map-progress/") (:keywords "convenience"))]) (mandoku-meta-zb . [(20150114 2011) ((org (8)) (mandoku (0 5))) "Metadata for the ZB repository to be used by Mandoku" tar ((:url . "http://www.mandoku.org") (:keywords "convenience"))]) (mandoku . [(20150109 1716) ((org (8 0))) "A tool to access repositories of premodern Chinese texts" tar nil]) (manage-minor-mode . [(20140310 900) ((emacs (24 3))) "Manage your minor-modes easily" single ((:url . "https://github.com/ShingoFukuyama/manage-minor-mode") (:keywords "minor-mode" "manage" "emacs"))]) (man-commands . [(20130627 1653) nil "Add interactive commands for every manpages installed in your computer." single ((:url . "http://github.com/nflath/man-commands"))]) (mallard-snippets . [(20131023 1151) ((yasnippet (0 8 0)) (mallard-mode (0 1 1))) "Yasnippets for Mallard" tar ((:url . "https://github.com/jhradilek/emacs-mallard-snippets") (:keywords "snippets" "mallard"))]) (mallard-mode . [(20131203 2025) nil "Major mode for editing Mallard files" tar ((:url . "https://github.com/jhradilek/emacs-mallard-mode") (:keywords "xml" "mallard"))]) (malinka . [(20150105 844) ((s (1 9 0)) (dash (2 4 0)) (f (0 11 0)) (cl-lib (0 3)) (rtags (0 0)) (projectile (0 11 0))) "A C/C++ project configuration package for Emacs" single ((:url . "https://github.com/LefterisJP/malinka") (:keywords "c" "c++" "project-management"))]) (malabar-mode . [(20150114 810) ((fringe-helper (1 0 1))) "JVM Integration mode for EMACS" tar ((:url . "http://www.github.com/m0smith/malabar-mode") (:keywords "java" "maven" "groovy" "language" "malabar"))]) (makey . [(20131231 630) ((cl-lib (0 2))) "interactive commandline mode" single nil]) (maker-mode . [(20141028 426) ((s (1 3 0)) (dash (2 8 0))) "Emacs mode for maker (scala build tool)" single ((:url . "https://github.com/fommil/maker-mode") (:keywords "processes" "tools"))]) (make-it-so . [(20141203 811) ((helm (1 5 3)) (emacs (24))) "Transform files with Makefile recipes." tar ((:url . "https://github.com/abo-abo/make-it-so") (:keywords "make" "dired"))]) (make-color . [(20140625 450) nil "Alternative to picking color - update fg/bg color by pressing r/g/b/... keys" single ((:url . "https://github.com/alezost/make-color.el") (:keywords "color"))]) (main-line . [(20130404 1904) nil "modeline replacement forked from an early version of powerline.el" single ((:url . "https://github.com/jasonm23/emacs-mainline") (:keywords "statusline" "/" "modeline"))]) (magnatune . [(20141113 242) ((dash (2 9 0)) (s (1 9 0))) "browse to magnatune's music catalog" single nil]) (magma-mode . [(20141119 148) ((cl-lib (0 3)) (dash (2 6 0)) (f (0 17 1))) "Magma mode for Emacs" tar nil]) (magit-tramp . [(20140815 1633) ((magit (1 2 0))) "git method for TRAMP" tar ((:url . "https://github.com/sigma/magit-tramp"))]) (magit-topgit . [(20140807 909) ((cl-lib (0 3)) (magit (1 3 0))) "topgit plug-in for Magit" single ((:keywords "vc" "tools"))]) (magit-svn . [(20140807 909) ((cl-lib (0 3)) (magit (1 3 0))) "git-svn plug-in for Magit" single ((:keywords "vc" "tools"))]) (magit-stgit . [(20140807 909) ((cl-lib (0 3)) (magit (1 3 0))) "StGit plug-in for Magit" single ((:keywords "vc" "tools"))]) (magit-push-remote . [(20140108 1300) ((magit (1 3 0))) "push remote support for Magit" single ((:url . "https://github.com/tarsius/magit-push-remote") (:keywords "convenience"))]) (magit-log-edit . [(20140522 1137) ((cl-lib (0 3)) (magit (1 3 0))) "[SEMI-OBSOLETE] major mode for editing Git commit messages" single ((:keywords "vc" "tools"))]) (magit-gitflow . [(20140512 1437) ((magit (1 3 0))) "gitflow extension for magit" single ((:url . "https://github.com/jtatarik/magit-gitflow") (:keywords "vc" "tools"))]) (magit-gh-pulls . [(20141216 919) ((emacs (24)) (gh (0 4 3)) (magit (1 1 0)) (pcache (0 2 3)) (s (1 6 1))) "GitHub pull requests extension for Magit" single ((:url . "https://github.com/sigma/magit-gh-pulls") (:keywords "tools"))]) (magit-gerrit . [(20141117 1704) ((magit (1 2 0))) "Magit plugin for Gerrit Code Review" single ((:url . "https://github.com/terranpro/magit-gerrit"))]) (magit-find-file . [(20140908 758) ((magit (1 2 0)) (dash (2 8 0))) "completing-read over all files in Git" single ((:url . "https://github.com/bradleywright/magit-find-file.el") (:keywords "git"))]) (magit-filenotify . [(20141229 612) ((magit (1 3 0)) (emacs (24 4))) "Refresh status buffer when git tree changes" single ((:keywords "tools"))]) (magit-annex . [(20140629 1457) ((cl-lib (0 3)) (magit (1 2 0))) "Use git annex within magit" single ((:url . "https://github.com/kyleam/magit-annex") (:keywords "vc" "tools"))]) (magit . [(20141228 1413) ((cl-lib (0 3)) (git-commit-mode (0 14 0)) (git-rebase-mode (0 14 0))) "control Git from Emacs" tar ((:keywords "vc" "tools"))]) (magic-latex-buffer . [(20140909 1929) ((cl-lib (0 5)) (emacs (24 3))) "magical syntax highlighting for LaTeX-mode buffers" single ((:url . "http://hins11.yu-yake.com/"))]) (mag-menu . [(20141218 2327) ((splitter (0 1 0))) "Intuitive keyboard-centric menu system" single ((:url . "https://github.com/chumpage/mag-menu") (:keywords "convenience"))]) (macrostep . [(20141014 2350) nil "interactive macro stepper for Emacs Lisp" single ((:url . "https://github.com/joddie/macrostep") (:keywords "lisp" "languages" "macro" "debugging"))]) (macros+ . [(20150105 20) nil "Extensions to `macros.el'." single ((:url . "http://www.emacswiki.org/macros+.el") (:keywords "abbrev" "local"))]) (macro-math . [(20130328 904) nil "in-buffer mathematical operations" single ((:url . "http://nschum.de/src/emacs/macro-math/") (:keywords "convenience"))]) (m-buffer . [(20150107 356) ((dash (2 8 0)) (emacs (24 3))) "List-Oriented, Functional Buffer Manipulation" tar nil]) (lxc . [(20140410 1322) nil "lxc integration with Emacs" single ((:url . "https://github.com/nicferrier/emacs-lxc") (:keywords "processes"))]) (lusty-explorer . [(20130407 1056) nil "Dynamic filesystem explorer and buffer switcher" single ((:keywords "convenience" "files" "matching"))]) (lush-theme . [(20141107 806) ((emacs (24))) "A dark theme with strong colors" single ((:url . "https://github.com/andre-richter/emacs-lush-theme") (:keywords "theme" "dark" "strong colors"))]) (lui . [(20141207 1111) ((tracking (0))) "Linewise User Interface" tar nil]) (lua-mode . [(20141025 1746) nil "a major-mode for editing Lua scripts" single ((:url . "http://immerrr.github.com/lua-mode") (:keywords "languages" "processes" "tools"))]) (love-minor-mode . [(20130429 1459) ((lua-mode (20130419))) "Minor mode for working on LÖVE projects" single ((:url . "https://github.com/ejmr/love-minor-mode"))]) (lorem-ipsum . [(20140911 1408) nil "Insert dummy pseudo Latin text." single ((:keywords "tools" "language" "convenience"))]) (loop . [(20130309 805) nil "friendly imperative loop structures" single ((:keywords "loop" "while" "for each" "break" "continue"))]) (look-mode . [(20130824 1206) nil "quick file viewer for image and text file browsing" single nil]) (look-dired . [(20130511 1624) ((look-mode (1 0))) "Extensions to look-mode for dired buffers" single ((:url . "https://github.com/vapniks/look-dired") (:keywords "convenience"))]) (lolcode-mode . [(20111002 147) nil "Major mode for editing LOLCODE" single ((:url . "http://github.com/bodil/lolcode-mode") (:keywords "lolcode" "major" "mode"))]) (logstash-conf . [(20141028 1441) nil "basic mode for editing logstash configuration" single nil]) (logito . [(20120225 1255) ((eieio (1 3))) "logging library for Emacs" single ((:keywords "lisp" "tool"))]) (logalimacs . [(20131021 1129) ((popwin (0 6 2)) (popup (0 5 0)) (stem (20130120))) "Front-end to logaling-command for Ruby gems" single ((:url . "https://github.com/logaling/logalimacs") (:keywords "translation" "logaling-command"))]) (log4j-mode . [(20101016 822) nil "major mode for viewing log files" single ((:keywords "log" "log4j" "java"))]) (log4e . [(20150105 505) nil "provide logging framework for elisp" single ((:url . "https://github.com/aki2o/log4e") (:keywords "log"))]) (loccur . [(20131022 219) nil "Performs an occur-like folding in current buffer." single ((:url . "https://github.com/fourier/loccur") (:keywords "matching"))]) (loc-changes . [(20141216 1346) nil "Helps users and programs keep track of positions even after buffer changes." single ((:url . "http://github.com/rocky/emacs-loc-changes"))]) (load-theme-buffer-local . [(20120702 1336) nil "Install emacs24 color themes by buffer." single ((:url . "http://github.com/vic/color-theme-buffer-local") (:keywords "faces"))]) (load-relative . [(20141216 1331) nil "relative file load (within a multi-file Emacs package)" tar ((:url . "http://github.com/rocky/emacs-load-relative") (:keywords "internal"))]) (llvm-mode . [(20150108 1438) nil "Major mode for the LLVM assembler language." tar nil]) (livid-mode . [(20131116 544) ((skewer-mode (1 5 3)) (s (1 8 0))) "Live browser eval of JavaScript every time a buffer changes" single ((:url . "https://github.com/pandeiro/livid-mode"))]) (livescript-mode . [(20140612 2121) nil "Major mode for editing LiveScript files" single ((:url . "https://github.com/yhisamatsu/livescript-mode") (:keywords "languages" "livescript"))]) (lively . [(20120728 1413) nil "Interactively updating text" single nil]) (live-code-talks . [(20150114 1725) ((emacs (24)) (cl-lib (0 5)) (narrowed-page-navigation (0 1))) "Support for slides with live code in them" single ((:keywords "docs" "multimedia"))]) (literate-starter-kit . [(20141201 1848) ((emacs (24 3))) "A literate starter kit to configure Emacs using Org-mode files." tar nil]) (literate-coffee-mode . [(20141216 1519) ((coffee-mode (0 5 0))) "major-mode for Literate CoffeeScript" single ((:url . "https://github.com/syohex/emacs-literate-coffee-mode"))]) (litable . [(20140306 236) ((dash (2 6 0))) "dynamic evaluation replacement with emacs" single ((:keywords "lisp"))]) (lit-mode . [(20141123 936) nil "Major mode for lit" single ((:keywords "languages" "tools"))]) (list-utils . [(20140508 1341) nil "List-manipulation utility functions" single ((:url . "http://github.com/rolandwalker/list-utils") (:keywords "extensions"))]) (list-register . [(20130824 1200) nil "List register" single nil]) (list-processes+ . [(20131117 1935) nil "Add process management to `list-processes'" single ((:url . "not distributed yet"))]) (list-packages-ext . [(20130927 908) ((s (1 6 0)) (ht (1 5 0)) (persistent-soft (0 8 6))) "Extras for list-packages" single ((:keywords "convenience" "tools"))]) (lispyscript-mode . [(20130828 719) nil "Major mode for LispyScript code." single ((:url . "https://github.com/krisajenkins/lispyscript-mode") (:keywords "lisp" "languages"))]) (lispy . [(20150110 1219) ((helm (1 5 3)) (ace-jump-mode (2 0)) (s (1 4 0)) (multiple-cursors (1 3 0)) (iedit (0 97)) (highlight (0))) "vi-like Paredit" tar nil]) (lispxmp . [(20130824 1207) nil "Automagic emacs lisp code annotation" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/download/lispxmp.el") (:keywords "lisp" "convenience"))]) (linum-relative . [(20140731 730) nil "display relative line number in emacs." single ((:url . "http://github.com/coldnew/linum-relative") (:keywords "converience"))]) (linphone . [(20130524 409) nil "Emacs interface to Linphone" tar ((:url . "https://github.com/zabbal/emacs-linphone") (:keywords "comm"))]) (link . [(20140717 2029) nil "Hypertext links in text buffers" single ((:keywords "interface" "hypermedia"))]) (lingr . [(20100807 1031) nil "Lingr Client for GNU Emacs" single ((:url . "http://github.com/lugecy/lingr-el") (:keywords "chat" "client" "internet"))]) (light-soap-theme . [(20140903 1402) ((emacs (24))) "Emacs 24 theme with a light background." single nil]) (lice . [(20140116 657) nil "License And Header Template" tar ((:url . "https://github.com/buzztaiki/lice-el") (:keywords "template" "license" "tools"))]) (lib-requires . [(20150104 2351) nil "Commands to list Emacs Lisp library dependencies." single ((:url . "http://www.emacswiki.org/lib-requires.el") (:keywords "libraries" "files"))]) (lfe-mode . [(20150104 1018) nil "Lisp Flavoured Erlang mode" tar nil]) (lexbind-mode . [(20141027 729) nil "Puts the value of lexical-binding in the mode line" single ((:url . "https://github.com/spacebat/lexbind-mode") (:keywords "convenience" "lisp"))]) (levenshtein . [(20051013 1756) nil "Edit distance between two strings." single ((:keywords "lisp"))]) (leuven-theme . [(20150112 318) nil "Awesome Emacs color theme on white background" single ((:url . "https://github.com/fniessen/emacs-leuven-theme") (:keywords "color" "theme"))]) (letcheck . [(20130213 1605) nil "Check the erroneous assignments in let forms" single ((:url . "https://github.com/Fuco1/letcheck") (:keywords "convenience"))]) (less-css-mode . [(20140919 524) nil "Major mode for editing LESS CSS files (lesscss.org)" single ((:url . "https://github.com/purcell/less-css-mode") (:keywords "less" "css" "mode"))]) (lentic . [(20150109 729) ((emacs (24)) (m-buffer (0 8)) (dash (2 5 0))) "One buffer as a view of another" tar nil]) (lemon-mode . [(20130216 504) nil "A major mode for editing lemon grammar files" single ((:keywords "lemon"))]) (lein . [(20130406 1312) ((nrepl (0 1 7))) "Eshell interface to Leiningen" single ((:url . "https://github.com/technomancy/lein.el") (:keywords "tools" "convenience"))]) (legalese . [(20100119 2148) nil "Add legalese to your program files" single ((:keywords "convenience"))]) (leerzeichen . [(20141231 228) nil "Minor mode to display whitespace characters." single ((:url . "http://github.com/fgeller/leerzeichen.el") (:keywords "whitespace" "characters"))]) (ledger-mode . [(20150110 1755) nil "Helper code for use with the \"ledger\" command-line tool" tar nil]) (lcs . [(20121201 555) nil "find out the longest common sequence" single ((:url . "https://github.com/jorgenschaefer/circe/wiki/lcs"))]) (lavender-theme . [(20141115 2302) ((emacs (24 0))) "an Emacs 24 theme based on Lavender (tmTheme)" single ((:url . "https://github.com/emacsfodder/tmtheme-to-deftheme"))]) (launch . [(20130619 1504) nil "launch files with OS-standard associated applications." single ((:url . "https://github.com/sfllaw/emacs-launch") (:keywords "convenience" "processes"))]) (latex-preview-pane . [(20140403 1049) nil "Makes LaTeX editing less painful by providing a updatable preview pane" tar nil]) (latex-pretty-symbols . [(20111011 546) nil "Display many latex symbols as their unicode counterparts" single ((:url . "https://bitbucket.org/mortiferus/latex-pretty-symbols.el") (:keywords "convenience" "display"))]) (latex-math-preview . [(20150101 535) nil "preview LaTeX mathematical expressions." single ((:url . "http://www.emacswiki.org/latex-math-preview.el") (:keywords "latex" "tex"))]) (latex-extra . [(20140921 352) ((auctex (11 86 1)) (cl-lib (0 5))) "Adds several useful functionalities to LaTeX-mode." single ((:url . "http://github.com/Bruce-Connor/latex-extra") (:keywords "tex"))]) (latest-clojure-libraries . [(20140314 617) nil "Clojure dependency resolver" single ((:url . "http://github.com/AdamClements/latest-clojure-libraries/"))]) (langtool . [(20140330 316) nil "Grammar check utility using LanguageTool" single ((:url . "https://github.com/mhayashi1120/Emacs-langtool/raw/master/langtool.el") (:keywords "docs"))]) (langdoc . [(20140120 1845) ((cl-lib (0 2))) "Help to define help document mode for various languages" single ((:url . "https://github.com/tom-tan/langdoc/") (:keywords "convenience" "eldoc"))]) (lang-refactor-perl . [(20131122 1327) nil "Simple refactorings, primarily for Perl" single ((:url . "https://github.com/jplindstrom/emacs-lang-refactor-perl") (:keywords "languages" "refactoring" "perl"))]) (lacarte . [(20150104 2350) nil "Execute menu items as commands, with completion." single ((:url . "http://www.emacswiki.org/lacarte.el") (:keywords "menu-bar" "menu" "command" "help" "abbrev" "minibuffer" "keys" "completion" "matching" "local" "internal" "extensions"))]) (kwin . [(20130206 2231) nil "communcate with the KWin window manager" single ((:url . "http://github.com/Tass/kwin-minor-mode"))]) (kv . [(20140108 734) nil "key/value data structure functions" single ((:keywords "lisp"))]) (kurecolor . [(20141206 1542) ((emacs (24 1)) (s (1 0))) "color editing goodies for Emacs" single nil]) (kpm-list . [(20130131 148) nil "An emacs buffer list that tries to intelligently group together buffers." single ((:url . "https://github.com/KMahoney/kpm-list/"))]) (kolon-mode . [(20140122 334) nil "Syntax highlighting for Text::Xslate's Kolon syntax" single ((:url . "https://github.com/samvtran/kolon-mode") (:keywords "xslate" "perl"))]) (know-your-http-well . [(20140608 308) nil "Look up the meaning of HTTP headers, methods, relations, status codes" tar nil]) (kmacro-decision . [(20130919 826) ((el-x (1 0)) (jb-misc-macros (0 2))) "Add conditional branching to keyboard macros" single ((:url . "https://github.com/vapniks/kmacro-decision") (:keywords "convenience"))]) (kivy-mode . [(20140524 557) nil "Emacs major mode for editing Kivy files" single nil]) (kite . [(20130201 1138) ((json (1 2)) (websocket (0 93 1))) "WebKit inspector front-end" tar ((:keywords "tools"))]) (killer . [(20120808 422) nil "kill and delete text" single ((:url . "http://github.com/tarsius/killer") (:keywords "convenience"))]) (kill-ring-search . [(20140422 855) nil "incremental search for the kill ring" single ((:url . "http://nschum.de/src/emacs/kill-ring-search/") (:keywords "convenience" "matching"))]) (kibit-mode . [(20141212 1023) ((clojure-mode (1 11 5)) (mode-compile (2 29))) "Enhance clojure-mode with Kibit analysis" tar ((:keywords "clojure" "kibit"))]) (kfg . [(20140908 2238) ((f (0 17 1))) "an emacs configuration system" single ((:url . "https://github.com/abingham/kfg"))]) (keyset . [(20150109 2039) ((dash (2 8 0)) (cl-lib (0 5))) "A small library for structuring key bindings." single nil]) (keymap-utils . [(20141208 543) ((cl-lib (0 3))) "keymap utilities" single ((:url . "https://github.com/tarsius/keymap-utils") (:keywords "convenience" "extensions"))]) (keyfreq . [(20141124 805) nil "track command frequencies" single nil]) (keydef . [(20090428 1231) nil "a simpler way to define keys, with kbd syntax" single ((:keywords "convenience" "lisp" "customization" "keyboard" "keys"))]) (keychain-environment . [(20141119 736) nil "load keychain environment variables" single ((:url . "https://github.com/tarsius/keychain-environment") (:keywords "gnupg" "pgp" "ssh"))]) (key-intercept . [(20140210 2349) nil "Intercept prefix keys" single ((:url . "http://github.com/tarao/key-intercept-el") (:keywords "keyboard"))]) (key-combo . [(20140912 1425) nil "map key sequence to commands" tar ((:url . "https://github.com/uk-ar/key-combo") (:keywords "keyboard" "input"))]) (key-chord . [(20140929 2246) nil "map pairs of simultaneously pressed keys to commands" single ((:keywords "keyboard" "chord" "input"))]) (karma . [(20141210 122) ((pkg-info (0 4)) (emacs (24))) "Karma Test Runner Emacs Integration" single ((:url . "http://github.com/tonini/karma.el") (:keywords "language" "javascript" "js" "karma" "testing"))]) (kanban . [(20130815 48) nil "Parse org-todo headlines to use org-tables as Kanban tables" single ((:keywords "outlines" "convenience"))]) (kakapo-mode . [(20150113 2213) ((cl-lib (0 5))) "TABS (hard or soft) for indentation (leading whitespace), and SPACES for alignment." single ((:url . "https://github.com/listx/kakapo-mode") (:keywords "indentation"))]) (kaesar-mode . [(20150110 1710) ((kaesar (0 1 4))) "Encrypt/Decrypt buffer by AES with password." single ((:url . "https://github.com/mhayashi1120/Emacs-kaesar/raw/master/cipher/kaesar-mode.el") (:keywords "data" "convenience"))]) (kaesar-file . [(20150110 1710) ((kaesar (0 1 1))) "Encrypt/Decrypt file by AES with password." single ((:url . "https://github.com/mhayashi1120/Emacs-kaesar/raw/master/cipher/kaesar-file.el") (:keywords "data" "files"))]) (kaesar . [(20150110 1710) nil "Another AES algorithm encrypt/decrypt string with password." single ((:url . "https://github.com/mhayashi1120/Emacs-kaesar/raw/master/kaesar.el") (:keywords "data"))]) (jvm-mode . [(20140313 132) ((dash (2 6 0)) (emacs (24))) "Monitor and manage your JVMs" single ((:url . "https://github.com/martintrojer/jvm-mode.el") (:keywords "convenience"))]) (jump-to-line . [(20130122 853) nil "Jump to line number at point." single ((:keywords "jump" "line" "back" "file" "ruby" "csharp" "python" "perl"))]) (jump-char . [(20150108 1235) nil "navigation by char" single ((:url . "https://github.com/lewang/jump-char"))]) (jump . [(20130702 33) ((findr (0 7)) (inflections (1 1))) "build functions which contextually jump between files" single ((:url . "http://github.com/eschulte/jump.el/tree/master") (:keywords "project" "convenience" "navigation"))]) (jumblr . [(20140908 1352) ((s (1 8 0)) (dash (2 2 0))) "an anagram game for emacs" tar ((:url . "https://github.com/mkmcc/jumblr") (:keywords "anagram" "word game" "games"))]) (julia-mode . [(20150101 1747) nil "Major mode for editing Julia source code" single ((:url . "https://github.com/JuliaLang/julia") (:keywords "languages"))]) (jtags . [(20111208 1022) nil "enhanced tags functionality for Java development" tar ((:url . "http://jtags.sourceforge.net") (:keywords "languages" "tools"))]) (jsx-mode . [(20130908 1024) nil "major mode for JSX" single ((:url . "https://github.com/jsx/jsx-mode.el"))]) (jss . [(20130508 723) ((emacs (24 1)) (websocket (0)) (js2-mode (0))) "An emacs interface to webkit and mozilla debuggers" tar ((:keywords "languages"))]) (json-snatcher . [(20140527 2147) ((emacs (24))) "Grabs the path to JSON values in a JSON file" single ((:url . "http://github.com/sterlingg/json-snatcher"))]) (json-rpc . [(20140602 806) ((emacs (24 1)) (cl-lib (0 5))) "JSON-RPC library" single ((:url . "https://github.com/skeeto/elisp-json-rpc"))]) (json-reformat . [(20141210 1656) nil "Reformatting tool for JSON" single ((:url . "https://github.com/gongo/json-reformat") (:keywords "json"))]) (json-mode . [(20141105 138) ((json-reformat (20141009 1155)) (json-snatcher (20131110 1107))) "Major mode for editing JSON files" single ((:url . "https://github.com/joshwnj/json-mode"))]) (js3-mode . [(20140805 1529) nil "An improved JavaScript editing mode" tar ((:keywords "javascript" "languages"))]) (js2-refactor . [(20141225 1427) ((js2-mode (20101228)) (s (1 9 0)) (multiple-cursors (1 0 0)) (dash (1 0 0)) (s (1 0 0)) (yasnippet (20130218))) "A JavaScript refactoring library for emacs." tar nil]) (js2-mode . [(20141230 717) ((emacs (24 1)) (cl-lib (0 5))) "Improved JavaScript editing mode" tar ((:url . "https://github.com/mooz/js2-mode/") (:keywords "languages" "javascript"))]) (js2-closure . [(20141027 1550) ((js2-mode (20140114))) "Google Closure dependency manager" single ((:url . "http://github.com/jart/js2-closure"))]) (js-doc . [(20131215 519) nil "Insert JsDoc style comment easily" single ((:url . "https://github.com/mooz/js-doc") (:keywords "document" "comment"))]) (js-comint . [(20080530 757) nil "Run javascript in an inferior process window." single ((:keywords "javascript" "inferior-mode" "convenience"))]) (jquery-doc . [(20131223 845) nil "jQuery api documentation interface for emacs" tar ((:keywords "docs" "jquery"))]) (jknav . [(20121006 1325) nil "Automatically enable j/k keys for line-based navigation" single ((:keywords "keyboard" "navigation"))]) (jist . [(20141127 845) ((emacs (24)) (cl-lib (0 5)) (magit (1 2 1)) (request (0 2 0))) "Manage gists from emacs" single ((:url . "https://github.com/emacs-pe/jist.el") (:keywords "convenience"))]) (jira . [(20131210 1822) nil "Connect to JIRA issue tracking software" single nil]) (jinja2-mode . [(20141128 207) nil "A major mode for jinja2" single nil]) (jenkins-watch . [(20121004 1626) nil "Watch continuous integration build status" single ((:url . "https://github.com/ataylor284/jenkins-watch"))]) (jekyll-modes . [(20141117 514) ((polymode (0 2))) "Major modes (markdown and HTML) for authoring Jekyll content" single ((:url . "https://github.com/fred-o/jekyll-modes") (:keywords "docs"))]) (jedi-direx . [(20140310 236) ((jedi (0 1 2)) (direx (0 1 -3))) "Tree style source code viewer for Python buffer" single nil]) (jedi . [(20150109 2230) ((epc (0 1 0)) (auto-complete (1 4)) (python-environment (0 0 2))) "Python auto-completion for Emacs" tar nil]) (jazz-theme . [(20150103 338) nil "A warm color theme for Emacs 24." single ((:url . "https://github.com/donderom/jazz-theme"))]) (javap-mode . [(20120223 1408) nil "Javap major mode" single ((:url . "http://github.com/hiredman/javap-mode"))]) (javadoc-lookup . [(20141220 1958) ((cl-lib (0 3))) "Javadoc Emacs integration with Maven" tar ((:url . "https://github.com/skeeto/javadoc-lookup"))]) (java-snippets . [(20140727 2236) ((yasnippet (0 8 0))) "Yasnippets for Java" tar ((:url . "https://github.com/nekop/yasnippet-java-mode"))]) (jaunte . [(20130413 219) nil "Emacs Hit a Hint" single nil]) (jasminejs-mode . [(20150103 928) nil "A minor mode for manipulating jasmine test files" tar ((:url . "https://github.com/stoltene2/jasminejs-mode") (:keywords "javascript" "jasmine"))]) (jape-mode . [(20140903 806) nil "An Emacs editing mode mode for GATE's JAPE files" single ((:url . "http://github.com/tanzoniteblack/jape-mode") (:keywords "languages" "jape" "gate"))]) (japanlaw . [(20150110 1816) nil "Japan law from law.e-gov.go.jp" single ((:keywords "docs" "help"))]) (japanese-holidays . [(20141022 2113) ((cl-lib (0 3))) "calendar functions for the Japanese calendar" single ((:url . "https://github.com/emacs-jp/japanese-holidays") (:keywords "calendar"))]) (jade-mode . [(20131018 1010) ((sws-mode (0))) "Major mode for editing .jade files" single ((:url . "https://github.com/brianc/jade-mode"))]) (jack-connect . [(20141207 407) nil "Manage jack connections within Emacs" single nil]) (jabber . [(20141223 1624) nil "A Jabber client for Emacs." tar nil]) (j-mode . [(20140702 809) nil "Major mode for editing J programs" tar ((:url . "http://github.com/zellio/j-mode") (:keywords "j" "langauges"))]) (iy-go-to-char . [(20141029 1549) nil "Go to next CHAR which is similar to \"f\" and \"t\" in vim" single ((:url . "https://github.com/doitian/iy-go-to-char") (:keywords "navigation" "search"))]) (ix . [(20131027 929) ((grapnel (0 5 3))) "Emacs client for http://ix.io pastebin" single ((:url . "http://www.github.com/theanalyst/ix.el"))]) (ivs-edit . [(20140720 346) ((emacs (24 3)) (dash (2 6 0)) (cl-lib (1 0))) "IVS (Ideographic Variation Sequence) editing tool" tar ((:url . "http://github.com/kawabata/ivs-edit") (:keywords "text"))]) (ivariants . [(20140720 2127) ((emacs (24 3)) (ivs-edit (1 0))) "Ideographic variants editor and browser" tar ((:url . "http://github.com/kawabata/ivariants") (:keywords "i18n" "languages"))]) (iterator . [(20140412 2153) ((emacs (24)) (cl-lib (0 5))) "A library to create and use elisp iterators objects." single ((:url . "https://github.com/thierryvolpiatto/iterator"))]) (itail . [(20140505 1531) nil "An interactive tail mode" single ((:url . "https://github.com/re5et/itail") (:keywords "tail"))]) (iss-mode . [(20141001 1213) nil "Mode for InnoSetup install scripts" single nil]) (isgd . [(20130927 657) nil "Shorten URLs using the isgd.com shortener service" single ((:url . "https://github.com/chmouel/isgd.el"))]) (isend-mode . [(20130419 258) nil "Interactively send parts of an Emacs buffer to an interpreter" single ((:url . "https://github.com/ffevotte/isend-mode.el"))]) (isearch-symbol-at-point . [(20130728 1521) nil "Use isearch to search for the symbol at point" single ((:url . "https://github.com/re5et/isearch-symbol-at-point") (:keywords "isearch"))]) (isearch-prop . [(20150105 12) nil "Search text-property or overlay-property contexts." single ((:url . "http://www.emacswiki.org/isearch-prop.el") (:keywords "search" "matching" "invisible" "thing" "help"))]) (isearch-dabbrev . [(20141223 2222) ((cl-lib (0 5))) "Use dabbrev in isearch" single ((:url . "https://github.com/Dewdrops/isearch-dabbrev") (:keywords "dabbrev" "isearch"))]) (isearch+ . [(20150105 10) nil "Extensions to `isearch.el' (incremental search)." single ((:url . "http://www.emacswiki.org/isearch+.el") (:keywords "help" "matching" "internal" "local"))]) (irony-eldoc . [(20141226 2219) ((emacs (24)) (cl-lib (0 5)) (irony (0 1))) "irony-mode support for eldoc-mode" single ((:url . "https://github.com/ikirill/irony-eldoc") (:keywords "c" "c++" "objc" "convenience" "tools"))]) (irony . [(20141217 1417) ((cl-lib (0 5)) (json (1 2))) "C/C++ minor mode powered by libclang" tar ((:url . "https://github.com/Sarcasm/irony-mode") (:keywords "c" "convenience" "tools"))]) (irfc . [(20130824 1207) nil "Interface for IETF RFC document." single ((:url . "http://www.emacswiki.org/emacs/download/irfc.el") (:keywords "rfc" "ietf"))]) (iregister . [(20140525 1456) nil "Interactive register commands for Emacs." tar ((:url . "https://github.com/atykhonov/iregister.el") (:keywords "convenience"))]) (ir-black-theme . [(20130302 2355) nil "Port of ir-black theme" single ((:keywords "faces"))]) (ipretty . [(20140406 2220) nil "Interactive Emacs Lisp pretty-printing" single ((:url . "https://github.com/steckerhalter/ipretty") (:keywords "pretty-print" "elisp" "buffer"))]) (iplayer . [(20150101 255) nil "Browse and download BBC TV/radio shows" single ((:url . "https://github.com/csrhodes/iplayer-el") (:keywords "multimedia" "bbc"))]) (io-mode-inf . [(20140128 1134) nil "Interaction with an Io interpreter." single ((:url . "https://github.com/slackorama/io-emacs") (:keywords "io" "languages"))]) (io-mode . [(20140814 321) nil "Major mode to edit Io language files in Emacs" single ((:url . "https://github.com/superbobry/io-mode") (:keywords "languages" "io"))]) (interval-tree . [(20130325 707) ((dash (1 1 0))) "Interval tree data structure for 1D range queries" single ((:url . "https://github.com/Fuco1/interval-tree") (:keywords "extensions" "data structure"))]) (interaction-log . [(20140502 2010) ((cl-lib (0))) "exhaustive log of interactions with Emacs" single ((:url . "https://github.com/michael-heerdegen/interaction-log.el") (:keywords "convenience"))]) (instapaper . [(20130104 621) nil "add URLs to instapaper from emacs" single ((:url . "htts://bitbucket.org/jfm/emacs-instapaper"))]) (insfactor . [(20141116 1602) nil "Client for a Clojure project with insfactor in it" single ((:url . "http://github.com/duelinmarkers/insfactor.el") (:keywords "clojure"))]) (insert-shebang . [(20141119 427) nil "Insert shebang line automatically." single ((:url . "http://github.com/psachin/insert-shebang") (:keywords "shebang" "tool" "convenience"))]) (inlineR . [(20120520 732) nil "insert Tag for inline image of R graphics" single ((:url . "https://github.com/myuhe/inlineR.el") (:keywords "convenience" "iimage.el" "cacoo.el"))]) (inline-crypt . [(20130409 507) nil "Simple inline encryption via openssl" tar nil]) (inkpot-theme . [(20120505 708) nil "port of vim's inkpot theme" single ((:url . "http://github.com/siovan/emacs24-inkpot.git"))]) (initsplit . [(20141219 1629) nil "code to split customizations into different files" single ((:url . "http://www.gci-net.com/users/j/johnw/emacs.html") (:keywords "lisp"))]) (init-loader . [(20141030 2333) nil "Loader for configuration files" single ((:url . "https://github.com/emacs-jp/init-loader/"))]) (inform7-mode . [(20131009 2354) ((sws-mode (0 1))) "Major mode for editing Inform 7 source files" single ((:keywords "inform" "inform7" "interactive fiction"))]) (info+ . [(20150105 7) nil "Extensions to `info.el'." single ((:url . "http://www.emacswiki.org/info+.el") (:keywords "help" "docs" "internal"))]) (inflections . [(20121016 157) nil "convert english words between singular and plural" single ((:url . "https://github.com/eschulte/jump.el") (:keywords "ruby" "rails" "languages" "oop"))]) (inf-ruby . [(20141005 550) nil "Run a Ruby process in a buffer" single ((:url . "http://github.com/nonsequitur/inf-ruby") (:keywords "languages" "ruby"))]) (inf-php . [(20130414 21) ((php-mode (1 5 0))) "Run a php interactive shell in a buffer" single ((:url . "https://github.com/taksatou/inf-php") (:keywords "languages" "php"))]) (inf-mongo . [(20131216 228) nil "Run a MongoDB shell process in a buffer" single ((:url . "http://github.com/tobiassvn/inf-mongo") (:keywords "databases" "mongodb"))]) (inf-clojure . [(20150109 1027) ((emacs (24 1)) (clojure-mode (4 0))) "an inferior-clojure mode" single ((:url . "http://github.com/clojure-emacs/inf-clojure") (:keywords "processes" "clojure"))]) (indicators . [(20130217 1405) nil "Display the buffer relative location of line in the fringe." single ((:url . "https://github.com/Fuco1/indicators.el") (:keywords "fringe" "frames"))]) (indent-guide . [(20141125 301) nil "show vertical lines to guide indentation" single ((:url . "http://hins11.yu-yake.com/"))]) (import-popwin . [(20140413 2241) ((popwin (0 6)) (cl-lib (0 5))) "popwin buffer near by import statements with popwin" single ((:url . "https://github.com/syohex/emacs-import-popwin"))]) (impatient-mode . [(20141109 832) ((cl-lib (0 3)) (simple-httpd (1 4 0)) (htmlize (1 40))) "Serve buffers live over HTTP" tar ((:url . "https://github.com/netguy204/imp.el"))]) (immutant-server . [(20140311 1508) nil "Run your Immutant server in Emacs" single ((:url . "http://www.github.com/leathekd/immutant-server.el"))]) (imgix . [(20141226 1332) ((json (1 2)) (ht (2 0)) (s (1 9 0)) (dash (2 9 0)) (cl-lib (0 5))) "Major mode for editing images in emacs via imgix" tar ((:keywords "images" "image processing" "image editing" "sepia" "blur"))]) (imenus . [(20150107 939) ((cl-lib (0 5))) "Imenu for multiple buffers" single ((:url . "https://gitorious.org/alezost-emacs/imenus") (:keywords "tools" "convenience"))]) (imenu-anywhere . [(20141218 1159) ((cl-lib (0 5))) "ido/helm imenu tag selection across all buffers with the same mode" single ((:url . "https://github.com/vitoshka/imenu-anywhere") (:keywords "ido" "imenu" "tags"))]) (imenu+ . [(20150104 2348) nil "Extensions to `imenu.el'." single ((:url . "http://www.emacswiki.org/imenu+.el") (:keywords "tools" "menus"))]) (imakado . [(20141024 223) nil "imakado's usefull macros and functions" single ((:url . "https://github.com/imakado/emacs-imakado") (:keywords "convenience"))]) (image-dired+ . [(20130811 1741) nil "Image-dired extensions" single ((:url . "https://github.com/mhayashi1120/Emacs-image-diredx/raw/master/image-dired+.el") (:keywords "extensions" "multimedia"))]) (image-archive . [(20141229 1934) ((emacs (24)) (cl-lib (0 5))) "Image thumbnails in archive file with non-blocking" single ((:url . "https://github.com/mhayashi1120/Emacs-image-archive/raw/master/image-archive.el") (:keywords "multimedia"))]) (image+ . [(20130221 820) nil "Image manupulation extensions for Emacs" single ((:url . "http://github.com/mhayashi1120/Emacs-imagex/raw/master/image+.el") (:keywords "multimedia" "extensions"))]) (igv . [(20141210 427) nil "Control Integrative Genomic Viewer within Emacs" single nil]) (igrep . [(20130824 1207) nil "An improved interface to `grep` and `find`" single ((:keywords "tools" "processes" "search"))]) (ignoramus . [(20140512 658) nil "Ignore backups, build files, et al." single ((:url . "http://github.com/rolandwalker/ignoramus") (:keywords "convenience" "tools"))]) (iflipb . [(20130331 1108) nil "interactively flip between recently visited buffers" single ((:url . "http://hg.rosdahl.net/iflipb"))]) (iedit . [(20150108 1653) nil "Edit multiple regions in the same way simultaneously." tar ((:url . "http://www.emacswiki.org/emacs/Iedit") (:keywords "occurrence" "region" "simultaneous" "refactoring"))]) (ids-edit . [(20141112 1642) ((emacs (24 3))) "IDS (Ideographic Description Sequence) editing tool" tar ((:url . "http://github.com/kawabata/ids-edit") (:keywords "text"))]) (idris-mode . [(20150115 145) ((emacs (24))) "Major mode for editing Idris code" tar ((:url . "https://github.com/idris-hackers/idris-mode") (:keywords "languages"))]) (idomenu . [(20141123 1320) nil "imenu tag selection a la ido" single nil]) (ido-vertical-mode . [(20150102 654) nil "Makes ido-mode display vertically." single ((:url . "https://github.com/gempesaw/ido-vertical-mode.el") (:keywords "convenience"))]) (ido-ubiquitous . [(20141118 1234) ((emacs (24 1))) "Use ido (nearly) everywhere." single ((:url . "https://github.com/DarwinAwardWinner/ido-ubiquitous") (:keywords "convenience" "completion" "ido"))]) (ido-sort-mtime . [(20131117 530) nil "Sort Ido's file list by modification time" single ((:keywords "convenience" "files"))]) (ido-select-window . [(20131220 1247) ((emacs (24 1))) "Select a window using ido and buffer names" single ((:url . "https://github.com/pjones/ido-select-window"))]) (ido-load-library . [(20140611 900) ((persistent-soft (0 8 8)) (pcache (0 2 3))) "Load-library alternative using ido-completing-read" single ((:url . "http://github.com/rolandwalker/ido-load-library") (:keywords "maint" "completion"))]) (ido-hacks . [(20141225 2338) nil "Put more IDO in your IDO" single ((:keywords "convenience"))]) (ido-gnus . [(20140216 846) ((gnus (5 13))) "Access gnus groups or servers using ido" single ((:url . "https://github.com/vapniks/ido-gnus") (:keywords "comm"))]) (ido-complete-space-or-hyphen . [(20130228 208) nil "Complete SPACE or HYPHEN when type SPACE in ido" single ((:url . "https://github.com/doitian/ido-complete-space-or-hyphen") (:keywords "ido" "completion"))]) (ido-at-point . [(20141210 2314) ((emacs (24))) "ido-style completion-at-point" single ((:url . "https://github.com/katspaugh/ido-at-point") (:keywords "convenience" "abbrev"))]) (idle-require . [(20090715 1503) nil "load elisp libraries while Emacs is idle" single ((:url . "http://nschum.de/src/emacs/idle-require/") (:keywords "internal"))]) (idle-highlight-mode . [(20120920 948) nil "highlight the word the point is on" single ((:url . "http://www.emacswiki.org/cgi-bin/wiki/IdleHighlight") (:keywords "convenience"))]) (identica-mode . [(20130204 1453) nil "Major mode API client for status.net open microblogging" tar ((:url . "http://blog.gabrielsaldana.org/identica-mode-for-emacs/") (:keywords "identica" "web"))]) (icomplete+ . [(20150104 2346) nil "Extensions to `icomplete.el'." single ((:url . "http://www.emacswiki.org/icomplete+.el") (:keywords "help" "abbrev" "internal" "extensions" "local" "completion" "matching"))]) (icicles . [(20150115 543) nil "Minibuffer input completion and cycling." tar ((:url . "http://www.emacswiki.org/icicles.el") (:keywords "extensions" "help" "abbrev" "local" "minibuffer" "keys" "apropos" "completion" "matching" "regexp" "command"))]) (ibuffer-vc . [(20141013 742) ((cl-lib (0 2))) "Group ibuffer's list by VC project, or show VC status" single ((:url . "http://github.com/purcell/ibuffer-vc") (:keywords "themes"))]) (ibuffer-tramp . [(20140301 1006) nil "Group ibuffer's list by TRAMP connection" single ((:url . "http://github.com/svend/ibuffer-tramp") (:keywords "themes"))]) (ibuffer-projectile . [(20141229 1252) ((projectile (0 11 0))) "Group ibuffer's list by projectile root" single ((:url . "http://github.com/purcell/ibuffer-projectile") (:keywords "themes"))]) (ibuffer-git . [(20110508 31) nil "show git status in ibuffer column" single ((:keywords "convenience"))]) (iasm-mode . [(20131004 1644) nil "interactive assembly major mode." single ((:url . "https://github.com/RAttab/iasm-mode") (:keywords ":" "tools"))]) (i2b2-mode . [(20140709 1804) nil "Highlights corresponding PHI data in the text portion of an i2b2 XML Document." single ((:keywords "xml" "phi" "i2b2" "deidi2b2"))]) (hyde . [(20141209 1923) nil "Major mode to help create and manage Jekyll blogs" tar nil]) (hy-mode . [(20150102 1857) nil "Major mode for Hy code" single ((:url . "http://github.com/hylang/hy-mode") (:keywords "languages" "lisp"))]) (hungry-delete . [(20141207 2125) nil "hungry delete minor mode" single ((:url . "http://github.com/nflath/hungry-delete"))]) (httprepl . [(20141101 1034) ((s (1 9 0)) (dash (2 5 0)) (emacs (24))) "An HTTP REPL" single ((:url . "https://github.com/gregsexton/httprepl.el") (:keywords "http" "repl"))]) (httpcode . [(20121001 2045) nil "explains the meaning of an HTTP status code" single ((:url . "http://github.com/rspivak/httpcode.el"))]) (http-twiddle . [(20121117 812) nil "send & twiddle & resend HTTP requests" single ((:url . "https://github.com/hassy/http-twiddle/blob/master/http-twiddle.el") (:keywords "http" "rest" "soap"))]) (http-post-simple . [(20131011 358) nil "HTTP POST requests using the url library" single ((:keywords "comm" "data" "processes" "hypermedia"))]) (http . [(20141127 855) ((emacs (24)) (cl-lib (0 5)) (s (1 9 0)) (request (0 2 0))) "An HTTP client for Emacs" single ((:url . "https://github.com/emacs-pe/http.el") (:keywords "convenience"))]) (htmlize . [(20130207 1202) nil "Convert buffer text and decorations to HTML." single ((:keywords "hypermedia" "extensions"))]) (html-to-markdown . [(20131212 1441) nil "HTML to Markdown converter written in Emacs-lisp." single ((:url . "http://github.com/Bruce-Connor/html-to-markdown") (:keywords "tools" "wp" "languages"))]) (html-script-src . [(20120403 1115) nil "Insert