Commit c73b2ac08949

Vincent Demeester <vincent@sbr.pm>
2025-06-12 01:20:47
home: switch emacs daemon to mini configuration
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 421d800
Changed files (1)
home
common
desktop
home/common/desktop/sway/default.nix
@@ -232,7 +232,7 @@ in
           always = true;
         }
         # Probably put a condition here.
-        { command = "emacs --fg-daemon"; }
+        { command = "emacs --init-directory=$HOME/src/home/tools/emacs/mini --fg-daemon"; }
         { command = "i3-back"; }
         { command = "firefox"; }
         { command = "${pkgs.kitty}/bin/kitty --title metask --class metask"; }