doom: setting pdf tool settings added doom to PATH

This commit is contained in:
2026-03-04 16:09:23 +01:00
parent 02439243c5
commit c2af3e84d9
3 changed files with 9 additions and 1 deletions
+7
View File
@@ -13,3 +13,10 @@
#+begin_src emacs-lisp
(setq org-directory "~/org/")
#+end_src
* pdf tools
#+begin_src emacs-lisp
(setq pdf-view-continuous t)
(setq pdf-view-scroll-step 5)
(setq pdf-cache-image-limit 32)
(setq pdf-view-max-image-width 2400)
#+end_src