Skip to content

Commit 4ed535f

Browse files
authored
Merge pull request #26 from Nunocky/remove_warning
modifying to remove warning
2 parents ecab5a6 + 895afa5 commit 4ed535f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init-loader.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ example, 00_foo.el, 01_bar.el ... 99_keybinds.el."
180180

181181
(cl-case init-loader-show-log-after-init
182182
(error-only (add-hook 'after-init-hook 'init-loader--show-log-error-only))
183-
('t (add-hook 'after-init-hook 'init-loader-show-log)))))
183+
(t (add-hook 'after-init-hook 'init-loader-show-log)))))
184184

185185
(defun init-loader-follow-symlink (dir)
186186
(cond ((file-symlink-p dir)

0 commit comments

Comments
 (0)