From 33e62bf2b17cdac321b93b4707bf2d6d0a226c95 Mon Sep 17 00:00:00 2001 From: rearman Date: Fri, 17 Oct 2025 10:21:34 -0400 Subject: [PATCH] Really really prefer utf8 --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index c88f494..1adad44 100644 --- a/init.el +++ b/init.el @@ -149,6 +149,8 @@ (setq apropos-do-all t) ;; UTF-8 +(set-charset-priority 'unicode) +(prefer-coding-system 'utf-8-unix) (set-language-environment 'utf-8) (set-default-coding-systems 'utf-8) (set-keyboard-coding-system 'utf-8-unix) -- 2.39.5