aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/emacs-xyz.scm
Commit message (Collapse)AuthorAge
* gnu: Add emacs-ample-theme.Pierre Langlois2019-11-19
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ample-theme): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-pdf-tools: Adapt phase name.Maxim Cournoyer2019-11-19
| | | | | | | | | | Follow up commit to c51d4c7746fe99e60b32d7e9ee0da2b847174253. * gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Add the emacs-install phase after the emacs-add-source-to-load-path instead of after the emacs-set-emacs-load-path phase. Reported-by: Brett Gilio <brettg@posteo.net>
* gnu: emacs-scel: Fix build.Maxim Cournoyer2019-11-19
| | | | | | This is a follow up commit to e1d31e6457. * gnu/packages/emacs-xyz.scm (emacs-scel): Fix build.
* gnu: emacs-realgud: Fix build.Maxim Cournoyer2019-11-19
| | | | | | This is a follow up commit to e1d31e6457. * gnu/packages/emacs-xyz.scm (emacs-realgud): Fix build.
* gnu: emacs-pdf-tools: Fix build.Maxim Cournoyer2019-11-19
| | | | | | This is a follow up commit to e1d31e6457. * gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Fix build.
* gnu: emacs-forge: Fix build.Maxim Cournoyer2019-11-19
| | | | | | This is a follow up commit to e1d31e6457. * gnu/packages/emacs-xyz.scm (emacs-forge): Fix build.
* gnu: emacs-eshell-z: Update to 0.4.David Wilson2019-11-18
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-eshell-z): Update to 0.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: emacs-ccls: Propagate ccls.Mathieu Othacehe2019-11-18
| | | | * gnu/packages/emacs-xyz.scm (emacs-ccls)[propagated-inputs]: Add ccls.
* gnu: emacs-desktop-environment: Update to 0.3.0.David Wilson2019-11-16
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 0.3.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: emacs-flycheck-cpplint: Set cpplint path.Mathieu Othacehe2019-11-15
| | | | | * gnu/packages/emacs-xyz.scm (emacs-flycheck-cpplint)[inputs]: Add cpplint. [arguments]: Add a set-cpplint-path phase to set the path of cpplint.
* gnu: Add emacs-helm-fish-completion.Pierre Neidhardt2019-11-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): New variable.
* gnu: Add emacs-spacegray-theme.David Wilson2019-11-13
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-spacegray-theme) New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-auctex: Update to 12.2.0.Tobias Geerinckx-Rice2019-11-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 12.2.0.
* gnu: Add emacs-flycheck-cpplint.Mathieu Othacehe2019-11-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-flycheck-cpplint): New variable.
* Revert "gnu: Add emacs-flycheck-cpplint."Mathieu Othacehe2019-11-12
| | | | | This reverts commit 87f2a7c86f385531ae333d2466e05b2a16717a83. It includes undesired alignment fixes.
* gnu: Add emacs-flycheck-cpplint.Mathieu Othacehe2019-11-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-flycheck-cpplint): New variable.
* gnu: emacs-forge: Use right home-page URL.Pierre Neidhardt2019-11-11
| | | | | * gnu/packages/emacs-xyz.scm (emacs-forge)[home-page]: Set home-page to https://github.com/magit/forge/.
* gnu: Add 'file-name' where appropriate.Efraim Flashner2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (detox, neofetch), gnu/packages/algebra.scm (python-fpylll), gnu/packages/bioinformatics.scm (tbsp, genrich), gnu/packages/crypto.scm (hpenc), gnu/packages/digest.scm (xxhash), gnu/packages/emacs-xyz.scm (emacs-tiny, emacs-ergoemacs-mode, emacs-make-it-so, emacs-poet-theme, emacs-deft, emacs-scribble-mode, emacs-helm-mu, emacs-unidecode, emacs-diff-hl, emacs-helm-exwm, emacs-gif-screencast, emacs-exec-path-from-shell), gnu/packages/engineering.scm (gpx), gnu/packages/freedesktop.scm (waylandpp), gnu/packages/golang.scm (go-github-com-sirupsen-logrus, go-github-com-shirou-gopsutil), gnu/packages/guile-xyz.scm (guile-studio, guile-picture-language, jupyter-guile-kernel), gnu/packages/image-viewers.scm (qview), gnu/packages/java-maths.scm (java-jblas), gnu/packages/llvm.scm (libclc), gnu/packages/logging.scm (spdlog), gnu/packages/ocaml.scm (ocaml-cstruct, ocaml-zarith), gnu/packages/terminals.scm (libtsm), gnu/packages/tigervnc.scm (tigervnc-client), gnu/packages/xdisorg.scm (xcalib, xbanish) [source]: Add file-name.
* gnu: emacs-engine-mode: Update to 2.1.1.Pierre Neidhardt2019-11-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-engine-mode): Update to 2.1.1.
* gnu: emacs-eshell-prompt-extras: Update to 1.0.Pierre Neidhardt2019-11-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-eshell-prompt-extras): Update to 1.0.
* gnu: Add emacs-windower.Pierre Neidhardt2019-11-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-windower): New variable.
* gnu: emacs-unfill: Use `version' instead of hard-coding git-reference.Pierre Neidhardt2019-11-04
| | | | | * gnu/packages/emacs-xyz.scm (emacs-unfill)[source]: Use `version' in `commit' field.
* gnu: Add emacs-leafLeo Prikler2019-11-04
| | | | | | * gnu/packages/emacs-xyz: (emacs-leaf): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: emacs-fish-completion: Update to 1.2.Pierre Neidhardt2019-11-03
| | | | * gnu/packages/emacs-xyz.scm (emacs-fish-completion): Update to 1.2.
* gnu: emacs-emms: Update to 5.3.Tobias Geerinckx-Rice2019-11-03
| | | | * gnu/packages/emacs-xyz.scm (emacs-emms): Update to 5.3.
* gnu: Add emacs-tramp-auto-auth.Oleg Pykhalov2019-11-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-tramp-auto-auth): New variable.
* gnu: emacs-evil-collection: Update to 20191102.Pierre Neidhardt2019-11-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20191102.
* gnu: Add emacs-unfill.Pierre Neidhardt2019-11-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-unfill): New variable.
* gnu: emacs-adoc-mode: Enable tests.Maxim Cournoyer2019-11-01
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-adoc-mode)[source]: Fetch sources from Git, as there are no tests in the MELPA release. [arguments]: Enable tests and specify the test command. {phases}: Add a 'disable-failing-tests phase.
* gnu: Add emacs-eshell-did-you-mean.Pierre Neidhardt2019-10-30
| | | | * gnu/packages/emacs-xyz.scm (emacs-eshell-did-you-mean): New variable.
* gnu: Add emacs-eshell-prompt-extras.Pierre Neidhardt2019-10-30
| | | | * gnu/packages/emacs-xyz.scm (emacs-eshell-prompt-extras): New variable.
* gnu: emacs-evil: Fix test helpers.Clément Lassieur2019-10-29
| | | | | * gnu/packages/emacs-xyz.scm (emacs-evil)[arguments]: Add a 'fix-test-helpers' phase.
* gnu: emacs-evil: Remove undo-tree dependency.Clément Lassieur2019-10-29
| | | | | | | | Because it is buggy and unnecessary. See <https://github.com/emacs-evil/evil/issues/1074>. * gnu/packages/emacs-xyz.scm (emacs-evil)[propagated-inputs]: Remove emacs-undo-tree and emacs-goto-chg.
* gnu: emacs-helm-projectile: Update package.Stephen Webber2019-10-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-helm-projectile): Update package. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: emacs-csv-mode: Update to 1.10.Tobias Geerinckx-Rice2019-10-28
| | | | * gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.10.
* gnu: emacs-ag: Update to 0.48.Clément Lassieur2019-10-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-ag): Update to 0.48.
* gnu: Add emacs-evil-args.Brian Leung2019-10-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-args): New variable.
* gnu: emacs-debpaste: Use GIT-FILE-NAME.Brian Leung2019-10-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-debpaste): Use GIT-FILE-NAME.
* gnu: emacs-editorconfig: Update to 0.8.1.Brian Leung2019-10-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.8.1.
* gnu: emacs-counsel-dash: Require emacs-ivy.Brian Leung2019-10-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-counsel-dash): Require emacs-ivy.
* gnu: Add emacs-auth-source-pass.Brian Leung2019-10-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-auth-source-pass): New variable.
* gnu: emacs-counsel-dash: Update to 0.1.3-3.7027868.Brian Leung2019-10-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-counsel-dash): Update to 0.1.3-3.7027868.
* gnu: emacs-hierarchy: Enable tests.Brian Leung2019-10-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-hierarchy): Enable tests.
* gnu: emacs-org-ql: Update to 0.3.2.Brian Leung2019-10-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.3.2.
* gnu: Add emacs-ivy-xref.Brian Leung2019-10-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-ivy-xref): New variable.
* gnu: Add emacs-evil-markdown.Brian Leung2019-10-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-markdown): New variable.
* gnu: emacs-ibuffer-projectile: Update to 0.2-2.7649621.Brian Leung2019-10-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-ibuffer-projectile): Update to 0.2-2.7649621.
* gnu: emacs-nodejs-repl: Enable tests.Brian Leung2019-10-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-nodejs-repl): Enable tests.
* gnu: emacs-web-server: Enable tests.Brian Leung2019-10-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-web-server): Enable tests.
* gnu: emacs-forge: Update to 0.1.0-2.63cbf81.Brian Leung2019-10-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.1.0-2.63cbf81.