summaryrefslogtreecommitdiff
path: root/emacs-config.org
diff options
context:
space:
mode:
authorBlake Romero <blake@developercraft.com>2025-10-13 11:10:57 +0100
committerBlake Romero <blake@developercraft.com>2025-10-13 11:10:57 +0100
commitfe330d764e24e28be1311d0b5cc897191be0092d (patch)
treee3c7a509ae92314cec55cc91bec23f1459379e04 /emacs-config.org
parent1c265ce67461612c6d32b6d148a465898282a4e5 (diff)
Increase doc view resolution
Diffstat (limited to 'emacs-config.org')
-rw-r--r--emacs-config.org6
1 files changed, 6 insertions, 0 deletions
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