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 @@
|
||||
;;
|
||||
;; css
|
||||
;;
|
||||
;;; siren-css.el --- jimeh's Emacs Siren: css-mode configuration.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Basic configuration for css-mode.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'siren-programming)
|
||||
|
||||
@@ -23,5 +27,5 @@
|
||||
(add-hook 'css-mode-hook (lambda ()
|
||||
(run-hooks 'siren-css-mode-hook)))))
|
||||
|
||||
|
||||
(provide 'siren-css)
|
||||
;;; siren-css.el ends here
|
||||
|
||||
Reference in New Issue
Block a user