diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-20T10·13+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-22T21·13+0000 |
commit | ddd5d3a7a0653a1c15bd651dbb36fe22adfd0ff5 (patch) | |
tree | 0538aeaf7e0386a305b347ddae6b3fb8a690cdef /.envrc | |
parent | 8a657fff7fc15a7875e602d426e76ac7e0ff3157 (diff) |
Drop support for ORG_DIRECTORY in envrc
When Emacs starts it's called from xsessionrc.shared, which is called outside of direnv's .envrc scope. Because of this variables defined therein, like ORG_DIRECTORY, are undefined and prevent Emacs from initializing. I'm hard-coding the `org-directory` variable for now and removing references to `(getenv "ORG_DIRECTORY")`.
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.envrc b/.envrc index dd1aa44963ec..f95eed11e3a7 100644 --- a/.envrc +++ b/.envrc @@ -1,2 +1 @@ export DOTFILES=~/dotfiles -export ORG_DIRECTORY=~/Dropbox/org |