From bb9f4e5ca8211bbe7d2838119a49c2a23a81188d Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 28 Feb 2022 15:19:16 +0100 Subject: machines/profpatsch/workstation: make emacsclient create new frames MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ideally I’d start the emacs server in a systemd service, make it autorestart and always start frames, but that’s the next step. --- machines/profpatsch/base-workstation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/profpatsch') diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix index b0f38a7c..d5989e24 100644 --- a/machines/profpatsch/base-workstation.nix +++ b/machines/profpatsch/base-workstation.nix @@ -74,8 +74,8 @@ in { sessionCommands = with pkgs; '' #TODO add as nixpkg export PATH+=":$HOME/scripts" #add utility scripts - export EDITOR=emacsclient export TERMINAL=${lilyterm-git}/bin/lilyterm + export EDITOR="emacsclient --create-frame" ${xorg.xset}/bin/xset r rate 250 35 -- cgit 1.4.1