I have no idea if these will work on android, so im disabling them for now

This commit is contained in:
Jakub 2025-09-26 22:24:17 +08:00
parent ffbd37842c
commit 39e208b643

View file

@ -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)))