Skip to content

Commit

Permalink
Make the file name match the minor mode name
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Jan 3, 2019
1 parent c4eeed5 commit 112a79d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ox-hugo-auto-export-mode.el → org-hugo-auto-export-mode.el
@@ -1,4 +1,4 @@
;;; ox-hugo-auto-export-mode.el --- Minor mode for auto-exporting using ox-hugo -*- lexical-binding: t -*-
;;; org-hugo-auto-export-mode.el --- Minor mode for auto-exporting using ox-hugo -*- lexical-binding: t -*-

;; Authors: Kaushal Modi <kaushal.mod@gmail.com>, Evgeni Kolev <evgenysw@gmail.com>
;; URL: https://ox-hugo.scripter.co
Expand Down Expand Up @@ -41,6 +41,6 @@ The exporting happens only when Org Capture is not in progress."
(remove-hook 'after-save-hook #'org-hugo-export-wim-to-md-after-save :local)))


(provide 'ox-hugo-auto-export-mode)
(provide 'org-hugo-auto-export-mode)

;;; ox-hugo-auto-export-mode.el ends here
;;; org-hugo-auto-export-mode.el ends here

0 comments on commit 112a79d

Please sign in to comment.