[autohotkey] Work-around for prog-mode-hook

This commit is contained in:
syl20bnr 2021-03-03 22:38:19 -05:00
parent 6d8101c20e
commit a8aa24af45
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@
:defer t
:init
(progn
;; work-around for issue #21
;; https://github.com/ralesi/ahk-mode/issues/21
(add-hook 'ahk-mode-hook 'spacemacs/run-prog-mode-hooks)
(spacemacs/declare-prefix-for-mode 'ahk-mode "mc" "comment")
(spacemacs/declare-prefix-for-mode 'ahk-mode "me" "eval")
(spacemacs/declare-prefix-for-mode 'ahk-mode "mh" "help")