Advertisement
Guest User

doom doctor

a guest
Feb 7th, 2025
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. The doctor will see you now...
  2.  
  3. > Checking your Emacs version...
  4. ! Emacs 27 is supported, but not for long!
  5. Doom will drop 27.x support sometime late-2024. It's recommended that
  6. you upgrade to the latest stable release (currently 29.4). It is
  7. better supported, faster, and more stable.
  8. > Checking for Doom's prerequisites...
  9. x Couldn't find the `rg' binary; this a hard dependecy for Doom, file searches may not work at all
  10. > Checking for Emacs config conflicts...
  11. > Checking for missing Emacs features...
  12. ! Emacs was not built with native compilation support
  13. Users will see a substantial performance gain by building Emacs with
  14. native compilation support, availible in emacs 28+.You must install a
  15. prebuilt Emacs binary with this included, or compile Emacs with the
  16. --with-native-compilation option.
  17. > Checking for private config conflicts...
  18. > Checking for common environmental issues...
  19. > Checking for stale elc files...
  20. > Checking for problematic git global settings...
  21. > Checking Doom Emacs...
  22. ✓ Initialized Doom Emacs 3.0.0-pre
  23. ✓ Detected 49 modules
  24. ✓ Detected 152 packages
  25. > Checking Doom core for irregularities...
  26. Found Symbols Nerd Font Mono
  27. > Checking for stale elc files in your DOOMDIR...
  28. > Checking your enabled modules...
  29. Some advanced consult filtering features will not work as a result, see the
  30. module readme.
  31. > :completion vertico
  32. ! The installed ripgrep binary was not built with support for PCRE lookaheads.
  33. > :ui ligatures
  34. ! The (:ui ligatures) module does not support your version of Emacs. Make sure to have at least Emacs 28 with Harfbuzz configured (should be the default).
  35. > :lang gdscript
  36. ! Couldn't find gdformat. Formatting will be disabled.
  37. > :lang markdown
  38. ! Couldn't find a markdown compiler, `markdown-preview' won't work
  39. > :lang python
  40. ! Couldn't find black. Code formatting will not work.
  41. ! Couldn't find pyflakes. Import management will not work.
  42. ! Couldn't find isort. Import sorting will not work.
  43. ! Couldn't find pipenv. pipenv support will not work.
  44. ! Couldn't find nosetests. Running tests through nose will not work.
  45. ! Couldn't find pytest. Running tests through pytest will not work.
  46. > :lang sh
  47. ! Couldn't find shfmt. Code formatting will not work.
  48. ! Couldn't find shellcheck. Shell script linting will not work
  49.  
  50. There are 14 warnings!
  51. There is 1 error!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement