lang/clojure: set large-file-size threshold to 0.5mb
This commit is contained in:
parent
41e2fb3f76
commit
3c90c6994b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue