feat: enable menu in rg

This commit is contained in:
Laurens Miers 2023-06-07 13:31:13 +02:00
parent a4040e4eef
commit 70bac71039

View file

@ -349,6 +349,8 @@ These flags will enable/disable parts of the config.
#+BEGIN_SRC emacs-lisp
(use-package rg
:config
(rg-enable-menu) ;; Enable transient menu
)
#+END_SRC