diff --git a/home/develop/emacs/custom.el b/home/develop/emacs/custom.el index 3b4f40f..8a3cf29 100644 --- a/home/develop/emacs/custom.el +++ b/home/develop/emacs/custom.el @@ -625,7 +625,7 @@ frame if FRAME is nil, and to 1 if AMT is nil." (defun tb-c-common-hook () "Common setup for C-like modes." ;; Enable `direnv` environment switching. - (direnv-update-environment) + ;(direnv-update-environment) ;; flyspell mode for comments (flyspell-prog-mode) ;; Enable eglot. @@ -657,7 +657,7 @@ frame if FRAME is nil, and to 1 if AMT is nil." (defun tb-scala-common-hook () "Common setup for Scala modes." ;; Enable `direnv` environment switching. - (direnv-update-environment) + ;(direnv-update-environment) ;; flyspell mode for comments (flyspell-prog-mode) ;; Enable eglot.