summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el17
1 files changed, 0 insertions, 17 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 7083e58f..f64bb226 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -25,23 +25,6 @@
   (setq use-package-expand-minimally t))
 (setq use-package-always-demand (daemonp))
 
-(defvar ap/path-configured nil)
-(when (and (eq system-type 'darwin)
-           (not ap/path-configured))
-  (setq exec-path
-        (delete-dups
-         (append
-          (parse-colon-path
-           (setenv "PATH"
-                   (elt (split-string-and-unquote
-                         (with-output-to-string
-                           (with-current-buffer standard-output
-                             (call-process "/usr/libexec/path_helper" nil t nil "-s")))
-                         "[=;]")
-                        1)))
-          exec-path))
-        ap/path-configured t))
-
 ;;; Customize
 
 (setq custom-file (expand-file-name "custom.el" user-emacs-directory))