Up the doom-modules :size to 100
This commit is contained in:
parent
5726da8be2
commit
724773cbe4
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue