diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index c55c132f..de1a2989 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1792,6 +1792,9 @@ bind-key and global-set-key forms. ** helm I use helm for almost all emacs completion #+BEGIN_SRC emacs-lisp -n -r +(use-package helm-rg + :demand t + :config (setq helm-rg-thing-at-point nil)) (use-package helm-config :demand t :diminish helm-mode @@ -1825,10 +1828,6 @@ I use helm for almost all emacs completion :defer 4 :config (helm-descbinds-mode 1)) - (use-package helm-rg - :demand t - :config (setq helm-rg-thing-at-point nil)) - (use-package helm-ag :bind ("C-c p 1" . imalison:set-helm-ag-extra-options) :preface