[emacs] prefer loading newer files

This commit is contained in:
contrapunctus 2021-09-04 19:44:05 +05:30
parent 6e9f1c60ab
commit d67dae2918
1 changed files with 2 additions and 1 deletions

View File

@ -206,7 +206,8 @@ NAME is the name of the process and its buffer."
delete-by-moving-to-trash t
trash-directory "~/.trash/"
history-length 10000
use-file-dialog nil)
use-file-dialog nil
load-prefer-newer t)
(setq-default undo-limit (* 80 1000)))
#+END_SRC