diff options
author | Alan Pearce | 2016-05-09 14:27:12 +0200 |
---|---|---|
committer | Alan Pearce | 2016-05-09 14:27:12 +0200 |
commit | 2641165a32b4fb77257e9e8e37c1bd44e1ad919f (patch) | |
tree | 4de03a73c4b8b1af9b161477b036eebb84b316d8 /tag-emacs | |
parent | daeb01f134721b5a6b75c5578ed7cf5309727d02 (diff) | |
download | nixfiles-2641165a32b4fb77257e9e8e37c1bd44e1ad919f.tar.lz nixfiles-2641165a32b4fb77257e9e8e37c1bd44e1ad919f.tar.zst nixfiles-2641165a32b4fb77257e9e8e37c1bd44e1ad919f.zip |
Emacs: Remove projectile-direnv
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 65a1c437..85a7df38 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -361,14 +361,6 @@ based upon some folder conventions I use. 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 |