doom: setting pdf tool settings added doom to PATH
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -35,6 +35,7 @@ in
|
||||
|
||||
# PATH additions — HM prepends these to PATH in the correct order
|
||||
home.sessionPath = [
|
||||
"$HOME/.config/emacs/bin"
|
||||
];
|
||||
|
||||
# Environment variables
|
||||
|
||||
Reference in New Issue
Block a user