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

;;; feature-mode-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "feature-mode" "feature-mode.el" (0 0 0 0))
;;; Generated autoloads from feature-mode.el
(autoload 'feature-mode "feature-mode" "\
Major mode for editing plain text stories
\(fn)" t nil)
(add-to-list 'auto-mode-alist '("\\.feature\\'" . feature-mode))
(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")))
;;;***
;;;### (autoloads nil nil ("feature-mode-pkg.el") (0 0 0 0))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; feature-mode-autoloads.el ends here