Fix var names

This commit is contained in:
Jakub 2025-11-14 12:07:02 +08:00
parent b8e9d592aa
commit 80acc2c9e9

View file

@ -64,14 +64,14 @@
:group 'theurgy-compat)
;; Multimedia and PDF viewing
(when theurgy-enable-ready-player-windows
(when theurgy-enable-ready-player
(use-package ready-player
:ensure t
:config
(setq ready-player-autoplay nil)
(ready-player-mode 1)))
(when theurgy-enable-pdf-tools-windows
(when theurgy-enable-pdf-tools
(use-package pdf-tools
:config (pdf-loader-install)))