diff options
Diffstat (limited to 'emacs-config.org')
| -rw-r--r-- | emacs-config.org | 6 |
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 |
