Skip to content

Commit 8ada02e

Browse files
committed
Fix for readability
1 parent b40c488 commit 8ada02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init-loader.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ example, 00_foo.el, 01_bar.el ... 99_keybinds.el."
174174
(init-loader-re-load init-loader-linux-regexp init-dir))
175175

176176
;; no-window
177-
(when (null window-system)
177+
(when (not window-system)
178178
(init-loader-re-load init-loader-nw-regexp init-dir))
179179

180180
(case init-loader-show-log-after-init

0 commit comments

Comments
 (0)