Emacs: Difference between revisions
m Category:CLI Applications added |
Phanirithvij (talk | contribs) m link to search.nixos.org |
||
(One intermediate revision by one other user not shown) | |||
Line 66: | Line 66: | ||
The home manager options are defined in the following [https://nix-community.github.io/home-manager/options.xhtml#opt-programs.emacs.enable Home Manager Options Manual]. | The home manager options are defined in the following [https://nix-community.github.io/home-manager/options.xhtml#opt-programs.emacs.enable Home Manager Options Manual]. | ||
The global options are listed | The global options are listed here [https://search.nixos.org/options?channel=unstable&query=services.emacs services.emacs.*]. | ||
==== Installing Packages ==== | ==== Installing Packages ==== | ||
Line 134: | Line 134: | ||
# Optionally provide extra packages not in the configuration file. | # Optionally provide extra packages not in the configuration file. | ||
extraEmacsPackages = epkgs: [ | extraEmacsPackages = epkgs: [ | ||
epkgs.use-package | epkgs.use-package | ||
]; | ]; | ||