diff --git a/config/doom/config.org b/config/doom/config.org index 5418284..a8e0100 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -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 diff --git a/home/modules/zsh.nix b/home/modules/zsh.nix index c9b6473..8fd8ae3 100644 --- a/home/modules/zsh.nix +++ b/home/modules/zsh.nix @@ -35,6 +35,7 @@ in # PATH additions — HM prepends these to PATH in the correct order home.sessionPath = [ + "$HOME/.config/emacs/bin" ]; # Environment variables diff --git a/result b/result index 4041b30..a5cf770 120000 --- a/result +++ b/result @@ -1 +1 @@ -/nix/store/n49kz1y416s4a4qvivxskwr65pxyvh6y-home-manager-generation \ No newline at end of file +/nix/store/r6nd7rj3i9y0wymfgmg12aa1psr9fcha-home-manager-generation \ No newline at end of file