diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index bca844d..12657a0 100644 --- a/init.el +++ b/init.el | |||
@@ -1800,6 +1800,9 @@ If used with a numeric prefix argument N, N backticks will be inserted." | |||
1800 | 1800 | ||
1801 | (setup (:straight unfill)) | 1801 | (setup (:straight unfill)) |
1802 | 1802 | ||
1803 | (setup (:straight visual-regexp) | ||
1804 | (:global "M-%" vr/query-replace)) | ||
1805 | |||
1803 | (setup (:straight wc-mode) ; TODO: move some of this stuff around | 1806 | (setup (:straight wc-mode) ; TODO: move some of this stuff around |
1804 | 1807 | ||
1805 | (:option wc-modeline-format "[%tww]" | 1808 | (:option wc-modeline-format "[%tww]" |