From 0edaf6175815a8de141f08caaf5c43cfd3f2c499 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 26 Oct 2025 11:38:15 +0100 Subject: emacs: Symlink init.el for easier editing, tweak Org setup --- gui/emacs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/emacs.nix') diff --git a/gui/emacs.nix b/gui/emacs.nix index 6425ddd..92d7ae3 100644 --- a/gui/emacs.nix +++ b/gui/emacs.nix @@ -97,7 +97,7 @@ org-protocol-shortcut ]; - home.file.".emacs.d/init.el".source = ./conf/init.el; + home.file.".emacs.d/init.el".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/dotfiles/home/gui/conf/init.el"; systemd.user.services.emacs.Service.ExecStart = pkgs.lib.mkForce "${pkgs.runtimeShell} -l -c 'exec emacs --fg-daemon'"; -- cgit v1.2.3