Klimi's new dotfiles with stow.
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.

33 lines
1.0 KiB

4 years ago
  1. ;;; feature-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 "feature-mode" "feature-mode.el" (0 0 0 0))
  7. ;;; Generated autoloads from feature-mode.el
  8. (autoload 'feature-mode "feature-mode" "\
  9. Major mode for editing plain text stories
  10. \(fn)" t nil)
  11. (add-to-list 'auto-mode-alist '("\\.feature\\'" . feature-mode))
  12. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "feature-mode" '("feature-" "expand-home-shellism" "can-run-bundle" "should-run-docker-compose" "parse-gherkin-l10n" "project-file-exists" "given-when-then-wordlength" "build-keyword-matcher" "try-find-next" "load-gherkin-i10n")))
  13. ;;;***
  14. ;;;### (autoloads nil nil ("feature-mode-pkg.el") (0 0 0 0))
  15. ;;;***
  16. ;; Local Variables:
  17. ;; version-control: never
  18. ;; no-byte-compile: t
  19. ;; no-update-autoloads: t
  20. ;; coding: utf-8
  21. ;; End:
  22. ;;; feature-mode-autoloads.el ends here