pinwheel: Add ec to emacs module to start daemon
This commit is contained in:
@@ -14,6 +14,9 @@ let
|
|||||||
${emacs}/bin/emacs -nw
|
${emacs}/bin/emacs -nw
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
ec = pkgs.writeShellScriptBin "ec" ''
|
||||||
|
${emacs}/bin/emacsclient -t -c -a=
|
||||||
|
'';
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = [ inputs.emacs-overlay.overlay ];
|
nixpkgs.overlays = [ inputs.emacs-overlay.overlay ];
|
||||||
@@ -26,6 +29,7 @@ in
|
|||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
e
|
e
|
||||||
|
ec
|
||||||
emacs
|
emacs
|
||||||
pkgs.wl-clipboard
|
pkgs.wl-clipboard
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user