diff options
-rw-r--r-- | basic.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -613,6 +613,10 @@ buffers that I do not want to kill automatically.") (advice-add #'save-buffers-kill-terminal :around #'durand-confirm-execute) +;;; Use ripgrep for xref + +(setq xref-search-program 'ripgrep) + ;;; Package management ;;;###autoload |