diff options
| author | BardofSprites <[email protected]> | 2025-12-27 15:57:53 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-12-27 15:57:53 -0500 |
| commit | e4a0853b306c054e5554f866d731020a7a6f5206 (patch) | |
| tree | b95113bbc576c23def3a1d75410b3d0d3ca16905 /bard-emacs-modules/bard-emacs-completion.el | |
| parent | 365b3cd445b56e55014f2f3b5a14532228b3ba5a (diff) | |
MAJOR formatting and documentation
Diffstat (limited to 'bard-emacs-modules/bard-emacs-completion.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-completion.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bard-emacs-modules/bard-emacs-completion.el b/bard-emacs-modules/bard-emacs-completion.el index b8bfce7..adf6795 100644 --- a/bard-emacs-modules/bard-emacs-completion.el +++ b/bard-emacs-modules/bard-emacs-completion.el @@ -12,8 +12,7 @@ ;; a sub-directory and use, say, `find-file' to go to your home '~/' ;; or root '/' directory, Vertico will clear the old path to keep ;; only your current input. - (add-hook 'rfn-eshadow-update-overlay-hook #'vertico-directory-tidy)) - ) + (add-hook 'rfn-eshadow-update-overlay-hook #'vertico-directory-tidy))) (use-package rfn-eshadow :ensure nil |
