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

12
init.el
View File

@@ -1,8 +1,10 @@
;;
;; Emacs Configuration
;;
;;; init.el --- jimeh's Emacs Siren: init file.
;; Set root directory of Emacs config
;;; Commentary:
;; The file that starts it all.
;;; Code:
;; I need to keep this here commented out like this to prevent package.el from
;; automatically adding it again. I call `(package-initalize)' manually from
@@ -83,3 +85,5 @@
;; the theme
(if (file-exists-p siren-theme-file)
(load siren-theme-file))
;;; init.el ends here