emacs/var/backup/!home!chris!.emacs.d!straight!build!fish-mode!fish-mode-autoloads.el~
2022-01-03 12:49:32 -06:00

34 lines
805 B
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; fish-mode-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
;;
;;; Code:
;;;### (autoloads nil "fish-mode" "fish-mode.el" (0 0 0 0))
;;; Generated autoloads from fish-mode.el
(autoload 'fish_indent-before-save "fish-mode" nil t nil)
(autoload 'fish-mode "fish-mode" "\
Major mode for editing fish shell files.
\(fn)" t nil)
(add-to-list 'auto-mode-alist '("\\.fish\\'" . fish-mode))
(add-to-list 'auto-mode-alist '("/fish_funced\\..*\\'" . fish-mode))
(add-to-list 'interpreter-mode-alist '("fish" . fish-mode))
(register-definition-prefixes "fish-mode" '("fish"))
;;;***
(provide 'fish-mode-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; fish-mode-autoloads.el ends here