Lint region.el

Business as usual...
This commit is contained in:
William Carroll 2020-08-31 14:49:05 +01:00
parent 8d02e5a5ef
commit c78b2339f9
2 changed files with 8 additions and 3 deletions

View file

@ -14,6 +14,7 @@
(require 'f)
(require 'dash)
(require 'constants)
(require 'region)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Configuration
@ -231,7 +232,7 @@
(defun wpc-misc-deadgrep-region ()
"Run a ripgrep search on the active region."
(interactive)
(deadgrep (region/to-string)))
(deadgrep (region-to-string)))
(defun wpc-misc-deadgrep-dwim ()
"If a region is active, use that as the search, otherwise don't."
(interactive)