rename systemd-mode.el → systemd.el

This commit is contained in:
Mark Oteiza 2015-04-13 15:09:06 -04:00
parent 3cb77a5edd
commit d0a46fee43
2 changed files with 5 additions and 5 deletions

4
README
View File

@ -1,5 +1,5 @@
systemd-mode.el
===============
systemd mode
============
Major mode for editing systemd units in GNU Emacs.

View File

@ -1,4 +1,4 @@
;;; systemd-mode.el --- Major mode for editing systemd units
;;; systemd.el --- Major mode for editing systemd units
;; Copyright (C) 2014-2015 Mark Oteiza <mvoteiza@udel.edu>
@ -151,6 +151,6 @@ Key bindings:
(setq-local comment-start systemd-comment-start)
(setq-local font-lock-defaults '(systemd-font-lock-keywords)))
(provide 'systemd-mode)
(provide 'systemd)
;;; systemd-mode.el ends here
;;; systemd.el ends here