summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-09-25 12:28:21 -0500
committerCase Duckworth2021-09-25 12:28:21 -0500
commitd20923000ba8420704b0823b2cf7e89a7a96515b (patch)
treeb77ccf4aef5f9672ff2a50a61de4cf371bfca5f7
parentRemove or comment out dumbness (diff)
downloademacs-d20923000ba8420704b0823b2cf7e89a7a96515b.tar.gz
emacs-d20923000ba8420704b0823b2cf7e89a7a96515b.zip
Add wgrep-setup
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 10d42b1..30bcd97 100644 --- a/init.el +++ b/init.el
@@ -2215,7 +2215,8 @@ If used with a numeric prefix argument N, N backticks will be inserted."
2215 (rx ".erb" eos) 2215 (rx ".erb" eos)
2216 (rx ".mustache" eos))) 2216 (rx ".mustache" eos)))
2217 2217
2218(setup (:straight wgrep)) 2218(setup (:straight wgrep)
2219 (wgrep-setup))
2219 2220
2220(setup (:straight which-key) 2221(setup (:straight which-key)
2221 (:option which-key-show-early-on-C-h t 2222 (:option which-key-show-early-on-C-h t