Skip to content

Commit 19bf47f

Browse files
kanttarsius
authored andcommitted
readme: Minor improvement
1 parent 974f105 commit 19bf47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ One of the most common types of files that Emacs creates automatically
6363
is auto-save files. By default, these appear in the current directory
6464
of a visited file. No-littering does not change this, but you can add
6565
the following code to your `init.el` file to store these files in the
66-
var directory:
66+
`var` directory:
6767

6868
(setq auto-save-file-name-transforms
6969
`((".*" ,(no-littering-expand-var-file-name "auto-save/") t)))

0 commit comments

Comments
 (0)