Skip to content

Commit

Permalink
chore: fix async bug introduced via
Browse files Browse the repository at this point in the history
  • Loading branch information
c0001 committed Dec 25, 2024
1 parent 0435f7c commit 9de6974
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions elements/core/baron/utils/entropy-emacs-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@
:commands (async-byte-compile-file
async-bytecomp-package-mode
async-shell-command)
:init
;; FIXME: disable below option since it use
;; `tramp-password-prompt-regexp' to match the process buffer
;; content in process filter which may cause the stack overflow for
;; regex matching while thus of piece of content is huge.
(setq async-prompt-for-password nil)
:config
(defun __ya/async-start-process/suggest-read-only-for-proc-buffer
(orig-func &rest orig-args)
Expand Down

0 comments on commit 9de6974

Please sign in to comment.