Prefer direnv to manage ORG_DIRECTORY
Instead of keeping this in my ~/.profile, I'm going to define it in .envrc. What I still don't know is how functions like `getenv` are supposed to interact with direnv. I suppose maybe they aren't? Right now, when I call `(getenv "DOTFILES")` from Emacs, it's `nil`, which I understand. Hopefully the more I use direnv, the more reasonable expectations I'll have.
This commit is contained in:
parent
6e70cb527c
commit
dd9db4e318
3 changed files with 17 additions and 2 deletions
1
.envrc
1
.envrc
|
@ -1 +1,2 @@
|
|||
export DOTFILES=~/dotfiles
|
||||
export ORG_DIRECTORY=~/Dropbox/org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue