diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2021-11-13 14:05:49 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2021-11-13 14:05:49 +0000 |
| commit | 722c3b6922748b29a06df4376274a620091e0d75 (patch) | |
| tree | 386d43be26199c2ddfe4e255b2eb3d9a2d330d3c /emacs | |
| parent | 93ba6231f35882a9b94214a8568ec2a5b210f2e8 (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.el | 6 |
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) |
