From 0641454b42948146135fb7f302fdd98432855b24 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 15 May 2024 22:33:56 +0200 Subject: emacs: remove darwin path setting no longer needed thanks to use of Raycast script --- user/settings/emacs.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'user') diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix index f1d2ef2e..785b972c 100644 --- a/user/settings/emacs.nix +++ b/user/settings/emacs.nix @@ -8,11 +8,6 @@ let nativeCompileDirectory = "${config.xdg.cacheHome}/emacs/native-compile/"; - darwinPath = pkgs.runCommandLocal "path_helper " { } '' - eval $(/usr/libexec/path_helper) - echo -n $PATH > $out - ''; - editorScript = pkgs.writeScriptBin "edit" '' #!${pkgs.runtimeShell} if [ -z "$1" ]; then @@ -184,7 +179,6 @@ in (setq insert-directory-program "${pkgs.coreutils-prefixed}/bin/gls")) (with-eval-after-load 'dired (setq dired-use-ls-dired t)) - (setq exec-path (parse-colon-path (setenv "PATH" "${pkgs.lib.readFile darwinPath}"))) ''; }; home.packages = with pkgs; [ -- cgit 1.4.1