diff options
author | Case Duckworth | 2021-09-25 12:28:21 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-25 12:28:21 -0500 |
commit | d20923000ba8420704b0823b2cf7e89a7a96515b (patch) | |
tree | b77ccf4aef5f9672ff2a50a61de4cf371bfca5f7 | |
parent | Remove or comment out dumbness (diff) | |
download | emacs-d20923000ba8420704b0823b2cf7e89a7a96515b.tar.gz emacs-d20923000ba8420704b0823b2cf7e89a7a96515b.zip |
Add wgrep-setup
-rw-r--r-- | init.el | 3 |
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 |