Fix #41, regression caused by 0489ce
This commit is contained in:
parent
29e844c92e
commit
1d31132789
1 changed files with 6 additions and 4 deletions
10
core/core.el
10
core/core.el
|
@ -153,11 +153,13 @@ enable multiple minor modes for the same regexp.")
|
||||||
(require 'core-os) ; consistent behavior across Oses
|
(require 'core-os) ; consistent behavior across Oses
|
||||||
(with-demoted-errors "AUTOLOAD ERROR: %s"
|
(with-demoted-errors "AUTOLOAD ERROR: %s"
|
||||||
(require 'autoloads doom-autoload-file t))
|
(require 'autoloads doom-autoload-file t))
|
||||||
|
|
||||||
(require 'core-ui) ; draw me like one of your French editors
|
(require 'core-ui) ; draw me like one of your French editors
|
||||||
(require 'core-popups) ; taming sudden yet inevitable windows
|
(unless noninteractive
|
||||||
(require 'core-editor) ; baseline configuration for text editing
|
(require 'core-popups) ; taming sudden yet inevitable windows
|
||||||
(require 'core-projects) ; making Emacs project-aware
|
(require 'core-editor) ; baseline configuration for text editing
|
||||||
(require 'core-keybinds)) ; centralized keybind system + which-key
|
(require 'core-projects) ; making Emacs project-aware
|
||||||
|
(require 'core-keybinds))) ; centralized keybind system + which-key
|
||||||
|
|
||||||
(add-hook! 'window-setup-hook
|
(add-hook! 'window-setup-hook
|
||||||
(setq gc-cons-threshold 134217728
|
(setq gc-cons-threshold 134217728
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue