Set large file threshold

This commit is contained in:
Maciej 2019-06-28 23:56:07 +03:00
parent 995d67e03c
commit 2d10f6f06f
Signed by: maciej
GPG key ID: 41D62D42D3B0D765

View file

@ -105,6 +105,9 @@
;; Enable y/n answers to questions
(fset 'yes-or-no-p 'y-or-n-p)
;; Only warn if a file is bigger than 50 MB when trying to open it
(setq large-file-warning-threshold 50000000)
;;;;;;;;;;;;;;;;;;;;;; Shell stuff ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)