Skip to content

Commit 1fc91b7

Browse files
committed
Added emacs library header
1 parent b15ac38 commit 1fc91b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

elisp/monte.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; monte.el -- support for editing Monte code -*- lexical-binding: t -*-
1+
;; monte.el --- support for editing Monte code -*- lexical-binding: t -*-
22
;; copyright 2015 Allen Short, available under MIT license (see LICENSE)
33
(provide 'monte)
44
;;;###autoload

monte-emacs.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
;;; monte-emacs.el --- support for editing Monte code
12
(provide 'monte-emacs)
23
(push (expand-file-name "elisp/" (file-name-directory load-file-name)) load-path)
34
(require 'monte)

0 commit comments

Comments
 (0)