From 722c3b6922748b29a06df4376274a620091e0d75 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 13 Nov 2021 14:05:49 +0000 Subject: emacs: Drop exec-path-from-shell This is mostly done with a horrible hack on how macOS app bundles get their PATH set correctly. --- emacs/init.el | 6 ------ 1 file changed, 6 deletions(-) (limited to 'emacs/init.el') 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) -- cgit v1.2.3-70-g09d2