mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Move this up to fix error's with emacs-custom-load-or-ask
This commit is contained in:
parent
6451ea908a
commit
c0195fde10
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
|
@ -35,6 +35,7 @@
|
|||
(let ((default-directory "~/.emacs.d/submodule/"))
|
||||
(normal-top-level-add-subdirs-to-load-path)))
|
||||
|
||||
(require 'libs)
|
||||
(require 'emacs-custom-load-or-ask)
|
||||
|
||||
(ec/load-or-ask-pred 'my/is-wsl "Are you running Emacs in WSL?")
|
||||
|
|
@ -53,7 +54,6 @@
|
|||
(setq my/enable-exwm (and my/enable-exwm (eq 'x window-system)))
|
||||
|
||||
(require 'keymap)
|
||||
(require 'libs)
|
||||
|
||||
(when (boundp 'face--new-frame-defaults)
|
||||
(define-obsolete-variable-alias
|
||||
|
|
|
|||
Loading…
Reference in a new issue