adisbladis
|
4003f8cbc7
|
treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> emacs.pkgs.withPackages
The previous names are now aliases and shouldn't be used anywhere inside nixpkgs.
|
2021-01-13 17:13:10 +01:00 |
|
adisbladis
|
b6ccc1a6b0
|
emacs-packages: Make org packages overrideable
|
2019-08-18 11:10:06 +01:00 |
|
adisbladis
|
97a069609f
|
emacs-packages: Add overriding capability to emacsPackagesNg
This allows overriding the individual package sets composing
emacsPackagesNg.
Example:
```
myEmacsPackages = emacsPackagesNg.override {
melpaPackages = {};
};
```
|
2019-08-07 18:04:22 +01:00 |
|
volth
|
52f53c69ce
|
pkgs/*: remove unreferenced function arguments
|
2018-07-21 02:48:04 +00:00 |
|
volth
|
87f5930c3f
|
[bot]: remove unreferenced code
|
2018-07-20 18:48:37 +00:00 |
|
Michael Alan Dorman
|
a8b3cf4669
|
Use generated org and org-plus-contrib packages.
|
2016-05-08 18:33:27 -04:00 |
|