mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-25 14:13:37 -05:00
Remove third line in section headers
This is truly important stuff. We've saved many lives with this update.
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
(helm-swoop :$query search :$multiline bang))
|
||||
|
||||
|
||||
;; --- file searching ---------------------
|
||||
;;
|
||||
;; Project searching
|
||||
|
||||
;;;###autoload (autoload '+helm:pt "completion/helm/autoload/evil" nil t)
|
||||
(evil-define-command +helm:pt (all-files-p query)
|
||||
|
@@ -41,7 +41,6 @@ workspace."
|
||||
|
||||
;;
|
||||
;; Project search
|
||||
;;
|
||||
|
||||
(defun +helm-ag-search-args (all-files-p recursive-p)
|
||||
(list (concat "ag " (if IS-WINDOWS "--vimgrep" "--nocolor --nogroup"))
|
||||
|
@@ -35,7 +35,6 @@ be negative.")
|
||||
|
||||
;;
|
||||
;; Packages
|
||||
;;
|
||||
|
||||
(def-package! helm-mode
|
||||
:defer 1
|
||||
|
Reference in New Issue
Block a user