Academic-Doom-Emacs-Config
Academic-Doom-Emacs-Config copied to clipboard
`org-fancy-priorities` fails to load!
Hi,
doom doctor
fails to load org-fancy-priorities
,:
$ ~/.emacs.d/bin/doom doctor
The doctor will see you now...
> Checking your Emacs version...
> Checking for Emacs config conflicts...
> Checking for private config conflicts...
> Checking for stale elc files...
> Checking Doom Emacs...
Ignoring ’:ensure t’ in ’org-fancy-priorities’ config
✓ Initialized Doom Emacs 2.0.9
✓ Detected 41 modules
✓ Detected 173 packages
> Checking Doom core for irregularities...
Found font material-design-icons.ttf
Found font weathericons.ttf
Found font octicons.ttf
Found font fontawesome.ttf
Found font file-icons.ttf
Found font all-the-icons.ttf
> Checking for stale elc files in your DOOMDIR...
> Checking your enabled modules...
Everything seems fine, happy Emacs'ing!
✓ Finished! (6.4278s)
Cheers, and stay safe, /z
I am unable to replicate this issue on two computers.
The doctor will see you now...
> Checking your Emacs version...
> Checking for Emacs config conflicts...
> Checking for private config conflicts...
> Checking for stale elc files...
> Checking Doom Emacs...
Power AC, battery Full (100.0% load, remaining time 0:00)
✓ Initialized Doom Emacs 2.0.9
✓ Detected 41 modules
✓ Detected 169 packages
> Checking Doom core for irregularities...
Found font material-design-icons.ttf
Found font weathericons.ttf
Found font octicons.ttf
Found font fontawesome.ttf
Found font file-icons.ttf
Found font all-the-icons.ttf
> Checking for stale elc files in your DOOMDIR...
> Checking your enabled modules...
Everything seems fine, happy Emacs'ing!
✓ Finished! (3.5573s)
I am unable to replicate this issue on two computers.
The doctor will see you now... > Checking your Emacs version... > Checking for Emacs config conflicts... > Checking for private config conflicts... > Checking for stale elc files... > Checking Doom Emacs... Power AC, battery Full (100.0% load, remaining time 0:00) ✓ Initialized Doom Emacs 2.0.9 ✓ Detected 41 modules ✓ Detected 169 packages > Checking Doom core for irregularities... Found font material-design-icons.ttf Found font weathericons.ttf Found font octicons.ttf Found font fontawesome.ttf Found font file-icons.ttf Found font all-the-icons.ttf > Checking for stale elc files in your DOOMDIR... > Checking your enabled modules... Everything seems fine, happy Emacs'ing! ✓ Finished! (3.5573s)
Strange that doom doctor
and --debug-init is reporting this in my machine.
Btw, I am in linux (void) and the relevant code snippets looks like:
(use-package! org-fancy-priorities
:ensure t
:hook
(org-mode . org-fancy-priorities-mode)
:config
(setq org-fancy-priorities-list '("⚡" "⬆" "⬇" "☕")))
which is not different than yours! :shrug: