From 160b93755c13778bfc78f21ca7a7a1a2ad2084df Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 28 Jun 2025 10:30:08 +0300 Subject: custom.el: Mark buffer-file-coding-system as safe --- shared/custom.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'shared') diff --git a/shared/custom.el b/shared/custom.el index 1383744..5596e47 100644 --- a/shared/custom.el +++ b/shared/custom.el @@ -4,7 +4,10 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(custom-safe-themes - '("fbf73690320aa26f8daffdd1210ef234ed1b0c59f3d001f342b9c0bbf49f531c" default))) + '("fbf73690320aa26f8daffdd1210ef234ed1b0c59f3d001f342b9c0bbf49f531c" default)) + '(safe-local-variable-values + '((buffer-file-coding-system . utf-8-unix) + (buffer-file-coding-system . cp437-dos)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. -- cgit v1.2.3