aboutsummaryrefslogtreecommitdiff
path: root/nov.el
diff options
context:
space:
mode:
authorVasilij Schneidermann <mail@vasilij.de>2017-09-06 11:17:26 +0200
committerVasilij Schneidermann <mail@vasilij.de>2017-09-06 11:17:26 +0200
commita11f33387bc1cc30bd6833219a40e1c8db66808e (patch)
tree4d0ee06bf8e82eb87954c88e983ec067b81599a2 /nov.el
parent856c9434eb6d0b8ceb1b5c5c65fc82974033e626 (diff)
Add autoload
Diffstat (limited to 'nov.el')
-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)