| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/emacs.scm (emacs-magit-popup): Update to 2.12.3.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.7.2.
|
|
|
|
| |
* gnu/packages/emacs.scm (geiser): Update to 0.10.
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-evil-collection): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-helm-system-packages): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-org): Update to 9.1.11.
(emacs-org-contrib): Update to 20180423.
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-elisp-slime-nav): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-org): Update to 9.1.10.
(emacs-org-contrib): Update to 20180416.
|
|
|
|
|
|
|
|
|
| |
The package would fail building when attempting to create a cache
directory. This has been fixed upstream but not in a tagged release.
* gnu/packages/emacs.scm (emacs-sx): Update to latest git version.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-esxml)[arguments]: Add fix-sources phase.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-kv): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-realgud): Update to 1.4.5.
|
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-realgud)[arguments]: Move the
fix-autogen-script phase to after the set-emacs-load-path phase.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-deferred)[arguments]: Add fix-makefile
phase. Set #:test-command, and enable tests.
[native-inputs]: Add emacs-ert-expectations, emacs-undercover and ert-runner.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-memoize): Update to 1.1. Re-indent.
[source]: Switch to release tarball.
[arguments]: Remove "-l" "memoize.el" from #:test-command.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (ert-runner): Use 'prefix instead of '= for setting
the EMACSLOADPATH environment variable. Reuse the already computed
EMACSLOADPATH for wrap-program. Specify the dependencies directly in the
inputs field.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-dash, emacs-s, emacs-string-inflection,
emacs-company, emacs-clojure-mode, emacs-julia-mode, emacs-elfeed,
emacs-memoize, emacs-use-package, emacs-xmlgen, emacs-json-reformat,
emacs-which-key, emacs-ws-butler, emacs-git-messenger, emacs-browse-at-remote,
emacs-evil-quickscope)[arguments]: Add #:tests? and #:test-command arguments
to use the new check phase.
(emacs-json-reformat)[inputs]: Move emacs-dash and emacs-shut-up to ...
[native-inputs]: here. Add ert-runner.
(emacs-company)[arguments]: Refactor fix-bin-dir phase.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Add
emacs-set-emacs-load-path phase.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-lispyville): New variable.
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-lispy): Wrap with let, and change source to
the Git repository.
[propagated-inputs]: Add emacs-zoutline.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-zoutline): New variable.
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-idris-mode)[source]: Fix hash.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-ergoemacs-mode): New variable.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-emms-player-mpv): Update to 0.1.0.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-epkg): New public variable.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-closql): New public variable.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-emacsql): New public variable.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-finalize): New public variable.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-cl-generic): New public variable.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-pg): New public variable.
|
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-polymode)[arguments]: Add modes subdirectory
to #:include. Add add-modes-subdir-to-load-path phase.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-dired-hacks)[propagated-inputs]: Add
emacs-eimp.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-eimp): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-request)[propagated-inputs]: Add
emacs-deferred.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-org-trello): Update to 0.8.0.
|
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-org-trello)[propagated-inputs]: Add emacs-f
and emacs-helm. Sort.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-ert-expectations): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-smartparens)[propagated-inputs]: Add
emacs-markdown-mode.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-mu4e-alert)[propagated-inputs]: Add mu.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-evil-matchit): Update to 2.2.6.
|
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-evil-matchit)[propagated-inputs]: Add
emacs-evil.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-es-mode): Update to 4.3.0.
|
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-es-mode)[propagated-inputs]: Add emacs-dash
and emacs-spark.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-spark): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-cdlatex)[propagated-inputs]: Add
emacs-auctex.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-pass): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-evil-anzu): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-password-store): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-emmet-mode): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-anzu)[source]: Replace MELPA tarball with the
upstream release.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|