diff options
| author | Grégoire Duchêne <gregoire@awhk.org> | 2026-05-04 17:59:58 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gregoire@awhk.org> | 2026-05-04 17:59:58 +0100 |
| commit | 0604182434f4b21a4ac40119c32f3889adc9947a (patch) | |
| tree | 587fcb6466f49e3bcf9d0ca6b3008d25532969a1 /emacs/init.el | |
| parent | e6f7733a0ece1261d309e6eaf65601f3513105d6 (diff) | |
emacs: Add nov.el configuration
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 25af408..e8f1e24 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -213,6 +213,14 @@ (use-package dockerfile-mode :defer t :ensure t) +;; Ebooks + +(use-package nov + :mode ("\\.epub\\'" . nov-mode) + :custom (nov-save-place-file (my/data-file-name "nov-places")) + :ensure t) + + ;; Eglot (use-package eglot |
