aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nov.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/nov.el b/nov.el
index fe92939..7b11684 100644
--- a/nov.el
+++ b/nov.el
@@ -543,6 +543,7 @@ Internal URLs are visited with `nov-visit-relative-file'."
(browse-url url)
(apply 'nov-visit-relative-file (nov-url-filename-and-target url)))))
+;;;###autoload
(define-derived-mode nov-mode special-mode "EPUB"
"Major mode for reading EPUB documents"
(add-hook 'kill-buffer-hook 'nov-clean-up nil t)