aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/elisp/search.el
AgeCommit message (Collapse)Author
2024-10-14Changes to Emacs config (can't explain because moving to elpaca)Aryadev Chavali
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.
2024-10-01(Emacs/config)~Ivy + Counsel -> IComplete + ConsultAryadev Chavali
Decided to use vanilla packages a bit more, and got a bit bored of Ivy + Counsel.
2024-06-22Tons of changesAryadev Chavali
2024-06-14(Emacs/elisp)~cl-reduce -> string-joinAryadev Chavali
2024-06-13(Emacs/elisp)~search-all cleaned upAryadev Chavali
2024-06-13(Emacs/elisp)~search/find-file can now open swiper in new bufferAryadev Chavali
If some universal argument is given to +search/find-file then after opening the file it'll open swiper. This reduces keystrokes and makes it easier to get to somewhere.
2024-06-11(Emacs/elisp)+Website directory to search elispAryadev Chavali
2024-05-12(Emacs/elisp)+search.elAryadev Chavali
I can now completing-read search git files from a ton of repositories AND grep them.