Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

* core/core-dotspacemacs.el: load-hints default turn off #16654

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/core-dotspacemacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ are kept or minimized by `spacemacs/toggle-maximize-window' (SPC w m)."
'boolean
'spacemacs-dotspacemacs-init)

(spacemacs|defc dotspacemacs-enable-load-hints t
(spacemacs|defc dotspacemacs-enable-load-hints nil
"If nil, no load-hints enabled. If t, enable the load-hints."
'(choice (const nil) (const t) (const aggressive))
'spacemacs-dotspacemacs-init)
Expand Down
2 changes: 1 addition & 1 deletion core/templates/.spacemacs.template
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ It should only modify the values of Spacemacs settings."
;; If nil, no load-hints enabled. If t, enable the `load-hints' which will
;; put the most likely path on the top of `load-path' to reduce walking
;; through the whole `load-path'.
dotspacemacs-enable-load-hints t
dotspacemacs-enable-load-hints nil

;; If non-nil a progress bar is displayed when spacemacs is loading. This
;; may increase the boot time on some systems and emacs builds, set it to
Expand Down
Loading