From 80acc2c9e9d81ac1f2c6b10366429be4184c8154 Mon Sep 17 00:00:00 2001 From: Jakub Date: Fri, 14 Nov 2025 12:07:02 +0800 Subject: [PATCH] Fix var names --- userland/dired-custom.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userland/dired-custom.el b/userland/dired-custom.el index 6d8b884..7c6be01 100644 --- a/userland/dired-custom.el +++ b/userland/dired-custom.el @@ -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)))