aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'gui/conf/init.el')
-rw-r--r--gui/conf/init.el11
1 files changed, 5 insertions, 6 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el
index 2998dc2..dbff3d5 100644
--- a/gui/conf/init.el
+++ b/gui/conf/init.el
@@ -176,12 +176,6 @@
(evil-define-key 'normal dired-mode-map
(kbd "TAB") 'dired-subtree-toggle))
-(use-package direnv
- :ensure t
- :config
- (setq direnv-always-show-summary nil)
- (direnv-mode))
-
(use-package htmlize
:ensure t)
@@ -582,3 +576,8 @@
(let ((patches "~/.emacs.d/patches.el"))
(when (file-exists-p patches)
(load-file patches)))
+
+(use-package envrc
+ :ensure t)
+
+(envrc-global-mode)