Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
835 B

  1. ;;; ahk-mode-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "ahk-mode" "ahk-mode.el" (0 0 0 0))
  7. ;;; Generated autoloads from ahk-mode.el
  8. (add-to-list 'auto-mode-alist '("\\.ahk\\'" . ahk-mode))
  9. (autoload 'ahk-mode "ahk-mode" "\
  10. Major mode for editing AutoHotkey script (AHK).
  11. The hook functions in `ahk-mode-hook' are run after mode initialization.
  12. Key Bindings
  13. \\{ahk-mode-map}
  14. \(fn)" t nil)
  15. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ahk-mode" '("ac-source-" "ahk-")))
  16. ;;;***
  17. ;; Local Variables:
  18. ;; version-control: never
  19. ;; no-byte-compile: t
  20. ;; no-update-autoloads: t
  21. ;; coding: utf-8
  22. ;; End:
  23. ;;; ahk-mode-autoloads.el ends here