mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-25 23:18:30 +00:00
Fix pdftools with meow
See: - https://github.com/politza/pdf-tools/issues/201 - https://www.reddit.com/r/emacs/comments/dgywoo/issue_with_pdfview_midnight_mode/
This commit is contained in:
parent
60a3e306c2
commit
3b04a0758f
4
init.org
4
init.org
@ -889,6 +889,10 @@
|
||||
(nano-modeline-pdf-mode))))
|
||||
("j" . pdf-view-next-line-or-next-page)
|
||||
("k" . pdf-view-previous-line-or-previous-page))
|
||||
:hook (pdf-view-mode
|
||||
. (lambda ()
|
||||
(nano-modeline-pdf-mode)
|
||||
(set (make-local-variable 'meow-cursor-type-default) nil)))
|
||||
:init (pdf-loader-install)
|
||||
:config (add-to-list 'revert-without-query ".pdf"))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user