diff --git a/layers/+lang/autohotkey/README.org b/layers/+lang/autohotkey/README.org index 449348786..438ca11fd 100644 --- a/layers/+lang/autohotkey/README.org +++ b/layers/+lang/autohotkey/README.org @@ -36,7 +36,7 @@ file. | Key Binding | Description | |-------------+------------------------------------| -| ~SPC m h~ | open documentation in =browser= | -| ~SPC m e b~ | execute file with =autohotkey.exe= | -| ~SPC m c c~ | line comment | | ~SPC m c b~ | block comment | +| ~SPC m c c~ | line comment | +| ~SPC m e b~ | execute file with =autohotkey.exe= | +| ~SPC m h~ | open documentation in =browser= | diff --git a/layers/+lang/autohotkey/packages.el b/layers/+lang/autohotkey/packages.el index deaf40672..bc1597c76 100644 --- a/layers/+lang/autohotkey/packages.el +++ b/layers/+lang/autohotkey/packages.el @@ -19,7 +19,7 @@ :defer t :init (spacemacs/set-leader-keys-for-major-mode 'ahk-mode - "cc" 'ahk-comment-dwim "cb" 'ahk-comment-block-dwim - "h" 'ahk-lookup-web - "eb" 'ahk-run-script))) + "cc" 'ahk-comment-dwim + "eb" 'ahk-run-script + "h" 'ahk-lookup-web)))