summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-11-13 14:05:49 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2021-11-13 14:05:49 +0000
commit722c3b6922748b29a06df4376274a620091e0d75 (patch)
tree386d43be26199c2ddfe4e255b2eb3d9a2d330d3c /emacs
parent93ba6231f35882a9b94214a8568ec2a5b210f2e8 (diff)
emacs: Drop exec-path-from-shell
This is mostly done with a horrible hack on how macOS app bundles get their PATH set correctly.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs/init.el b/emacs/init.el
index c22077f..dd8fdbf 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -89,12 +89,6 @@
(load-theme 'doom-one-light 'no-confirm 'no-enable)
:ensure t)
-(use-package exec-path-from-shell
- :config
- (add-to-list 'exec-path-from-shell-variables "SSH_AUTH_SOCK")
- (exec-path-from-shell-initialize)
- :ensure t)
-
(use-package evil
:init (setq evil-want-keybinding nil)
:config (evil-mode)