Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JAremko committed Jan 19, 2019
1 parent eb7dfb6 commit 68a1b15
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions layers/+distributions/spacemacs-docker/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 68a1b15

Please sign in to comment.