Skip to content

Commit

Permalink
modifying to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Nunocky committed Mar 30, 2024
1 parent ecab5a6 commit 895afa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init-loader.el
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ example, 00_foo.el, 01_bar.el ... 99_keybinds.el."

(cl-case init-loader-show-log-after-init
(error-only (add-hook 'after-init-hook 'init-loader--show-log-error-only))
('t (add-hook 'after-init-hook 'init-loader-show-log)))))
(t (add-hook 'after-init-hook 'init-loader-show-log)))))

(defun init-loader-follow-symlink (dir)
(cond ((file-symlink-p dir)
Expand Down

0 comments on commit 895afa5

Please sign in to comment.