Skip to content

Commit

Permalink
Rename custom var and set back to nil, tag num option
Browse files Browse the repository at this point in the history
  • Loading branch information
Walheimat committed Sep 30, 2024
1 parent 0f63b05 commit cfc93ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rg-header.el
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@


;; Customization
(defcustom rg-header-max-search-string-length 50
(defcustom rg-header-max-search-string-length nil
"The max line length of header line search string item."
:type '(choice (const :tag "Don't truncate" nil)
number)
(number :tag "The max width"))
:group 'rg)


Expand Down

0 comments on commit cfc93ec

Please sign in to comment.