summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.config/emacs/shared/custom.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.config/emacs/shared/custom.el b/emacs/.config/emacs/shared/custom.el
index 5596e47..e231691 100644
--- a/emacs/.config/emacs/shared/custom.el
+++ b/emacs/.config/emacs/shared/custom.el
@@ -6,7 +6,8 @@
6 '(custom-safe-themes 6 '(custom-safe-themes
7 '("fbf73690320aa26f8daffdd1210ef234ed1b0c59f3d001f342b9c0bbf49f531c" default)) 7 '("fbf73690320aa26f8daffdd1210ef234ed1b0c59f3d001f342b9c0bbf49f531c" default))
8 '(safe-local-variable-values 8 '(safe-local-variable-values
9 '((buffer-file-coding-system . utf-8-unix) 9 '((eval add-hook 'before-save-hook 'time-stamp)
10 (buffer-file-coding-system . utf-8-unix)
10 (buffer-file-coding-system . cp437-dos)))) 11 (buffer-file-coding-system . cp437-dos))))
11(custom-set-faces 12(custom-set-faces
12 ;; custom-set-faces was added by Custom. 13 ;; custom-set-faces was added by Custom.