Compare commits

...

2 Commits

Author SHA1 Message Date
Jeremy Dormitzer
77a0341188 Add .ignore file so ripgrep can search the project correctly 2022-04-02 14:28:16 -04:00
Jeremy Dormitzer
49e22f011a Load consult after selectrum 2022-04-02 14:28:04 -04:00
2 changed files with 3 additions and 0 deletions

2
.ignore Normal file
View File

@ -0,0 +1,2 @@
!.*
.git

View File

@ -131,6 +131,7 @@ targets."
;; Consult adds a bunch of completing-read based utilities
(use-package consult
:after selectrum
:commands (consult-xref)
:init
(setq xref-show-xrefs-function #'consult-xref