Commit aa794bd2a1a2

Vincent Demeester <vincent@sbr.pm>
2016-09-04 12:48:01
Add projectile-direnv to configuration
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent bb49c7e
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -2763,6 +2763,9 @@
        :ensure t
        :config
        (progn
+         (use-package projectile-direnv
+           :ensure t
+           :config (add-hook 'projectile-mode-hook 'projectile-direnv-export-variables))
          (setq projectile-completion-system 'ivy)
          (setq projectile-enable-caching t)
          (setq projectile-indexing-method 'alien)