We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974f105 commit 19bf47fCopy full SHA for 19bf47f
README.md
@@ -63,7 +63,7 @@ One of the most common types of files that Emacs creates automatically
63
is auto-save files. By default, these appear in the current directory
64
of a visited file. No-littering does not change this, but you can add
65
the following code to your `init.el` file to store these files in the
66
-var directory:
+`var` directory:
67
68
(setq auto-save-file-name-transforms
69
`((".*" ,(no-littering-expand-var-file-name "auto-save/") t)))
0 commit comments