From 54bbbe80b339703b2c585b6f46b26f1e92eefd49 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Fri, 6 Jun 2025 11:49:43 +0300 Subject: [PATCH] Automatically start an Emacs daemon if one is not running --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 4d4dcf0..2c2316b 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -70,7 +70,7 @@ input type:touchpad { bindsym $launch+t exec $term zellij attach --create main # Start Emacs - bindsym $launch+e exec emacsclient --create-frame + bindsym $launch+e exec emacsclient --alternate-editor "" --create-frame # Start a browser bindsym $launch+f exec firefox --private-window