diff options
| author | 2025-07-17 01:05:51 +0300 | |
|---|---|---|
| committer | 2025-07-17 01:11:15 +0300 | |
| commit | d11ae98a19cb58ddbf4451bfccfa80f94f57194f (patch) | |
| tree | 7ba9cb6c64fe386cae8760fd7575223b2a32dce5 /emacs | |
| parent | Prefer splitting horizontally (diff) | |
| download | dotfiles-d11ae98a19cb58ddbf4451bfccfa80f94f57194f.tar.gz dotfiles-d11ae98a19cb58ddbf4451bfccfa80f94f57194f.tar.xz dotfiles-d11ae98a19cb58ddbf4451bfccfa80f94f57194f.zip | |
emacs: time-stamp is a safe save-hook
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/.config/emacs/shared/custom.el | 3 |
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. |