diff options
author | Vasilij Schneidermann <mail@vasilij.de> | 2017-09-06 11:17:26 +0200 |
---|---|---|
committer | Vasilij Schneidermann <mail@vasilij.de> | 2017-09-06 11:17:26 +0200 |
commit | a11f33387bc1cc30bd6833219a40e1c8db66808e (patch) | |
tree | 4d0ee06bf8e82eb87954c88e983ec067b81599a2 /nov.el | |
parent | 856c9434eb6d0b8ceb1b5c5c65fc82974033e626 (diff) |
Add autoload
Diffstat (limited to 'nov.el')
-rw-r--r-- | nov.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |