Up the doom-modules :size to 100

This commit is contained in:
Henrik Lissner
2018-03-12 12:53:51 -04:00
parent 5726da8be2
commit 724773cbe4

View File

@ -55,7 +55,7 @@ this is nil after Emacs has started something is wrong.")
"The time it took, in seconds, for DOOM Emacs to initialize.") "The time it took, in seconds, for DOOM Emacs to initialize.")
(defvar doom-modules (defvar doom-modules
(make-hash-table :test #'equal :size 90 :rehash-threshold 1.0) (make-hash-table :test #'equal :size 100 :rehash-threshold 1.0)
"A hash table of enabled modules. Set by `doom-initialize-modules'.") "A hash table of enabled modules. Set by `doom-initialize-modules'.")
(defvar doom-psuedo-module-dirs () (defvar doom-psuedo-module-dirs ()