diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-05-17 15:51:57 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-05-17 15:51:57 +0100 |
commit | 4bb6cfd77e3ce738eed585d2465797700c396942 (patch) | |
tree | f976d79c6ed60f210a0b1dc88775a2cc29d492eb /.emacs.d/lisp/init-minibuffer.el | |
parent | 78fc8b1d9925e8906e5bb565299f0412636b3406 (diff) | |
download | dotfiles-4bb6cfd77e3ce738eed585d2465797700c396942.tar.gz |
Fix eldoc length warning
Diffstat (limited to '.emacs.d/lisp/init-minibuffer.el')
-rw-r--r-- | .emacs.d/lisp/init-minibuffer.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el index bb7a1a1..1351ec7 100644 --- a/.emacs.d/lisp/init-minibuffer.el +++ b/.emacs.d/lisp/init-minibuffer.el @@ -78,7 +78,7 @@ DEFS is a plist associating completion categories to commands." :init (defvar switching-project nil) (defun vertico-directory-enter-or-select-project () - "Wrapper around vertico-directory-enter that plays nicely with selecting new projects." + "vertico-directory-enter wrapper that plays nicely with selecting new projects." (interactive) ;; When selecting a project, use this to return, instead of entering the directory (if switching-project |