diff options
author | jao <jao@gnu.org> | 2025-09-19 22:20:19 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-19 22:20:19 +0100 |
commit | 2bf3b030097f57e370b7e5b4f908e0d5b45500da (patch) | |
tree | 5ae964e3363e2c6d5703278255848543bd06037e /custom/jao-custom-pdf.el | |
parent | eb340093ba52636ba969e6c1c5859851531719c7 (diff) | |
download | elibs-2bf3b030097f57e370b7e5b4f908e0d5b45500da.tar.gz elibs-2bf3b030097f57e370b7e5b4f908e0d5b45500da.tar.bz2 |
doc-view only for linux
Diffstat (limited to 'custom/jao-custom-pdf.el')
-rw-r--r-- | custom/jao-custom-pdf.el | 2 |
1 files changed, 2 insertions, 0 deletions
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) |