From 0e2ccbd20f0051343e4c8fd60ef0b190b6e4683d Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Wed, 4 Jan 2023 20:42:35 -0800 Subject: [PATCH] Change the keyboard, change the bindings. --- elisp/ha-focus.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elisp/ha-focus.el b/elisp/ha-focus.el index fb1906e..f88252d 100644 --- a/elisp/ha-focus.el +++ b/elisp/ha-focus.el @@ -67,8 +67,8 @@ set volume output volume v")) "Asynchronously called when the `osascript' process finishes." (message "Finished calling osascript.")) -(global-set-key (kbd "") 'ha-focus-begin) -(global-set-key (kbd "S-") 'ha-focus-break) +(global-set-key (kbd "") 'ha-focus-begin) +(global-set-key (kbd "S-") 'ha-focus-break) (provide 'ha-focus) ;;; ha-focus.el ends here