diff --git a/emacs/init.org b/emacs/init.org index 6441af0..0d7dcfd 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -441,6 +441,7 @@ Load environment variables into Emacs from a shell script: (let ((var-re "\\(.+?\\)=\\(.+\\)$") (env '())) (with-temp-buffer + (cd (file-name-directory file)) (shell-command (concat "source " file " > /dev/null && env") (current-buffer)) (goto-char (point-min))