I have no idea if these will work on android, so im disabling them for now
This commit is contained in:
parent
ffbd37842c
commit
39e208b643
1 changed files with 2 additions and 2 deletions
|
@ -63,14 +63,14 @@
|
||||||
:group 'theurgy-compat)
|
:group 'theurgy-compat)
|
||||||
|
|
||||||
;; Multimedia and PDF viewing
|
;; Multimedia and PDF viewing
|
||||||
(when (or (not (equal system-type 'windows-nt)) theurgy-enable-ready-player-windows)
|
(when (or (equal system-type 'gnu/linux) theurgy-enable-ready-player-windows)
|
||||||
(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 (or (not (equal system-type 'windows-nt)) theurgy-enable-pdf-tools-windows)
|
(when (or (equal system-type 'gnu/linux) theurgy-enable-pdf-tools-windows)
|
||||||
(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