Postpone large file warnings
My Org archive is large enough to trigger this warning every time I open it and it's annoying. Emacs can handle that file size easily, so let's increase that limit.
This commit is contained in:
parent
32548786b1
commit
cd7e8b2226
4
init.el
4
init.el
@ -2223,8 +2223,8 @@ Note that this workaround is incomplete, as explained in this comment."
|
|||||||
|
|
||||||
;;* File Handling
|
;;* File Handling
|
||||||
|
|
||||||
(setq large-file-warning-threshold 10000000
|
(setopt large-file-warning-threshold (* 50 1024 1024)
|
||||||
delete-by-moving-to-trash t)
|
delete-by-moving-to-trash t)
|
||||||
|
|
||||||
;; Backups and Autosave
|
;; Backups and Autosave
|
||||||
(defvar backup-dir (expand-file-name "ebackup/" emacs-d))
|
(defvar backup-dir (expand-file-name "ebackup/" emacs-d))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user