mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Change header/footer comment of all files to make elisp happy
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
;;
|
||||
;; lua
|
||||
;;
|
||||
;;; siren-lua.el --- jimeh's Emacs Siren: lua-mode configuration.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Basic configuration for lua-mode.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'siren-programming)
|
||||
|
||||
@@ -20,5 +24,5 @@
|
||||
(add-hook 'lua-mode-hook (lambda ()
|
||||
(run-hooks 'siren-lua-mode-hook)))
|
||||
|
||||
|
||||
(provide 'siren-lua)
|
||||
;;; siren-lua.el ends here
|
||||
|
||||
Reference in New Issue
Block a user