diff --git a/lisp/init-smarter-than-emacs.el b/lisp/init-smarter-than-emacs.el index fef32cc..d65970c 100644 --- a/lisp/init-smarter-than-emacs.el +++ b/lisp/init-smarter-than-emacs.el @@ -195,7 +195,8 @@ a remote file anytime and from everywhere I am by just entering :" (push consult--source-perspective consult-buffer-sources))) ;; needs to be defined outside -(defalias 'egrep 'consult-ripgrep) +(defalias 'rg 'consult-ripgrep) +(defalias 'fd 'consult-fd) ;; change directory while opening a file etc (use-package consult-dir