Changes to Emacs config (can't explain because moving to elpaca)
I'm having issues with freezing the new versions of stuff in straight for Emacs 30. Moving to elpaca to hopefully get out of that.
This commit is contained in:
@@ -60,7 +60,7 @@ Returns a list of files with the directory preprended to them."
|
||||
|
||||
(defun +search/search-all ()
|
||||
(interactive)
|
||||
(let ((term (read-string "Search for: "))
|
||||
(let ((term (read-string "Search for: " (thing-at-point 'symbol)))
|
||||
(candidates (+search/-format-grep-candidates)))
|
||||
(grep
|
||||
(format "grep --color=auto -nIHZe \"%s\" -- %s"
|
||||
|
||||
Reference in New Issue
Block a user