Commit graph

285 commits

Author SHA1 Message Date
Thomas Tuegel 8940d740b5 emacsPackagesNg: remove old version of seq
Fixes #17299.
2016-07-27 20:50:28 -05:00
Alexey Lebedeff acbfc56b43 emacs-source-code: init at 1.0.0
This pseudo-package will help emacs find its own C sources.

When this package is used in `emacsWithPackages`, you will be able to
reach emacs C sources, e.g. through a link in `describe-function`
buffer.
2016-07-26 20:17:09 +03:00
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Benjamin Saunders eecebcd058 structured-haskell-mode: fix emacs package
This emacs package requires the binary from the external package to be
in exec-path.
2016-06-06 20:23:39 -07:00
Samuel Rivas 67394f9152 emacs: hide wrapper dependencies
Move all the dependencies to their own derivation, so that we don't publish all
of them if the wrapper is installed in a profile.

The previous solution just moved them to a custom directory to avoid conflicts,
this refactors that and completely hides them, while preserving the desired
improvement of adding only one directory to each of the emacs search paths
2016-05-12 22:43:30 +02:00
Michael Alan Dorman 14ba2f4f24 Remove obsolete magit (and associated packages) version 2016-05-08 18:33:29 -04:00
Michael Alan Dorman a8b3cf4669 Use generated org and org-plus-contrib packages. 2016-05-08 18:33:27 -04:00
Hoang Xuan Phu 9f882729bf emacsPackages: remove outdated helm 2016-04-04 10:38:56 +08:00
zimbatm 17348dc094 Remove all dots at end of descriptions
Specially crafted for @JagaJaga

    find pkgs -name "*.nix" -exec \
      sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Eric Seidel d43c080457 emacs-packages: remove hardcoded flycheck and pin hindent to cabal version 2016-02-01 10:57:02 -08:00
Thomas Tuegel 32c30411cf emacsWithPackages: link packages into single load-path
This should provide a small speed improvement by avoiding having to set
hundreds of load-paths.
2016-01-20 12:53:11 -06:00
Eric Seidel 322a691377 emacs-packages: update diminish 0.44 -> 0.45 2016-01-19 14:16:35 -08:00
Thomas Tuegel b81c8b9013 emacsPackagesNg: add note about elpaBuild 2016-01-18 15:29:18 -06:00
Thomas Tuegel 001341f8c9 emacs-org-plus-contrib: use elpaBuild 2016-01-18 15:29:18 -06:00
Thomas Tuegel e01a41aee1 emacs-auctex: 11.87.7 -> 11.89
Uses generated package from ELPA.
2016-01-18 15:29:18 -06:00
Thomas Tuegel d40e9bed15 emacs-let-alist: use generated package 2016-01-18 15:29:17 -06:00
Thomas Tuegel 61436c90e2 emacsPackagesNg: prefer melpaStablePackages to elpaPackages
Both package sets are stable, but elpaPackages is an ad hoc set, so we
should prefer melpaStablePackages.
2016-01-18 15:29:16 -06:00
Arseniy Seroka 92a28dd4bb Merge pull request #12252 from svend/emacs-pdf-tools-fix-deps
emacs-pdf-tools: Move packages to packageRequires
2016-01-13 12:49:05 +03:00
Thomas Tuegel 49aa382f87 emacsPackagesNg.undo-tree: 0.6.4 -> 0.6.5
This removes the hand-written expression.
2016-01-11 09:45:50 -06:00
Thomas Tuegel 542906a29b Merge pull request #12209 from aycanirican/remove_obsolete_emacs_dash
emacs-packages: remove obsolete dash package
2016-01-08 17:05:06 -06:00
Svend Sorensen 5e775696d0 emacs-pdf-tools: Move packages to packageRequires
Move the Emacs packages to packageRequires so that they get installed.
2016-01-08 14:11:06 -08:00
Tomas Hlavaty 0b7de904cc paredit: remove obsolete expression 2016-01-08 21:47:33 +01:00
Pascal Wittmann 4f3fc36144 emacsPackages.evil-mc: fix evaluation 2016-01-07 17:29:52 +01:00
Aycan iRiCAN 435b1ec43d emacs-packages: remove obsolete dash package 2016-01-07 17:04:17 +02:00
Thomas Strobel d3de3db077 emacs-packages: init evil-mc, evil-jumper and evil-visualstar at 20151017 2016-01-07 14:30:03 +01:00
Eric Seidel b9e4cc83fa emacs-packages: remove custom derivations for auto-complete, async, and markdown-mode 2016-01-04 13:19:51 -08:00
Ben Darwin 8565efc4da remove manual derivation for popup-mode 2015-12-30 10:36:15 -05:00
Antoine R. Dumont (@ardumont) fddf0dfa49 Remove deferred's manual derivation
11503 related
2015-12-28 20:29:54 +01:00
Antoine R. Dumont (@ardumont) b863b5fc35 Remove yasnippet's manual derivation
11503 related
2015-12-28 20:28:48 +01:00
Thomas Tuegel 57c9994a08 ace-jump-mode: 20140616 -> 2.0 2015-12-22 06:46:15 -06:00
Thomas Tuegel 9268f0e676 emacsPackagesNg: update user documentation 2015-12-19 09:31:46 -06:00
Thomas Tuegel dadfd93811 emacsWithPackages: know its own package set
Fixes #10819. emacsWithPackages will know its own package set. This
requires it to be in a package set, rather than at the top level, so it
lives in emacsPackagesNg.
2015-12-19 09:31:41 -06:00
Thomas Tuegel 78d68b8c14 emacsPackagesNg: don't expose package functions
Remove elpaPackages, melpaStablePackages, and melpaPackages from the
top-level.
2015-12-17 07:23:50 -06:00
Thomas Tuegel f7ce3cdddb emacsPackagesNg: don't call override repeatedly
Calling override repeatedly obfuscates how the final package set is
actually constructed.
2015-12-17 07:23:50 -06:00
Thomas Tuegel 8e655250bd emacsPackagesNg: add all of MELPA 2015-12-17 07:23:50 -06:00
Eric Seidel 8f7561dba2 emacsPackagesNg: update various packages, add seq.el
- circe, lcs, lui, shorten, tracking: 1.5 -> 2.1
- expand-region: 20141012 -> 20150902
- flycheck: 0.23 -> 0.25.1
- haskell-mode: 13.14 -> 13.16
- magit: 2.3.0 -> 2.3.1
- projectile: 0.12.0 -> 0.13.0
- seq: init at 1.11
- smartparens: 1.6.2 -> 20151025
- swiper: 0.6.0 -> 0.7.0
2015-12-14 13:25:43 -08:00
Thomas Tuegel ace303f79c emacsPackagesNg: pass melpaBuild, trivialBuild to packages 2015-12-07 06:28:56 -06:00
Thomas Tuegel 026e3424a7 emacsPackagesNg: include elpaPackages 2015-12-06 13:17:41 -06:00
codsl 4f15547a9c emacs-packages: bind-key: 20150317 -> 20150321, fixes #11490 2015-12-05 20:19:39 +01:00
codsl ce013bf507 emacs-packages: use-package: 20150317 -> 20151112 2015-12-05 20:19:32 +01:00
Jan Malakhovski ba7a883340 emacs-packages: helm-bibtex: init at 20151125 2015-12-04 17:55:53 +00:00
Jan Malakhovski f807e3338e emacs-packages: sort helm packages 2015-12-04 17:55:53 +00:00
Jan Malakhovski b7fdbf1f2e emacs-packages: parsebib: init at 20151006 2015-12-04 17:55:52 +00:00
Jan Malakhovski 9c3f2bd322 emacs-packages: f: init at 20151113 2015-12-04 17:55:51 +00:00
Jan Malakhovski 13956d6444 emacs-packages: s: 20140910 -> 20151023 2015-12-04 17:55:51 +00:00
Anders Papitto 94a109c0c9 go-mode: init at 20150817 2015-11-27 09:48:57 -08:00
Damien Cassou 250a165b80 pdf-tools: init at v0.70 2015-11-23 16:23:42 +01:00
Damien Cassou ce79dd4f25 tablist: init at 0.70 2015-11-23 16:18:38 +01:00
Florent Becker e61ad1288c emacs-packages.rust-mode: init at 20151026 (close #10674) 2015-11-16 16:46:04 +01:00
Damien Cassou 971b90e98d Merge pull request #11015 from DamienCassou/elisp-ffi-1.0.0
elisp-ffi: git-20141103 → 1.0.0
2015-11-13 22:33:36 -03:00
Damien Cassou 195246c316 elisp-ffi: git-20141103 → 1.0.0 2015-11-13 20:08:42 -03:00
Arseniy Seroka 6a192b4e98 Merge pull request #10997 from oxij/emacs-packages-metas
emacs-packages: fix metas, add descriptions, split git-rebase from magit
2015-11-13 17:38:57 +03:00
Damien Cassou 5c6725b7e3 Merge pull request #10984 from DamienCassou/elisp-ffi
elisp-ffi: init at git 2014-11-03
2015-11-13 10:25:50 -03:00
Damien Cassou 965fbcc419 elisp-ffi: init at git 2014-11-03 2015-11-13 08:23:14 -03:00
Jan Malakhovski 58a8485090 emacs-packages: split git-rebase from magit, deprecate git-rebase-mode
magit doesn't depend on git-rebase, git-rebase depends on magit
2015-11-12 21:23:15 +00:00
Jan Malakhovski 2d14b2d540 emacs-packages: fix metas, add descriptions, deprecate git-commit-mode 2015-11-12 21:23:15 +00:00
Tomas Hlavaty 24dc085916 paredit: init at 25 2015-11-07 23:20:10 +01:00
Aycan iRiCAN 5ab1e997b7 emacs-packages: magit 2.2.2 -> 2.3.0, dash 2.11.0 -> 2.12.1 2015-10-29 08:36:45 +02:00
Aycan iRiCAN e9c89c7496 emacsPackagesNg: Bump git-gutter version to 20150930 2015-10-29 08:02:04 +02:00
Aycan iRiCAN 00a20415f0 emacsPackagesNg: git-gutter init at 0.83 2015-10-29 07:56:53 +02:00
goibhniu d673bf7ed3 Merge pull request #10429 from anderspapitto/master
rtags: init at 9fed420
2015-10-21 18:31:37 +02:00
Anders Papitto 8af5e2ef01 rtags: init at 9fed420 2015-10-18 13:49:23 -07:00
Eric Seidel 270062dbb3 emacsPackagesNg: add avy, hydra. update async, magit, swiper 2015-10-17 14:11:09 -07:00
Antoine R. Dumont (@ardumont) 2f5cbb1b62 emacs-packages: elpy add runtime dependencies on pythonpackages.elpy 2015-10-01 14:08:19 +02:00
Antoine R. Dumont 3e91739437 emacs-packages: elpy init at 1.9.0 2015-10-01 12:34:19 +02:00
Antoine R. Dumont d69c493eed emacs-packages: pyvenv init at 1.7 2015-10-01 12:34:19 +02:00
Antoine R. Dumont b429a536de emacs-packages: highlight-indentation init at 0.7.0 2015-10-01 12:34:19 +02:00
Antoine R. Dumont c623972091 emacs-packages: find-file-in-project init at 3.5 2015-10-01 12:34:19 +02:00
Antoine R. Dumont 8755a79cb8 emacs-packages: yasnippet init at 0.8.1 2015-10-01 12:34:19 +02:00
Oliver Dunkl 410749d795 [emacs-packages]: engine-mode init at 1.0.0 2015-09-14 20:12:06 +02:00
Arseniy Seroka 6c11c0629b Merge pull request #9832 from ardumont/fix-org-trello
emacs24PackagesNg.org-trello: fix inclusion files pattern
2015-09-14 17:41:39 +03:00
Arseniy Seroka bff7e44ffe Merge pull request #9829 from ardumont/init-org2jekyll
emacs24PackagesNg.org2jekyll: init at 0.1.8
2015-09-12 21:00:34 +03:00
Antoine R. Dumont b78299bf32 org2jekyll: init at 0.1.8 2015-09-12 19:59:47 +02:00
Antoine R. Dumont 46b8f68ae7 org-trello: fix inclusion files pattern 2015-09-12 19:40:08 +02:00
Antoine R. Dumont 17730286fe markdown-toc: init at 0.0.8 2015-09-12 18:45:02 +02:00
Antoine R. Dumont 47012e37bf org-trello: 0.6.9.3 -> 0.7.5 2015-09-08 15:57:39 +02:00
Antoine R. Dumont 8fc12e64e6 dash-functional: init at 2.11.0 2015-09-08 15:57:39 +02:00
Eric Seidel acdc9370f5 emacs-packages: idris-mode 0.9.18 -> 0.9.19 2015-09-02 12:14:22 -07:00
Thomas Tuegel 04124c45a7 emacs-evil: 20141020 -> 1.2.3
Use the actual upstream source, not some random mirror.
2015-08-23 10:26:23 -05:00
Jan Malakhovski 7a73622116 emacs-packages: ghc-mod now requires haskell-mode 2015-08-16 18:00:56 +00:00
Eric Seidel 324c0f205a emacs-packages: idris-mode 0.9.15 -> 0.9.18 2015-08-14 12:33:35 -07:00
Jan Malakhovski b307fcccae emacs-packages: add meta information to more packages 2015-08-06 16:31:51 +00:00
Jan Malakhovski e403495938 emacs-packages: cleanup and fix request and request-deferred 2015-08-06 16:31:50 +00:00
Jan Malakhovski 0031120921 emacs-packages: make the file header more informative 2015-08-06 16:31:50 +00:00
Jan Malakhovski 56fbeb7a93 emacs-packages: add automatic meta.homepages to builders, cleanup other expressions
Because we can.
2015-07-31 02:02:04 +00:00
Eric Seidel cfa6dfb1de emacs-packages: magit 1.4.0 -> 2.1.0 2015-07-30 10:54:01 -07:00
Eric Seidel f21a749951 emacs-packages: dash 2.9.0 -> 2.11.0 2015-07-30 10:54:01 -07:00
Eric Seidel b1f1753f25 emacs-packages: update flycheck to 0.23
also add let-alist-1.0.4 and flycheck-haskell-0.7.2
2015-07-30 10:34:09 -07:00
RoboNickBot 6e5d34cac7 emacs-moe-theme: init at 1.0
Added the delightfully colorful "moe-theme" to the emacs package-set.

Tested; builds and works in the packaged emacs

https://github.com/kuanyui/moe-theme.el
2015-07-12 21:22:27 +00:00
Aycan iRiCAN afacbf7123 multiple-cursors: init at 20150627 2015-07-05 00:13:57 +03:00
Eric Seidel ef667f779f emacs-packages: separate helm- and persp-projectile from projectile
mirrors current MELPA division
2015-06-02 17:01:07 -07:00
Eric Seidel df95d3eca7 emacs-packages: add perspective-el 2015-06-02 17:01:07 -07:00
Eric Seidel 26a7698116 emacs-packages: haskell-mode 13.12 -> 13.14 2015-06-02 17:01:07 -07:00
Pascal Wittmann 5e5eaf0fba Add autotetris-mode, automatically play emacs tetris 2015-05-27 18:12:25 +02:00
Aycan iRiCAN 2a13368678 Added web-mode for emacs 2015-05-27 17:28:34 +03:00
Eric Seidel 59ab07351b emacs-packages: update swiper to 0.5.0 2015-05-23 13:46:48 -07:00
Eric Seidel 221c45d51f emacs-packages: update projectile 2015-05-14 09:53:02 -07:00
Eric Seidel daa5938c6a emacs-packages: add swiper 2015-05-08 14:16:21 -07:00
Pascal Wittmann be7e172052 Merge pull request #7456 from bcdarwin/button-lock
new emacs package: button-lock 1.0.2
2015-04-19 09:52:06 +02:00
Ben Darwin 8f7a867dcc emacsPackagesNg.popup: 0.5.0 -> 0.5.2 2015-04-19 02:36:31 -04:00
Ben Darwin f023c0a023 new emacs package: button-lock 1.0.2 2015-04-19 01:02:49 -04:00
Thomas Tuegel c6f47a5e9e emacs-packages: update haskell-mode to 13.12 2015-04-09 07:59:26 -05:00
Thomas Tuegel 304e61f6c0 emacs-packages: add git-timemachine-2.3 2015-04-09 07:59:25 -05:00
Thomas Tuegel 3cc43fa386 emacs-packages: add rainbow-delimiters-2.1.1 2015-04-09 07:59:25 -05:00
Thomas Tuegel 2a8b5cdc91 emacs-packages: add git-auto-commit-mode-4.4.0 2015-04-09 07:59:25 -05:00
Thomas Tuegel d01ce27a46 emacs-packages: add company-ghc-0.1.10 2015-04-09 07:59:25 -05:00
Thomas Tuegel ee02448540 emacs-packages: update company to 0.8.12 2015-04-09 07:59:25 -05:00
Thomas Tuegel 5434e31085 emacs-packages: update org-plus-contrib to 20150406 2015-04-09 07:59:25 -05:00
Thomas Tuegel 0b39630b12 emacs-packages: add evil-indent-textobject-0.2 2015-04-09 07:59:25 -05:00
Thomas Tuegel 7c023c50aa emacs-packages: add evil-leader-0.4.3 2015-04-09 07:59:24 -05:00
Eric Seidel fa8940dd60 emacs-packages: add ibuffer-vc 2015-04-08 09:58:37 -07:00
Nikolay Amiantov 0af0b2e067 emacsPackagesNg.evil: update url 2015-04-05 15:29:24 +03:00
Nikolay Amiantov 874a113996 emacsPackagesNg: export emacs 2015-04-05 15:29:24 +03:00
Eric Seidel 7db196790f emacs-packages: update weechat.el to 0.2.2 2015-04-03 10:36:03 -07:00
Eric Seidel 06f3a686e0 emacs-packages: update magit and git-modes 2015-04-01 18:11:20 -07:00
Jan Malakhovski 94df35da1f emacs: ghc-mod: add the binary to user environment
This is the correct way to do it, because users will expect to see the same
ghc-mod both in emacs and in shell.
2015-03-26 12:58:39 +00:00
Antoine R. Dumont 4123792239 Update to latest org-trello stable (0.6.9.3) 2015-03-22 10:50:32 +01:00
Eric Seidel 4122cd0ec4 emacs-packages: add alert, caml, and tuareg, and update use-package 2015-03-17 22:12:44 -07:00
Eric Seidel c843cebeda emacs-packages: add two themes 2015-03-16 10:23:43 -07:00
Antoine R. Dumont d8072196bd Add org-trello derivation 2015-03-15 23:56:47 +01:00
Antoine R. Dumont c3f489446d Add request-deferred derivation 2015-03-15 23:56:36 +01:00
Antoine R. Dumont d7bda5c580 Add request derivation 2015-03-15 23:26:43 +01:00
Antoine R. Dumont 511f95fee0 Add deferred derivation 2015-03-15 23:26:19 +01:00
Thomas Strobel 628594fd79 Fix URL for emacs evil package 2015-03-13 19:27:30 +01:00
Eric Seidel 19a6e3a2e6 emacs24PackagesNg: fix typos in "license" 2015-03-09 09:19:36 -07:00
Jan Malakhovski 6e59fa4941 add meta descriptions to a bunch of emacs packages 2015-03-03 16:02:19 +00:00
Jan Malakhovski 380389bc0b update and convert {apel, flim, semi, wanderlust} to emacs packages 2015-03-03 16:02:18 +00:00
Jan Malakhovski 8dd923a2e4 add smex emacs package 2015-03-03 16:02:18 +00:00
Jan Malakhovski 59ebcccc59 add nyan-mode emacs package 2015-03-03 16:02:17 +00:00
Jan Malakhovski 34e69a2572 add ido-ubiquitous emacs package 2015-03-03 16:02:17 +00:00
Jan Malakhovski e7061857c1 add browse-kill-ring emacs package 2015-03-03 16:02:16 +00:00
Jan Malakhovski de6e14f331 add anzu emacs package 2015-03-03 16:02:16 +00:00
Jan Malakhovski e3f6e475b7 add agda emacs package wrapper 2015-03-03 16:02:15 +00:00
Jan Malakhovski e4a4e109ba refactor Emacs packages'/modes' builders
This simplifies melpa builder by merging with it my old emacs modes builder,
adds better instructions and support for overrides in emacs-packages.nix,
and renames some emacs-related stuff in all-packages.nix for sanity reasons.

I declare this backwards compatible since direct uses of emacsPackages in
configuration.nix are very unlikely.
2015-03-03 16:02:15 +00:00
Jan Malakhovski a444eff3f2 reorganize emacs related files 2015-03-03 05:31:38 +00:00
Renamed from pkgs/top-level/emacs-melpa-packages.nix (Browse further)