diff options
author | Case Duckworth | 2021-09-02 23:53:06 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-02 23:53:06 -0500 |
commit | 0574632881bd5634640c8eb105f8650c0893d76c (patch) | |
tree | 13337de22f88c01d1adf1caecd5d6f726a9016be | |
parent | Whitespace (diff) | |
download | emacs-0574632881bd5634640c8eb105f8650c0893d76c.tar.gz emacs-0574632881bd5634640c8eb105f8650c0893d76c.zip |
Add visual-regexp
-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]" |