branch: externals/xeft commit 811806d23f0ec142368188f001cc044f226653e5 Author: Levin Du <zsle...@gmail.com> Commit: Yuan Fu <caso...@gmail.com>
; * README.md: Fix typo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d91982a69b..3db8ea7663 100644 --- a/README.md +++ b/README.md @@ -127,9 +127,9 @@ to do it. ```emacs-lisp ;; Don't follow symlinks. -(setq xeft-recusive t) +(setq xeft-recursive t) ;; Follow symlinks. -(setq xeft-recusive 'follow-symlinks) +(setq xeft-recursive 'follow-symlinks) ``` **How to make the preview pane to show up automatically?**