summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 374ae4e6..6e415bf6 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -557,6 +557,12 @@
(use-package php-mode :ensure :mode (("\\.php" . php-mode)))
+;;; AHK mode
+
+(use-package ahk-mode
+ :mode "\\.ahk"
+ :init (setq ahk-syntax-directory "c:/Program Files/AutoHotKey/Extras/Editors/Syntax"))
+
;;; Deft
(use-package deft