Use direnv for project-specific environment variables
This commit is contained in:
parent
14e7c88801
commit
e3c9341623
3 changed files with 8 additions and 0 deletions
|
|
@ -163,3 +163,7 @@
|
|||
:custom
|
||||
(ein:jupyter-default-notebook-directory "~/Projects/notebooks")
|
||||
(ein:output-area-inlined-images t))
|
||||
|
||||
(use-package direnv
|
||||
:config
|
||||
(direnv-mode))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue