diff options
| author | Vasilij Schneidermann <mail@vasilij.de> | 2017-09-09 19:21:30 +0200 |
|---|---|---|
| committer | Vasilij Schneidermann <mail@vasilij.de> | 2017-09-09 19:21:40 +0200 |
| commit | 406ea5ff10e32b77383716f8926ea40a0b6cc9b7 (patch) | |
| tree | fd84ae3ab82c052619948e5d4dbaff4ccd243c28 | |
| parent | dd99063e6d506ecd5ae377bc28148629bfce4904 (diff) | |
Improve setup instructions
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ Put the following in your init file: .. code:: elisp - (push '("\\.epub\\'" . nov-mode) auto-mode-alist) + (add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode)) Usage ----- |
