Revert max-{specpdl-size,lisp-eval-depth} changes
They were unnecessary and could cause crashing in some cases.
This commit is contained in:
parent
08d9c02218
commit
75036cefb0
1 changed files with 1 additions and 4 deletions
|
@ -259,10 +259,7 @@ and `doom-exit-window-hook'."
|
|||
tramp-persistency-file-name (concat doom-cache-dir "tramp-persistency.el")
|
||||
url-cache-directory (concat doom-cache-dir "url/")
|
||||
url-configuration-directory (concat doom-etc-dir "url/")
|
||||
gamegrid-user-score-file-directory (concat doom-etc-dir "games/")
|
||||
;; The defaults for these are conservative, we can increase them
|
||||
max-specpdl-size 5000
|
||||
max-lisp-eval-depth 2500)
|
||||
gamegrid-user-score-file-directory (concat doom-etc-dir "games/"))
|
||||
|
||||
(defvar doom-auto-minor-mode-alist '()
|
||||
"Alist mapping filename patterns to corresponding minor mode functions, like
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue