branch: externals/xeft commit e88f73979d50247d9fc1ba730022caaffb5bc317 Author: Yuan Fu <caso...@gmail.com> Commit: Yuan Fu <caso...@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)