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

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

[elpa] externals/vertico 72db698 2/3: README: Add vertico-directory to e


From: ELPA Syncer
Subject: [elpa] externals/vertico 72db698 2/3: README: Add vertico-directory to example configuration
Date: Sat, 10 Jul 2021 13:57:19 -0400 (EDT)

branch: externals/vertico
commit 72db6980ed6d37570205b52dfc497d1f9396d1fd
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    README: Add vertico-directory to example configuration
---
 README.org | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.org b/README.org
index e3f05a5..be24218 100644
--- a/README.org
+++ b/README.org
@@ -57,6 +57,16 @@
       ;; (setq vertico-cycle t)
       )
 
+    ;; Configure directory extension
+    (use-package vertico-directory
+      ;; More convenient directory navigation commands
+      :bind (:map vertico-map
+                  ("RET" . vertico-directory-enter)
+                  ("DEL" . vertico-directory-delete-char)
+                  ("M-DEL" . vertico-directory-delete-word))
+      ;; Tidy shadowed file names
+      :hook (rfn-eshadow-update-overlay . vertico-directory-tidy))
+
     ;; Use the `orderless' completion style.
     ;; Enable `partial-completion' for files to allow path expansion.
     ;; You may prefer to use `initials' instead of `partial-completion'.



reply via email to

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