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