From 0debaff123003db4aa51015bc1c09b213d44909c Mon Sep 17 00:00:00 2001 From: Allen Zheng Date: Thu, 4 Aug 2016 10:38:29 -0700 Subject: [PATCH] Fix the default for smex-save-file given in README The default path has been ~/.emacs.d/smex-items since 9af6746, but was still given as its old value here. While we're here, also make this an inline code block instead of plain quotes. --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 6dbb6aa..fc24b68 100644 --- a/README.markdown +++ b/README.markdown @@ -76,8 +76,8 @@ no key bindings. ### Persistence Smex keeps a file to save its state betweens Emacs sessions. The -default path is "~/.smex-items"; you can change it by setting the -variable `smex-save-file`. +default path is `~/.emacs.d/smex-items`; you can change it by setting +the variable `smex-save-file`. ### History Set `smex-history-length` to change the number of recent commands that