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

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

[elpa] externals/ergoemacs-mode 63fe57790e 10/13: Fix the typo; See #511


From: ELPA Syncer
Subject: [elpa] externals/ergoemacs-mode 63fe57790e 10/13: Fix the typo; See #511
Date: Wed, 19 Jan 2022 18:58:20 -0500 (EST)

branch: externals/ergoemacs-mode
commit 63fe57790e212a3375fd9af2ccb3184f3e1d821b
Author: Matthew Fidler <514778+mattfidler@users.noreply.github.com>
Commit: Matthew Fidler <514778+mattfidler@users.noreply.github.com>

    Fix the typo; See #511
---
 ergoemacs-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index 601653927a..1ad279c38e 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -618,8 +618,8 @@ These keys do not depend on the layout."
   (ergoemacs-define-key keymap (kbd "<apps> SPC") 'set-mark-command)
   (ergoemacs-define-key keymap (kbd "<apps> a") 'mark-whole-buffer)
 
-  (ergoemacs-define-key ergoemacs-override-keymap (kbd "<apps> f") 
'ergoemacs-command-loop-C-x-ctl-to-alt)
-  (ergoemacs-define-key ergoemacs-override-keymap (kbd "<apps> d") 
'ergoemacs-command-loop-C-c-unchorded)
+  (ergoemacs-define-key ergoemacs-override-keymap (kbd "<apps> d") 
'ergoemacs-command-loop-C-x-ctl-to-alt)
+  (ergoemacs-define-key ergoemacs-override-keymap (kbd "<apps> f") 
'ergoemacs-command-loop-C-c-unchorded)
 
   (ergoemacs-define-key        ergoemacs-override-keymap (kbd "<menu> n") 
'org-agenda (kbd "a"))
   (ergoemacs-define-key        ergoemacs-override-keymap (kbd "<menu> n") 
'org-capture (kbd "A"))



reply via email to

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