Itai Y. Efrat 2021-11-11 01:45:10 +02:00
parent 5b630e1723
commit a310fb4a77
2 changed files with 6 additions and 5 deletions

View file

@ -28,6 +28,7 @@ overrides `completion-styles' during company completion sessions.")
;; Cleans up path when moving directories with shadowed paths syntax, e.g.
;; cleans ~/foo/bar/// to /, and ~/foo/bar/~/ to ~/.
(add-hook 'rfn-eshadow-update-overlay-hook #'vertico-directory-tidy)
(add-hook 'minibuffer-setup-hook #'vertico-repeat-save)
(map! :map vertico-map [backspace] #'vertico-directory-delete-char))