summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-02 23:53:06 -0500
committerCase Duckworth2021-09-02 23:53:06 -0500
commit0574632881bd5634640c8eb105f8650c0893d76c (patch)
tree13337de22f88c01d1adf1caecd5d6f726a9016be /init.el
parentWhitespace (diff)
downloademacs-0574632881bd5634640c8eb105f8650c0893d76c.tar.gz
emacs-0574632881bd5634640c8eb105f8650c0893d76c.zip
Add visual-regexp
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
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]"