emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ergoemacs-mode d304b7f4cb: Fix for #515


From: ELPA Syncer
Subject: [elpa] externals/ergoemacs-mode d304b7f4cb: Fix for #515
Date: Sun, 10 Apr 2022 22:57:34 -0400 (EDT)

branch: externals/ergoemacs-mode
commit d304b7f4cb63d707ac7a47a0da0d09a7e713bdb3
Author: Matthew Fidler <514778+mattfidler@users.noreply.github.com>
Commit: Matthew Fidler <514778+mattfidler@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]