dotfiles

andersuno dotfiles
git clone git://git.andersuno.nu/dotfiles.git
Log | Files | Refs | README

commit 5c35a5097bffbf81f707f2be3449dc4ecff99b61
parent b9e794e5185599e3faba30b5587ba912949acd9d
Author: Anders Hedman <anders.hedman01@gmail.com>
Date:   Tue,  7 Oct 2025 22:30:29 +0200

doom(pass): Supress confirmations

Diffstat:
M.doom.d/config.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.doom.d/config.el b/.doom.d/config.el @@ -352,3 +352,5 @@ apps are not started from a shell." (setq exec-path (split-string path-from-shell path-separator)))) ;; (set-exec-path-from-shell-PATH) + +(setq pass-suppress-confirmations t)