From 2bf3b030097f57e370b7e5b4f908e0d5b45500da Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 19 Sep 2025 22:20:19 +0100 Subject: doc-view only for linux --- custom/jao-custom-pdf.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom/jao-custom-pdf.el b/custom/jao-custom-pdf.el index 4ebd7f1..5e2c27d 100644 --- a/custom/jao-custom-pdf.el +++ b/custom/jao-custom-pdf.el @@ -78,6 +78,7 @@ ;;;; doc-view (use-package doc-view + :if (jao-is-linux) :init (setq doc-view-cache-directory "~/.emacs.d/cache/docview" doc-view-resolution 110 @@ -95,6 +96,7 @@ (use-package jao-doc-session :demand t) (use-package jao-doc-view + :if (jao-is-linux) :demand t :bind (:map doc-view-mode-map ("b" . jao-doc-view-back) -- cgit v1.2.3