Skip to content

Commit

Permalink
Move provide form to the end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuyk committed Dec 29, 2013
1 parent 15dbeab commit 4d8fbbc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions io-mode.el
Expand Up @@ -378,13 +378,12 @@
;; hooks
(set (make-local-variable 'before-save-hook) 'io-before-save))

(provide 'io-mode)


;;
;; On Load
;;

;; Run io-mode for files ending in .io.
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.io$" . io-mode))

(provide 'io-mode)

0 comments on commit 4d8fbbc

Please sign in to comment.