Skip to content

Commit

Permalink
Merge pull request #26 from Nunocky/remove_warning
Browse files Browse the repository at this point in the history
modifying to remove warning
  • Loading branch information
syohex authored Apr 1, 2024
2 parents ecab5a6 + 895afa5 commit 4ed535f
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 4ed535f

Please sign in to comment.