summary refs log tree commit diff stats
path: root/user/modules/emacs.nix
diff options
context:
space:
mode:
authorAlan Pearce2019-10-08 21:27:12 +0200
committerAlan Pearce2019-10-08 21:27:12 +0200
commitb047b095375db5145ee2328b02346c19fc0de246 (patch)
treea04ddaf45c21ec2ecea7c1ba4c72d931969921bc /user/modules/emacs.nix
parent2ccac55456347fa2560c64b9c201c5a1f0478c0a (diff)
downloadnixfiles-b047b095375db5145ee2328b02346c19fc0de246.tar.lz
nixfiles-b047b095375db5145ee2328b02346c19fc0de246.tar.zst
nixfiles-b047b095375db5145ee2328b02346c19fc0de246.zip
Emacs: remove exec-path-from-shell. Not necessary with home-manager
Diffstat (limited to 'user/modules/emacs.nix')
-rw-r--r--user/modules/emacs.nix2
1 files changed, 0 insertions, 2 deletions
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
     ]);