Closed Samoed closed 2 years ago
With Doom Emacs, you aren't supposed to use M-x package-install
. Information for package management in Doom can be found here.
It should be enough to add
(package! org-fragtog)
to packages.el
and
(use-package! org-fragtog
:hook (org-mode . org-fragtog-mode))
to config.el
.
Let me know if this solves your issue.
That's work. Thank you.
Hi. When running package-install got.
When I write in org this works, but after restarting emacs (doom) it can't find it.