[Emacs] Demand helm-rg at top level to ensure install

This commit is contained in:
Kat Huang 2023-07-11 12:10:48 -06:00
parent db0ecfa671
commit d22532b090

View File

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