Increase doom-large-file-size threshold to 2mb
1mb is a little *too* conservative.
This commit is contained in:
parent
48f7d33c03
commit
5b4690419b
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue