branch: externals/ergoemacs-mode commit d304b7f4cb63d707ac7a47a0da0d09a7e713bdb3 Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew Fidler <514778+mattfid...@users.noreply.github.com>
Fix for #515 --- ergoemacs-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el index 0bb48341e9..efd6897cf5 100644 --- a/ergoemacs-themes.el +++ b/ergoemacs-themes.el @@ -1236,6 +1236,7 @@ In a terminal, this can be either arrow keys (e.g. meta+O A == <up>) or regular (ergoemacs-unset-keys-in-map isearch-mode-map) (define-key isearch-mode-map (kbd "C-x C-q") 'isearch-edit-string) (define-key isearch-mode-map (kbd "<f2>") 'isearch-edit-string) + (define-key isearch-mode-map (kbd "C-f") 'isearch-repeat-forward) ;; Mode specific changes (if (string-equal ergoemacs-theme "reduction") (progn