aboutsummaryrefslogtreecommitdiff
path: root/shoshin-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'shoshin-config.el')
-rw-r--r--shoshin-config.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/shoshin-config.el b/shoshin-config.el
index 6f65e7b..f98284b 100644
--- a/shoshin-config.el
+++ b/shoshin-config.el
@@ -53,6 +53,12 @@
(setq enable-recursive-minibuffers t)
(vertico-mode)
+(require 'vertico-directory)
+(define-key (kbd "RET") #'vertico-directory-enter)
+(define-key (kbd "DEL") #'vertico-directory-delete-char)
+(define-key (kbd "M-DEL") #'vertico-directory-delete-word)
+(define-key (kbd "M-j") #'vertico-quick-insert)
+
(package-install 'which-key)
(which-key-mode)