Fix void-variable EMACS26+ issue
By loading core-lib a little later, for now.
This commit is contained in:
parent
7b45b39860
commit
12b276c4d6
1 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,6 @@
|
||||||
;; Ensure `doom-core-dir' is in `load-path'
|
;; Ensure `doom-core-dir' is in `load-path'
|
||||||
(add-to-list 'load-path (file-name-directory load-file-name))
|
(add-to-list 'load-path (file-name-directory load-file-name))
|
||||||
|
|
||||||
;; Load the bare necessities
|
|
||||||
(require 'core-lib)
|
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;;; Global variables
|
;;; Global variables
|
||||||
|
@ -128,6 +125,9 @@ users).")
|
||||||
;;
|
;;
|
||||||
;;; Emacs core configuration
|
;;; Emacs core configuration
|
||||||
|
|
||||||
|
;; Load the bare necessities
|
||||||
|
(require 'core-lib)
|
||||||
|
|
||||||
;; Reduce debug output, well, unless we've asked for it.
|
;; Reduce debug output, well, unless we've asked for it.
|
||||||
(setq debug-on-error doom-debug-mode
|
(setq debug-on-error doom-debug-mode
|
||||||
jka-compr-verbose doom-debug-mode)
|
jka-compr-verbose doom-debug-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue