diff options
-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 |