all repos — nixfiles @ e84a3c8f9b949a4a19944d17b9d18980906849bb

System and user configuration, managed by nix and home-manager

Emacs: Install projectile-direnv
Alan Pearce alan.pearce@spotcap.com
Mon, 14 Mar 2016 16:24:06 +0100
commit

e84a3c8f9b949a4a19944d17b9d18980906849bb

parent

2d5404163d81e49255bc6f9b713440021c1cf872

1 files changed, 8 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-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