Change header/footer comment of all files to make elisp happy

This commit is contained in:
2016-01-31 10:39:26 +00:00
parent b31ce521c8
commit e71ed5fc4e
67 changed files with 544 additions and 279 deletions

View File

@@ -1,6 +1,10 @@
;;
;; lisp
;;
;;; siren-lisp.el --- jimeh's Emacs Siren: lisp-mode configuration.
;;; Commentary:
;; Basic configuration for lisp-mode.
;;; Code:
(require 'siren-programming)
(siren-require-packages '(rainbow-delimiters))
@@ -30,5 +34,5 @@
(setq siren-interactive-lisp-coding-hook 'siren-interactive-lisp-coding-defaults)
(provide 'siren-lisp)
;;; siren-lisp.el ends here