1
0

fix tramp issues with direnv

This commit is contained in:
2025-07-23 10:20:09 -07:00
parent ef906fc107
commit 40c227658b

View File

@@ -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.