From b047b095375db5145ee2328b02346c19fc0de246 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 8 Oct 2019 21:27:12 +0200 Subject: Emacs: remove exec-path-from-shell. Not necessary with home-manager --- user/modules/emacs.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'user/modules/emacs.nix') diff --git a/user/modules/emacs.nix b/user/modules/emacs.nix index 10c87eeb..b6ac0395 100644 --- a/user/modules/emacs.nix +++ b/user/modules/emacs.nix @@ -138,8 +138,6 @@ in ws-butler which-key yaml-mode - ] ++ lib.optionals stdenv.isDarwin [ - exec-path-from-shell ] ++ lib.optionals (!stdenv.isDarwin) [ pkgs.mu ]); -- cgit 1.4.1