Fix code snippet
Minor formatting issue in README
This commit is contained in:
parent
222b6ac531
commit
b57e2dd917
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ To do so you need to add sorting functions to `ivy-sort-functions-alist`, e.g.
|
||||||
```emacs-lisp
|
```emacs-lisp
|
||||||
(setcdr (assoc 'counsel-projectile-find-file ivy-sort-functions-alist)
|
(setcdr (assoc 'counsel-projectile-find-file ivy-sort-functions-alist)
|
||||||
'file-newer-than-file-p)
|
'file-newer-than-file-p)
|
||||||
```
|
```
|
||||||
# Upgrading from previous version
|
# 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.
|
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
|
## Key bindings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue