From a11f33387bc1cc30bd6833219a40e1c8db66808e Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Wed, 6 Sep 2017 11:17:26 +0200 Subject: Add autoload --- nov.el | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3