Emacs: Install projectile-direnv
Alan Pearce alan.pearce@spotcap.com
Mon, 14 Mar 2016 16:24:06 +0100
1 files changed, 8 insertions(+), 0 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -447,6 +447,14 @@ projectile-remember-window-configs t projectile-completion-system 'ivy))) #+END_SRC +I use [[https://github.com/direnv/direnv][direnv]] to automatically assign environment variables in project +directories. Now I can have them set inside emacs too. + +#+BEGIN_SRC emacs-lisp + (use-package projectile-direnv + :config (add-hook 'projectile-mode-hook #'projectile-direnv-export-variables)) +#+END_SRC + ** perspective This package makes buffer-switching inside of projects make sense, by