aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 1419dff..cb8f863 100644
--- a/README.rst
+++ b/README.rst
@@ -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
-----