Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

org-fancy-priorities fails to load! #4

Open
zenny opened this issue Aug 5, 2020 · 2 comments
Open

org-fancy-priorities fails to load! #4

zenny opened this issue Aug 5, 2020 · 2 comments

Comments

@zenny
Copy link

zenny commented Aug 5, 2020

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
Copy link
Owner

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
Copy link
Author

zenny commented Aug 5, 2020

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! 🤷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants