emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/consult 4b92708 1/2: Add outline headers


From: ELPA Syncer
Subject: [elpa] externals/consult 4b92708 1/2: Add outline headers
Date: Thu, 5 Aug 2021 21:57:08 -0400 (EDT)

branch: externals/consult
commit 4b92708064864c688579942711b107bf20ffcfc5
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Add outline headers
---
 consult.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/consult.el b/consult.el
index 18ad213..4ee8ce7 100644
--- a/consult.el
+++ b/consult.el
@@ -4139,6 +4139,8 @@ Otherwise the `default-directory' is searched."
   (interactive "P")
   (consult--grep "Grep" consult-grep-command dir initial))
 
+;;;;; Command: consult-git-grep
+
 (defun consult--git-grep-command-builder (config input)
   "Build command line given CONFIG and INPUT."
   (setq input (consult--command-split input))
@@ -4155,6 +4157,8 @@ See `consult-grep' for more details."
   (interactive "P")
   (consult--grep "Git-grep" consult-git-grep-command dir initial))
 
+;;;;; Command: consult-ripgrep
+
 (defvar consult--ripgrep-regexp-type nil)
 (defun consult--ripgrep-regexp-type ()
   "Return regexp type supported by ripgrep command."
@@ -4232,6 +4236,8 @@ See `consult-grep' for more details regarding the 
asynchronous search."
          (default-directory (cdr prompt-dir)))
     (find-file (consult--find (car prompt-dir) consult-find-command initial))))
 
+;;;;; Command: consult-locate
+
 (defun consult--locate-command-builder (config input)
   "Build command line given CONFIG and INPUT."
   (setq input (consult--command-split input))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]