lang/clojure: set large-file-size threshold to 0.5mb

This commit is contained in:
Henrik Lissner 2019-12-02 20:20:07 -05:00
parent 41e2fb3f76
commit 3c90c6994b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -3,6 +3,10 @@
(after! projectile
(pushnew! projectile-project-root-files "project.clj" "build.boot" "deps.edn"))
;; Large clojure buffers tend to be slower than large buffers of other modes, so
;; it should have a lower threshold too.
(add-to-list 'doom-large-file-size-alist '(clojure-mode . 0.5))
;;
;;; Packages