From 40c227658b31e8bd9e891b75f98d5446068d9526 Mon Sep 17 00:00:00 2001 From: Timo Bingmann Date: Wed, 23 Jul 2025 10:20:09 -0700 Subject: [PATCH] fix tramp issues with direnv --- home/develop/emacs/custom.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.