about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-09-06 14:16:03 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-09-06 14:16:03 +0100
commit4a91db29f5fbce70e04105951201deee1b26ab5f (patch)
tree8945022a750af71d0ce199a4dbdecab3cdc52405 /.emacs.d
parentc133e2f3fe774dfecd9afe79d368c911c5386828 (diff)
downloaddotfiles-4a91db29f5fbce70e04105951201deee1b26ab5f.tar.gz
Add docstring
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-minibuffer.el1
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