Skip to content

Commit

Permalink
Merge pull request #18 from mkaito/patch-1
Browse files Browse the repository at this point in the history
Load fish-mode for `funced` files.
  • Loading branch information
wwwjfy committed Jul 18, 2015
2 parents 98f71e6 + 0cccbd4 commit c9045d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fish-mode.el
Expand Up @@ -443,6 +443,8 @@ For example, (fold F X '(1 2 3)) computes (F (F (F X 1) 2) 3)."
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.fish\\'" . fish-mode))
;;;###autoload
(add-to-list 'auto-mode-alist '("/fish_funced\\..*\\'" . fish-mode))
;;;###autoload
(add-to-list 'interpreter-mode-alist '("fish" . fish-mode))

(provide 'fish-mode)
Expand Down

0 comments on commit c9045d4

Please sign in to comment.