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