aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2023-01-02 11:42:50 +0100
committerAdrian Kummerlaender2023-01-02 11:42:50 +0100
commitb22683a7c5db3ac85dcbdade8146e1ea23b1d39a (patch)
treec8c9bd31ad511b17c93ebd6ad71f5cd858129798
parent70578079d9e382409c1eb39249c78ac7f530b6d4 (diff)
downloadnixos_home-b22683a7c5db3ac85dcbdade8146e1ea23b1d39a.tar
nixos_home-b22683a7c5db3ac85dcbdade8146e1ea23b1d39a.tar.gz
nixos_home-b22683a7c5db3ac85dcbdade8146e1ea23b1d39a.tar.bz2
nixos_home-b22683a7c5db3ac85dcbdade8146e1ea23b1d39a.tar.lz
nixos_home-b22683a7c5db3ac85dcbdade8146e1ea23b1d39a.tar.xz
nixos_home-b22683a7c5db3ac85dcbdade8146e1ea23b1d39a.tar.zst
nixos_home-b22683a7c5db3ac85dcbdade8146e1ea23b1d39a.zip
Emacs: Replace direnv by envrc
-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)