I want to be able to link to pdf files in spacemacs and open them with Sioyek.
This post: https://github.com/ahrm/sioyek/discussions/347 seems to almost solve my issue but I have no idea where to put the code he suggested.
I want to be able to link to pdf files in spacemacs and open them with Sioyek.
This post: https://github.com/ahrm/sioyek/discussions/347 seems to almost solve my issue but I have no idea where to put the code he suggested.
As mentioned here sioyek has been added to TeX-view-program-list-builtin so that you only have to add "Sioyek" to TeX-view-program-selection. For that, place the following in the body of dotspacemacs/user-config (search using SPC j i in your dotfile):
(with-eval-after-load 'tex
(add-to-list 'TeX-view-program-selection '(output-pdf "Sioyek")))