Skip to content

Commit

Permalink
Update end-it.el
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed May 3, 2019
1 parent c0a1ab2 commit 23b93d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion archive-contents
Expand Up @@ -29,7 +29,7 @@
(:maintainer "Dave Pearson" . "davep@davep.org")
(:url . "https://github.com/davep/make-phony.el"))])
(end-it .
[(1 11)
[(1 12)
((emacs
(24)))
"Add an \"ends here\" marker to a file" single
Expand Down
4 changes: 2 additions & 2 deletions end-it-1.11.el → end-it-1.12.el
Expand Up @@ -2,7 +2,7 @@
;; Copyright 2018-2019 by Dave Pearson <davep@davep.org>

;; Author: Dave Pearson <davep@davep.org>
;; Version: 1.11
;; Version: 1.12
;; Keywords: convenience
;; URL: https://github.com/davep/end-it.el
;; Package-Requires: ((emacs "24"))
Expand Down Expand Up @@ -36,7 +36,7 @@
((derived-mode-p 'python-mode 'ruby-mode 'makefile-gmake-mode
'makefile-bsdmake-mode 'sh-mode 'restclient-mode
'conf-mode 'yaml-mode 'dockerfile-mode 'perl-mode
'gitconfig-mode)
'gitconfig-mode 'julia-mode)
"### %s")
((derived-mode-p 'c-mode 'css-mode 'js-mode)
"/* %s */")
Expand Down

0 comments on commit 23b93d4

Please sign in to comment.