From c6cbef6c19ce3ac57dc1fa5748161111ed125c72 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Fri, 18 Apr 2025 16:21:04 -0400 Subject: [PATCH] update: turned off emacs env debugging --- modules/home-manager/emacs/emacs/init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/home-manager/emacs/emacs/init.el b/modules/home-manager/emacs/emacs/init.el index 8cfe089..92c8fea 100644 --- a/modules/home-manager/emacs/emacs/init.el +++ b/modules/home-manager/emacs/emacs/init.el @@ -254,7 +254,6 @@ (use-package exec-path-from-shell :init - (setq exec-path-from-shell-debug t) (setq exec-path-from-shell-arguments nil) ;; (add-to-list 'exec-path "/etc/profiles/per-user/mthomson/bin") (exec-path-from-shell-initialize))