From fe330d764e24e28be1311d0b5cc897191be0092d Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Mon, 13 Oct 2025 11:10:57 +0100 Subject: Increase doc view resolution --- emacs-config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emacs-config.org b/emacs-config.org index c2a469c..f72932d 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1470,6 +1470,12 @@ Simplify navigation when using view mode. (setq-default cursor-type (if view-mode 'box 'bar)))) #+end_src +** Doc View +Increase image resolution. +#+begin_src elisp + (setq-default doc-view-resolution 400) +#+end_src + * Global Keybindings Unlock previously unusable keybinding. #+begin_src elisp -- cgit