Add doc-view config.

This commit is contained in:
KJ 2024-05-03 04:41:06 -04:00
parent fc802c0db0
commit 4569080000
1 changed files with 8 additions and 0 deletions

View File

@ -46,6 +46,14 @@
(csv-mode . csv-header-line))
)
;; Visor de documentos de emacs (soporta de todo: epub, pdf, odt, docx, cbz, etc.)
(use-package doc-view
:defer t
:hook
(doc-view-mode . (lambda ()
(display-line-numbers-mode 0)))
:ensure nil)
;; Un bonito y sencillo panel de inicio
(use-package dashboard
:defer t