Fix var names
This commit is contained in:
parent
b8e9d592aa
commit
80acc2c9e9
1 changed files with 2 additions and 2 deletions
|
|
@ -64,14 +64,14 @@
|
||||||
:group 'theurgy-compat)
|
:group 'theurgy-compat)
|
||||||
|
|
||||||
;; Multimedia and PDF viewing
|
;; Multimedia and PDF viewing
|
||||||
(when theurgy-enable-ready-player-windows
|
(when theurgy-enable-ready-player
|
||||||
(use-package ready-player
|
(use-package ready-player
|
||||||
:ensure t
|
:ensure t
|
||||||
:config
|
:config
|
||||||
(setq ready-player-autoplay nil)
|
(setq ready-player-autoplay nil)
|
||||||
(ready-player-mode 1)))
|
(ready-player-mode 1)))
|
||||||
|
|
||||||
(when theurgy-enable-pdf-tools-windows
|
(when theurgy-enable-pdf-tools
|
||||||
(use-package pdf-tools
|
(use-package pdf-tools
|
||||||
:config (pdf-loader-install)))
|
:config (pdf-loader-install)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue