Closed liar666 closed 3 years ago
Sorry, I found here that this simpler version works:
(output-pdf "PDF Tools") ;; <-- THIS one
I'm struggling with the same issue, I'd be grateful if you could share your full use-package declaration for latex/auctex
Hi,
Thanks for the beautiful package.
I'm currently converting my dirty
.emacs
file into config.org + use-package.There's only one thing I couldn't resolve: I'm using the following lines to make AucTeX use PDF Tools:
From: https://emacs.stackexchange.com/questions/19472/how-to-let-auctex-open-pdf-with-pdf-tools
I've tried to put then in my
(use-package auctex ...)
:init
and:config
sections, to convert them into:hook
&:custom
, etc. but nothing worked...If anyone could tell me how to make that work, I'd be very grateful!