Increase doom-large-file-size threshold to 2mb

1mb is a little *too* conservative.
This commit is contained in:
Henrik Lissner
2018-10-03 15:10:08 -04:00
parent 48f7d33c03
commit 5b4690419b

View File

@ -1,6 +1,6 @@
;;; core-editor.el -*- lexical-binding: t; -*-
(defvar doom-large-file-size 1
(defvar doom-large-file-size 2
"Size (in MB) above which the user will be prompted to open the file literally
to avoid performance issues. Opening literally means that no major or minor
modes are active and the buffer is read-only.")