Set emacsclient as default editor
This commit is contained in:
parent
249806bf29
commit
4611cff930
|
@ -13,6 +13,7 @@
|
|||
services.emacs = {
|
||||
enable = true;
|
||||
install = true;
|
||||
defaultEditor = true;
|
||||
package = with pkgs;
|
||||
((emacsPackagesFor emacs29-pgtk).emacsWithPackages (epkgs:
|
||||
with epkgs; [
|
||||
|
|
Loading…
Reference in a new issue