config/emacs: replace direnv with envrc

This commit is contained in:
Sakooooo 2024-10-02 13:52:51 +04:00
parent de22ee1a67
commit 644fd115e0
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -890,9 +890,9 @@ this should be useful later
** Direnv ** Direnv
#+begin_src emacs-lisp #+begin_src emacs-lisp
(when (eq system-type 'gnu/linux) (when (eq system-type 'gnu/linux)
(use-package direnv (use-package envrc
:config :hook (after-init . global-envrc-mode)
(direnv-mode))) ))
#+end_src #+end_src
** Color Picker ** Color Picker
#+begin_src emacs-lisp #+begin_src emacs-lisp