Skip to content

Commit

Permalink
tweak(core): make msgs of minemacs-enable-proxy logs instead of infos
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 23, 2024
1 parent 57114ff commit 68a821b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-lib.el
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@ it forget them only when we are sure they don't exist."
(interactive)
(dolist (prox minemacs-proxies)
(let ((var (format "%s_proxy" (car prox))))
(+info! "Set %S to %S" var (cdr prox))
(+log! "Set %S to %S" var (cdr prox))
(setenv var (cdr prox)))))

(defun minemacs-disable-proxy ()
Expand Down

0 comments on commit 68a821b

Please sign in to comment.