From 97985c6cb98d0c4fb3e4478ec1838c4f5437d53f Mon Sep 17 00:00:00 2001 From: ralesi Date: Sat, 30 May 2015 17:09:24 -0700 Subject: [PATCH] fix autothotkey mode bindings --- contrib/!lang/autohotkey/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/!lang/autohotkey/packages.el b/contrib/!lang/autohotkey/packages.el index dccbeab96..e19345e94 100644 --- a/contrib/!lang/autohotkey/packages.el +++ b/contrib/!lang/autohotkey/packages.el @@ -16,7 +16,7 @@ (defun autohotkey/init-ahk-mode () (use-package ahk-mode - :mode ".ahk" + :mode "\\.ahk$" :defer t :init (evil-leader/set-key-for-mode 'ahk-mode