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 ()
|
(defun tb-c-common-hook ()
|
||||||
"Common setup for C-like modes."
|
"Common setup for C-like modes."
|
||||||
;; Enable `direnv` environment switching.
|
;; Enable `direnv` environment switching.
|
||||||
(direnv-update-environment)
|
;(direnv-update-environment)
|
||||||
;; flyspell mode for comments
|
;; flyspell mode for comments
|
||||||
(flyspell-prog-mode)
|
(flyspell-prog-mode)
|
||||||
;; Enable eglot.
|
;; Enable eglot.
|
||||||
@@ -657,7 +657,7 @@ frame if FRAME is nil, and to 1 if AMT is nil."
|
|||||||
(defun tb-scala-common-hook ()
|
(defun tb-scala-common-hook ()
|
||||||
"Common setup for Scala modes."
|
"Common setup for Scala modes."
|
||||||
;; Enable `direnv` environment switching.
|
;; Enable `direnv` environment switching.
|
||||||
(direnv-update-environment)
|
;(direnv-update-environment)
|
||||||
;; flyspell mode for comments
|
;; flyspell mode for comments
|
||||||
(flyspell-prog-mode)
|
(flyspell-prog-mode)
|
||||||
;; Enable eglot.
|
;; Enable eglot.
|
||||||
|
|||||||
Reference in New Issue
Block a user