diff --git a/core/core.el b/core/core.el index 8dd6f7a7f..d20de882f 100644 --- a/core/core.el +++ b/core/core.el @@ -153,12 +153,11 @@ enable multiple minor modes for the same regexp.") (require 'core-os) ; consistent behavior across Oses (with-demoted-errors "AUTOLOAD ERROR: %s" (require 'autoloads doom-autoload-file t)) - (unless noninteractive - (require 'core-ui) ; draw me like one of your French editors - (require 'core-popups) ; taming sudden yet inevitable windows - (require 'core-editor) ; baseline configuration for text editing - (require 'core-projects) ; making Emacs project-aware - (require 'core-keybinds))) ; centralized keybind system + which-key + (require 'core-ui) ; draw me like one of your French editors + (require 'core-popups) ; taming sudden yet inevitable windows + (require 'core-editor) ; baseline configuration for text editing + (require 'core-projects) ; making Emacs project-aware + (require 'core-keybinds)) ; centralized keybind system + which-key (add-hook! 'window-setup-hook (setq gc-cons-threshold 134217728