Broken with use-package
Using doom emacs, the hook is broken when using use-package:
(use-package! dired-icon
:hook dired-mode)
while the original instruction works: (add-hook 'dired-mode-hook 'dired-icon-mode)
Error is:
Error (dired-mode-hook): Error running hook "dired-icon" because: (error Autoloading file /home/USER/.config/emacs/.local/straight/build-27.2/dired-icon/dired-icon.elc failed to define function dired-icon)