Skip to content

Commit

Permalink
Use rg-menu by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dajva committed Nov 3, 2019
1 parent 8e6378d commit 2dc9c27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rg.el
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,11 @@ NIL means case sensitive search will be forced."
(const :tag "Off" nil))
:group 'rg)

(defcustom rg-use-transient-menu nil
(defcustom rg-use-transient-menu t
"Use transient menu instead of a the global keymap."
:type 'boolean
:group 'rg)
:group 'rg
:package-version '(rg . "2.0.0"))

(defcustom rg-keymap-prefix (kbd "C-c s")
"Prefix for global `rg' keymap."
Expand Down

0 comments on commit 2dc9c27

Please sign in to comment.