From 68a1b15ec827203d8e2fabb89b49517b23144308 Mon Sep 17 00:00:00 2001 From: JAremko Date: Sat, 19 Jan 2019 02:52:50 +0200 Subject: [PATCH] Cleanup --- layers/+distributions/spacemacs-docker/config.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/layers/+distributions/spacemacs-docker/config.el b/layers/+distributions/spacemacs-docker/config.el index a8e4dd61b..ff494c604 100644 --- a/layers/+distributions/spacemacs-docker/config.el +++ b/layers/+distributions/spacemacs-docker/config.el @@ -12,13 +12,6 @@ (defconst spacemacs-docker-env-fp "/etc/environment") -;; Export global configs. -(with-temp-buffer - (insert-file-contents spacemacs-docker-env-fp) - (goto-char (point-min)) - (while (re-search-forward "\\(.*\\)=\"\\(.*\\)\"" nil t) - (setenv (match-string 1) (match-string 2)))) - (defconst spacemacs-docker-temp-deps-dir (format "%sspacemacs-deps-tmp/" temporary-file-directory))