about summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs-modes
Commit message (Collapse)AuthorAge
* treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| | | | | | | | | | | | | | | | | | | According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
* melpaPackages.gnuplot: add missing dependencyPeter Hoeg2020-01-13
|
* elpaPackages.gnuplot: 0.7 -> 0.7.2Peter Hoeg2020-01-13
| | | | Manual update as 0.7 breaks evil.
* melpa-packages: 2020-01-08adisbladis2020-01-08
|
* elpa-packages: 2020-01-08adisbladis2020-01-08
|
* treewide: *inputs are listsRobin Gloster2019-12-31
|
* emacsPackages.pod-mode: init at 1.04 (#76470)Alyssa Ross2019-12-28
|
* emacsPackages.sv-kalender: init at 1.9 (#75892)Robert Helgesson2019-12-20
|
* org-packages: 9.2.6 -> 9.3Matt Huszagh2019-12-03
|
* Merge pull request #74936 from acowley/emacs27-seqadisbladis2019-12-03
|\ | | | | emacs: do not use seq package from elpa for emacs >= 27
| * emacs: do not use seq package from elpa for emacs >= 27Anthony Cowley2019-12-03
| | | | | | | | | | | | | | | | | | | | The `seq` package that comes with emacs 27 is newer than that provided by ELPA. Various packages list `seq` as an input, causing it to be imported from ELPA in addition to the (newer) version bundled with emacs. Relying on the version packaged with emacs resolves the conflict. Fixes #73346
* | color-theme-solarized: update and fixSamuel Rivas2019-11-18
|/ | | | | | | | | | I suspect there is something wrong with the elpa package generator. Emacs' setup-hook adds the `site-lisp` directory to `load-path`, but elpa packages end up having their code in `site-lisp/elpa/package-version, and thus emacs cannot load them. If that worked, adding `color-theme` as `builInput` might be better than explicitly adding its `site-lisp` to the `load-path` in the `buildPhase`
* org-packages: 9.2.3 -> 9.2.6Léo Gaspard2019-11-04
| | | | | Note that the update-org script couldn't be used, as it is currently broken. The upgrade was thus done by hand.
* Merge pull request #72210 from urkud/emacs-cmake-mode-dontConfigureadisbladis2019-11-01
|\ | | | | emacs-cmake-mode: do not run `configure`
| * emacs-cmake-mode: do not run `configure`Yury G. Kudryashov2019-10-28
| | | | | | | | | | | | | | | | | | Before this patch, the stable version did not run configure, and the unstable version added `openssl` and `pkgconfig` to dependencies. Also, `dontConfigure = true` seems more readable than `configureScript = "true"`.
* | emacs-*-rtags: use upstream package namesYury G. Kudryashov2019-10-29
|/ | | | | Split `emacs-rtags` into `rtags` and `*-rtags` following the upstream (melpa) package names.
* Merge pull request #71347 from peterhoeg/f/emacs_vtermPeter Hoeg2019-10-28
|\ | | | | emacsPackages.vterm: fix dynamic library and autoloaders
| * emacsPackages.vterm: fix dynamic library and autoloadersPeter Hoeg2019-10-18
| | | | | | | | | | | | | | | | We need both the .so as well as the proper autoloaders that are generated when we build an emacs package, so we cannot use the normal stdenv.mkDerivation but have to inject the building of the libraries instead. Also, use the proper libvterm-neovim we have in nixpkgs instead of vendoring it.
* | melpa-packages: 2019-10-25Terje Larsen2019-10-25
| | | | | | | | | | The previous update included several errors which broke packages. This one re-fetched and fixed them.
* | melpa-packages: 2019-10-24Alexey Shmalko2019-10-24
| |
* | emacsPackages.evil-escape: fix buildPeter Hoeg2019-10-19
|/
* melpa-packages: 2019-09-26adisbladis2019-09-26
|
* elpa-packages: 2019-09-26adisbladis2019-09-26
|
* emacsPackages: Update elpaTim Steinbach2019-09-21
| | | | Via `update-elpa` script
* emacsPackages: Update melpaTim Steinbach2019-09-21
| | | | Via `update-melpa` script
* melpaPackages.elpy: bugfixSebastian Wild2019-09-12
| | | | | After the elpy dummy package was removed (#68217) it was still referenced in the melpa packages and broke emacs builds that included elpy.
* treewide: remove redundant quotesvolth2019-09-08
|
* Merge branch 'master' into stagingVladimír Čunát2019-09-02
|\
| * emacs-packages: Drop remnants of manually created packagesadisbladis2019-09-01
| |
| * emacs-packages.tramp: 2.3.0 -> 2.4.2adisbladis2019-09-01
| |
| * emacs-packages.helm-words: 20150413 -> 20190917adisbladis2019-09-01
| |
| * emacs-packages.emacsClangCompleteAsync: Drop manually created packageadisbladis2019-09-01
| |
| * emacs-packages.cua: Drop manually created packageadisbladis2019-09-01
| | | | | | | | It's included in emacs since version 22
| * emacs-packages: Drop manually created coffee-modeadisbladis2019-09-01
| |
| * emacs-packages: Drop manually created `gn` packageadisbladis2019-09-01
| |
| * emacs-packages: Fix melpa indentationadisbladis2019-09-01
| |
| * emacsPackages.seoul256-theme: Unmark as brokenadisbladis2019-08-31
| |
| * emacsPackages.processing-snippets: Unmark as brokenadisbladis2019-08-31
| |
| * emacsPackages.helm-lobsters: Unmark as brokenadisbladis2019-08-31
| |
| * emacsPackages.fold-dwim-org: Unmark as brokenadisbladis2019-08-31
| |
| * emacsPackages.flycheck-ocaml: Unmark as brokenadisbladis2019-08-31
| |
| * emacsPackages.floobits: Unmark as brokenadisbladis2019-08-31
| |
| * emacsPackages.evil-search-highlight-persist: Unmark as brokenadisbladis2019-08-31
| |
| * emacsPackages.eterm-256color: Unmark as broken from melpaadisbladis2019-08-31
| |
| * emacsPackages.emr: Unmark as brokenadisbladis2019-08-31
| |
| * emacsPackages.cmake-mode: Unmark as brokenadisbladis2019-08-31
| |
| * emacsPackages.window-numbering: Unmark as broken from melpaadisbladis2019-08-31
| |
| * emacsPackages.voca-builder: Unmark as broken from melpaadisbladis2019-08-31
| |
| * emacsPackages.utop: Unmark as brokenadisbladis2019-08-31
| |
| * emacsPackages.textmate: Unmark as brokenadisbladis2019-08-31
| |