diff options
Diffstat (limited to 'shared')
| -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. |