about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-02-28 15:19:16 +0100
committerProfpatsch <mail@profpatsch.de>2022-02-28 15:49:28 +0100
commitbb9f4e5ca8211bbe7d2838119a49c2a23a81188d (patch)
tree297a4965fc40656159fdd41ed4030396d0fa658c /machines/profpatsch
parente79084dd8bd64b9dccb0b98a99e58ac4f084d3ca (diff)
machines/profpatsch/workstation: make emacsclient create new frames
Ideally I’d start the emacs server in a systemd service, make it
autorestart and always start frames, but that’s the next step.
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/base-workstation.nix2
1 files changed, 1 insertions, 1 deletions
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