After a clean install (Only change made was removing the snippet from #40) and doom sync without errors, it was not until restarting emacs with SPC q R the following error appeared asking for pdftotext:
Warning (initialization): An error occurred while loading ‘/home/jx/.emacs.d/.local/etc/@/init.28.elc’:
Error caused by user's config or system: /home/jx/.config/doom/config.el, (file-missing Cannot open load file No existe el fichero o el directorio pdftotext)
To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the ‘--debug-init’ option to view a complete error backtrace. Disable showing Disable logging
Then I saw that it was installed as a local repo and the ~/.config/doom/lisp/pdftotext lisp folder was empty.
I tried cloning this repo into this folder but after doom sync and restarting emacs the error is still there.
Doom doctor gives no output about it (which makes me thing it's not that bad?).
Currently, ~/.config/doom directory structure looks like this: https://pastebin.com/tyT8cWRa (only change was ~/.config/doom/lisp/pdftotext).
It's trying to install it from lisp/pdftotext but somehow it doesn't see the files?
Edit: Config loads successfully after SPC h r r even though it gives the following Warning (initialization):
Warning (initialization): An error occurred while loading ‘/home/jx/.emacs.d/.local/etc/@/init.28.elc’:
Error caused by user's config or system: /home/jx/.config/doom/config.el, (wrong-type-argument consp nil)
To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the ‘--debug-init’ option to view a complete error backtrace. Disable showing Disable logging
Commenting out the whole Language configuration -> PDF -> Terminal viewing module lets do doom/reload and SPC q Rto start a new emacs session without any errors nor warnings (which is awesome :smile: ).
Notice how there re only two problems: with beamer and latex exports. I don't know how important they are, guess I'll see in the future.
Edit: It is not until I modify andSPC h r r the config that (even though it finishes with "Config successfully reloaded!" the following minibuffer appears:
Warning (initialization): An error occurred while loading ‘/home/jx/.emacs.d/.local/etc/@/init.28.elc’:
Error caused by user's config or system: /home/jx/.config/doom/config.el, (wrong-type-argument consp nil)
To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the ‘--debug-init’ option to view a complete error backtrace. Disable showing Disable logging
Might I disable the showing / logging? Would it be problematic?
After a clean install (Only change made was removing the snippet from #40) and doom sync without errors, it was not until restarting emacs with
SPC q R
the following error appeared asking for pdftotext:Then I saw that it was installed as a local repo and the
~/.config/doom/lisp/pdftotext
lisp folder was empty.I tried cloning this repo into this folder but after doom sync and restarting emacs the error is still there.
Doom doctor gives no output about it (which makes me thing it's not that bad?).
Currently,
~/.config/doom
directory structure looks like this: https://pastebin.com/tyT8cWRa (only change was~/.config/doom/lisp/pdftotext
).I suspect that, given this snippet of code:
It's trying to install it from
lisp/pdftotext
but somehow it doesn't see the files?Edit: Config loads successfully after
SPC h r r
even though it gives the following Warning (initialization):Running
emacs --debug-init
opens a buffer with the following output: https://pastebin.com/4ajsu6JeCommenting out the whole
Language configuration -> PDF -> Terminal viewing
module lets dodoom/reload
andSPC q R
to start a new emacs session without any errors nor warnings (which is awesome :smile: ).Just in case I redid
emacs --debug-init
to check things out and this was the output: https://pastebin.com/64Bujzzb.Notice how there re only two problems: with beamer and latex exports. I don't know how important they are, guess I'll see in the future.
Edit: It is not until I modify and
SPC h r r
the config that (even though it finishes with "Config successfully reloaded!" the following minibuffer appears:Might I disable the showing / logging? Would it be problematic?