sunnyhasija / Academic-Doom-Emacs-Config

My doom emacs configuration files
296 stars 31 forks source link

`org-fancy-priorities` fails to load! #4

Open zenny opened 4 years ago

zenny commented 4 years ago

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

sunnyhasija commented 4 years ago

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)
zenny commented 4 years ago

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: