From b57e2dd9172ca1444230d70b34c4ba0d69c391e4 Mon Sep 17 00:00:00 2001 From: Manuel Uberti Date: Sun, 4 Feb 2018 14:50:26 +0100 Subject: [PATCH] Fix code snippet Minor formatting issue in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fee9f1..44f213c 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ To do so you need to add sorting functions to `ivy-sort-functions-alist`, e.g. ```emacs-lisp (setcdr (assoc 'counsel-projectile-find-file ivy-sort-functions-alist) 'file-newer-than-file-p) - ``` +``` # Upgrading from previous version If you are upgrading from version `0.1` to version `0.2`, please read below about important changes, some of which may require you to update your configuration. ## Key bindings