Emacs: Difference between revisions
imported>ModdedGamers m I misspelled the link :(  | 
				imported>Tobias.bora No edit summary  | 
				||
| Line 72: | Line 72: | ||
To make the packages available to {{ic|emacsclient}}, one can do the following:  | To make the packages available to {{ic|emacsclient}}, one can do the following:  | ||
  services.emacs.package = with pkgs; ((emacsPackagesFor emacsPgtkGcc).emacsWithPackages (epkgs: [ epkgs.vterm ]));  |   services.emacs.package = with pkgs; ((emacsPackagesFor emacsPgtkGcc).emacsWithPackages (epkgs: [ epkgs.vterm ]));  | ||
Note that some packages may have strange characters like <code>+</code> that would be considered as a syntax error by nix. To avoid that, make sure to write it in quotes and to prepend it with the package set that you want l (even if you used <code>with epkgs; …</code>) like <code>epkgs."ido-completing-read+"</code>.  | |||
[[Category:NixOS]]  | [[Category:NixOS]]  | ||
[[Category:Incomplete]]  | [[Category:Incomplete]]  | ||
[[Category:Applications]]  | [[Category:Applications]]  | ||