summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2026-05-30 21:31:57 +0200
committerLLoyderino <adrijan.bjedov@gmail.com>2026-05-30 21:31:57 +0200
commit007bdf7e8a1862fdfd7c871773e4c971e315861c (patch)
treeca99530e1f3ff5df25d877121faa6116f064774d
parenta8c95adc0cbcf3ab38f5611d34fd4e3a3105da70 (diff)
epub reading with nov.el
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el
index 9f9e0b7..8d2849c 100644
--- a/init.el
+++ b/init.el
@@ -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)