diff options
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) |
