Move docview configuration to Applications section

This commit is contained in:
contrapunctus 2022-01-06 11:28:07 +05:30
parent 605ce6f748
commit 1fd76b849a
1 changed files with 9 additions and 7 deletions

View File

@ -313,13 +313,6 @@ Doesn't work in my current main browser (Tor Browser), and thus barely used of l
(use-package esup
:config (setq esup-depth 0))
#+END_SRC
* doc-view
#+BEGIN_SRC emacs-lisp
(use-package doc-view
:config
(setq doc-view-resolution 300))
#+END_SRC
* gnutls
#+BEGIN_SRC emacs-lisp
@ -518,6 +511,8 @@ I'm pretty much using this to emulate `god-mode', which was great, but is no lon
#+END_SRC
* Applications
Things not directly pertaining to text editing.
#+BEGIN_SRC emacs-lisp
(defun my-find-file* (&rest paths)
(mapc #'find-file paths))
@ -1773,6 +1768,13 @@ PR ideas
(message-mode . (lambda () (auto-fill-mode -1)))
(message-mode . visual-fill-column-mode))
#+END_SRC
** doc-view
#+BEGIN_SRC emacs-lisp
(use-package doc-view
:config
(setq doc-view-resolution 300))
#+END_SRC
** pdf-tools
#+BEGIN_SRC emacs-lisp
(use-package pdf-tools