diff --git a/modules/home-manager/profiles/editors.nix b/modules/home-manager/profiles/editors.nix index 7b66e0bb..b7f58746 100644 --- a/modules/home-manager/profiles/editors.nix +++ b/modules/home-manager/profiles/editors.nix @@ -65,6 +65,8 @@ in { ''; }; + home.sessionPath = [ "${config.xdg.configHome}/emacs/bin" ]; + # Doom Emacs dependencies. home.packages = with pkgs; [ # This is installed just to get Geiser to properly work.