Skip to content

Commit

Permalink
Added emacs library header
Browse files Browse the repository at this point in the history
  • Loading branch information
KevOrr committed Mar 16, 2017
1 parent b15ac38 commit 1fc91b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion elisp/monte.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; monte.el -- support for editing Monte code -*- lexical-binding: t -*-
;; monte.el --- support for editing Monte code -*- lexical-binding: t -*-
;; copyright 2015 Allen Short, available under MIT license (see LICENSE)
(provide 'monte)
;;;###autoload
Expand Down
1 change: 1 addition & 0 deletions monte-emacs.el
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
;;; monte-emacs.el --- support for editing Monte code
(provide 'monte-emacs)
(push (expand-file-name "elisp/" (file-name-directory load-file-name)) load-path)
(require 'monte)
Expand Down

0 comments on commit 1fc91b7

Please sign in to comment.