Commit graph

139 commits

Author SHA1 Message Date
Herwig Hochleitner a4cbd69ef0 emacs-modes: add upstream tramp
this fixes http://emacs.stackexchange.com/questions/21026/tramp-recreates-dev-null-as-a-regular-file
2016-09-14 21:39:02 +02:00
Shea Levy c6460fb0cb melpa: Add inherit-local, bump f.el 2016-09-10 11:25:21 -04:00
Thomas Tuegel 64ba7b53f1 Revert "Merge pull request #17806 from matthewbauer/emacs-wrapper"
This reverts commit da68127737, reversing
changes made to 2ba494b728.

These changes are reverted because they cause an incompatibility which
they should not.
2016-08-19 15:09:41 -05:00
Matthew Bauer 6ceedaaee4 emacs: add versatile "emacsWrapper"
"emacsWrapper" replaces emacsWithPackages. In addition to "packagesFun",
emacsWrapper has an optional variable called "execStart". execStart can
be used to append elisp to the default site-start.el script. This is
useful for providing a way to load a user's .emacs.d/init.el
file. "emacsWithPackages" is implemented with emacsWrapper for
convenience and compatability.
2016-08-17 18:19:58 +00:00
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