emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/xeft e88f73979d 2/2: ; * README.md: Minor edit.


From: ELPA Syncer
Subject: [elpa] externals/xeft e88f73979d 2/2: ; * README.md: Minor edit.
Date: Wed, 22 Mar 2023 18:42:45 -0400 (EDT)

branch: externals/xeft
commit e88f73979d50247d9fc1ba730022caaffb5bc317
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    ; * README.md: Minor edit.
---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 206db6c21a..029dbd61c3 100644
--- a/README.md
+++ b/README.md
@@ -125,12 +125,13 @@ to do it.
 **How to include files in the subdirectories?**
 
 ```emacs-lisp
+;; Don't follow symlinks.
 (setq xeft-recusive t)
-;; Or
+;; Follow symlinks.
 (setq xeft-recusive 'follow-symlinks)
 ```
 
-**How to make the preview pane to show up automatically? (without typing SPC)**
+**How to make the preview pane to show up automatically?**
 
 ```emacs-lisp
 (defvar-local xeft--displayed-by-xeft-p nil)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]