mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Emacs can unpredictably prompt the user to "Select coding system (default utf-8):" in some cases. The exact cause is a little different for every user, but it can be suppressed by explicitly setting a default language environment. This is not desirable in interactive sessions, however. Ref: #3042 Close: #7330 Co-authored-by: bennyip <bennyip@users.noreply.github.com>