Skip to content

Commit

Permalink
feat(doc-view): use SVG when available
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 24, 2023
1 parent 23af99e commit b9a7715
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/me-docs.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
;; Author: Abdelhak Bougouffa (concat "abougouffa" "@" "fedora" "project" "." "org")


(use-package doc-view
:straight (:type built-in)
:custom
(doc-view-mupdf-use-svg (+emacs-features-p 'rsvg)))

(use-package pdf-tools
:straight t
:custom
Expand Down

0 comments on commit b9a7715

Please sign in to comment.