summary refs log tree commit diff
path: root/emacs.d/config/config-set-path.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/config/config-set-path.el')
-rw-r--r--emacs.d/config/config-set-path.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs.d/config/config-set-path.el b/emacs.d/config/config-set-path.el
deleted file mode 100644
index a22416d..0000000
--- a/emacs.d/config/config-set-path.el
+++ /dev/null
@@ -1,9 +0,0 @@
-(paradox-require 'exec-path-from-shell)
-
-(when (memq window-system '(x mac ns))
-  (exec-path-from-shell-initialize)
-  (dolist (var '("GEM_HOME" "GEM_PATH" "MY_RUBY_HOME"))
-    (unless (getenv var)
-      (exec-path-from-shell-copy-env var))))
-
-(provide 'config-set-path)