diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-09-06 14:16:03 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-09-06 14:16:03 +0100 |
commit | 4a91db29f5fbce70e04105951201deee1b26ab5f (patch) | |
tree | 8945022a750af71d0ce199a4dbdecab3cdc52405 /.emacs.d | |
parent | c133e2f3fe774dfecd9afe79d368c911c5386828 (diff) | |
download | dotfiles-4a91db29f5fbce70e04105951201deee1b26ab5f.tar.gz |
Add docstring
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/lisp/init-minibuffer.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el index 2949528..7524a7f 100644 --- a/.emacs.d/lisp/init-minibuffer.el +++ b/.emacs.d/lisp/init-minibuffer.el @@ -411,6 +411,7 @@ See `+become-consult-line'." (delete-forward-char 1)))) (defun consult-project-buffer () + "Version of `consult-buffer' that only uses project-related sources." (interactive) (let ((consult-buffer-sources '(consult--project-source-project-buffer consult--project-source-project-file-recentf |