From e09eb1b024d8ade100e1b2279690a6d2cbfb9563 Mon Sep 17 00:00:00 2001 From: justbur Date: Sat, 11 Jul 2015 13:28:58 -0400 Subject: [PATCH] Readme typo --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 6744fb44a8d..0eefa0554af 100644 --- a/README.org +++ b/README.org @@ -142,7 +142,7 @@ the second string, "find files". In the second type of entry you can restrict the replacements to a major-mode. For example, #+BEGIN_SRC emacs-lisp -(org-mode . '(("C-c C-c" . "Org C-c C-c") ("C-c C-a" . "Org Attach")) +(org-mode . (("C-c C-c" . "Org C-c C-c") ("C-c C-a" . "Org Attach")) #+END_SRC Here the first entry is the major-mode and the second is a list of the first