diff options
-rw-r--r-- | config.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.org b/config.org index 6c7ad20..1947a85 100644 --- a/config.org +++ b/config.org | |||
@@ -374,6 +374,11 @@ See [[https://emacs.stackexchange.com/questions/12351/when-to-call-find-font-if- | |||
374 | (use-package ctrlf | 374 | (use-package ctrlf |
375 | :custom | 375 | :custom |
376 | (ctrlf-show-match-count-at-eol nil) | 376 | (ctrlf-show-match-count-at-eol nil) |
377 | :bind | ||
378 | ("C-s" . ctrlf-forward-regexp) | ||
379 | ("C-r" . ctrlf-backward-regexp) | ||
380 | ("C-M-s" . ctrlf-forward-literal) | ||
381 | ("C-M-r" . ctrlf-backward-literal) | ||
377 | :config | 382 | :config |
378 | (ctrlf-mode 1)) | 383 | (ctrlf-mode 1)) |
379 | #+end_src | 384 | #+end_src |