diff options
| author | 2025-06-28 10:30:08 +0300 | |
|---|---|---|
| committer | 2025-06-28 10:30:08 +0300 | |
| commit | 160b93755c13778bfc78f21ca7a7a1a2ad2084df (patch) | |
| tree | 24b466224addf9aed4863062574381842202c0e8 /shared/custom.el | |
| parent | envrc: Disable (diff) | |
| download | emacs.d-160b93755c13778bfc78f21ca7a7a1a2ad2084df.tar.gz emacs.d-160b93755c13778bfc78f21ca7a7a1a2ad2084df.tar.xz emacs.d-160b93755c13778bfc78f21ca7a7a1a2ad2084df.zip | |
custom.el: Mark buffer-file-coding-system as safe
Diffstat (limited to 'shared/custom.el')
| -rw-r--r-- | shared/custom.el | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ | |||
| 4 | ;; Your init file should contain only one such instance. | 4 | ;; Your init file should contain only one such instance. |
| 5 | ;; If there is more than one, they won't work right. | 5 | ;; If there is more than one, they won't work right. |
| 6 | '(custom-safe-themes | 6 | '(custom-safe-themes |
| 7 | '("fbf73690320aa26f8daffdd1210ef234ed1b0c59f3d001f342b9c0bbf49f531c" default))) | 7 | '("fbf73690320aa26f8daffdd1210ef234ed1b0c59f3d001f342b9c0bbf49f531c" default)) |
| 8 | '(safe-local-variable-values | ||
| 9 | '((buffer-file-coding-system . utf-8-unix) | ||
| 10 | (buffer-file-coding-system . cp437-dos)))) | ||
| 8 | (custom-set-faces | 11 | (custom-set-faces |
| 9 | ;; custom-set-faces was added by Custom. | 12 | ;; custom-set-faces was added by Custom. |
| 10 | ;; If you edit it by hand, you could mess it up, so be careful. | 13 | ;; If you edit it by hand, you could mess it up, so be careful. |