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