rename systemd-mode.el → systemd.el
This commit is contained in:
parent
3cb77a5edd
commit
d0a46fee43
4
README
4
README
@ -1,5 +1,5 @@
|
|||||||
systemd-mode.el
|
systemd mode
|
||||||
===============
|
============
|
||||||
|
|
||||||
Major mode for editing systemd units in GNU Emacs.
|
Major mode for editing systemd units in GNU Emacs.
|
||||||
|
|
||||||
|
|||||||
@ -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>
|
;; Copyright (C) 2014-2015 Mark Oteiza <mvoteiza@udel.edu>
|
||||||
|
|
||||||
@ -151,6 +151,6 @@ Key bindings:
|
|||||||
(setq-local comment-start systemd-comment-start)
|
(setq-local comment-start systemd-comment-start)
|
||||||
(setq-local font-lock-defaults '(systemd-font-lock-keywords)))
|
(setq-local font-lock-defaults '(systemd-font-lock-keywords)))
|
||||||
|
|
||||||
(provide 'systemd-mode)
|
(provide 'systemd)
|
||||||
|
|
||||||
;;; systemd-mode.el ends here
|
;;; systemd.el ends here
|
||||||
Loading…
x
Reference in New Issue
Block a user