diff options
-rw-r--r-- | completion.org | 2 | ||||
-rw-r--r-- | init.org | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/completion.org b/completion.org index 25debf6..4d5d8e4 100644 --- a/completion.org +++ b/completion.org @@ -181,7 +181,7 @@ (use-package vertico :ensure t :init - (setq vertico-count 10 + (setq vertico-count 20 vertico-cycle t vertico-resize t org-refile-use-outline-path t) @@ -1737,7 +1737,7 @@ (setq jao-afio-mail-function 'gnus) (jao-load-org "email") #+end_src -* PDFs +* PDFs and other docs *** doc-view and pdf-tools #+begin_src emacs-lisp (use-package doc-view |