fix tramp issues with direnv
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user