Remove shadowenv

This commit is contained in:
Maciej 2022-11-10 17:00:36 +02:00
parent b0ed064f6a
commit 4e8cca394b
Signed by: maciej
GPG key ID: 41D62D42D3B0D765

View file

@ -95,7 +95,7 @@
:config (add-to-list 'exec-path "/usr/local/bin")
(exec-path-from-shell-initialize))
(use-package shadowenv :straight t :config (shadowenv-global-mode))
(use-package direnv :straight t :config (direnv-mode))
;; Draw underline lower
(setq x-underline-at-descent-line t)