[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/xeft 811806d23f 1/3: ; * README.md: Fix typo.
From: |
ELPA Syncer |
Subject: |
[elpa] externals/xeft 811806d23f 1/3: ; * README.md: Fix typo. |
Date: |
Fri, 15 Sep 2023 03:58:53 -0400 (EDT) |
branch: externals/xeft
commit 811806d23f0ec142368188f001cc044f226653e5
Author: Levin Du <zslevin@gmail.com>
Commit: Yuan Fu <casouri@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?**