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

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.")
(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'.")
(defvar doom-psuedo-module-dirs ()