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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,6 +1,6 @@
;;; core-editor.el -*- lexical-binding: t; -*- ;;; 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 "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 to avoid performance issues. Opening literally means that no major or minor
modes are active and the buffer is read-only.") modes are active and the buffer is read-only.")