diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2026-05-30 21:31:57 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2026-05-30 21:31:57 +0200 |
| commit | 007bdf7e8a1862fdfd7c871773e4c971e315861c (patch) | |
| tree | ca99530e1f3ff5df25d877121faa6116f064774d /init.el | |
| parent | a8c95adc0cbcf3ab38f5611d34fd4e3a3105da70 (diff) | |
epub reading with nov.el
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -152,6 +152,10 @@ ;; Let's face it, I'll be more likely reading PDFs than editing 😉 (add-to-list 'auto-mode-alist '("\\.pdf\\'" . pdf-view-mode))) +;; epub +(use-package nov + :config (add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))) + ;; Magit (use-package magit) |
