mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
Minor refactors & reformatting across the board
This commit is contained in:
@@ -35,7 +35,7 @@ workspace."
|
||||
|
||||
|
||||
;;
|
||||
;; Project search
|
||||
;;; Project search
|
||||
|
||||
(defun +helm-ag-search-args (all-files-p recursive-p)
|
||||
(list (concat "ag " (if IS-WINDOWS "--vimgrep" "--nocolor --nogroup"))
|
||||
|
@@ -211,7 +211,7 @@ If ARG (universal argument), open selection in other-window."
|
||||
|
||||
|
||||
;;
|
||||
;; File searching
|
||||
;;; File searching
|
||||
|
||||
;;;###autoload
|
||||
(defun +ivy/projectile-find-file ()
|
||||
|
Reference in New Issue
Block a user