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,10 +1,14 @@
|
||||
;;
|
||||
;; siren theme setup
|
||||
;;
|
||||
;;; siren-theme.el --- jimeh's Emacs Siren: Theme loading.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Load the theme!
|
||||
|
||||
;;; Code:
|
||||
|
||||
(if window-system
|
||||
(require 'siren-theme-twilight-anti-bright)
|
||||
(require 'siren-theme-tomorrow-night-paradise))
|
||||
|
||||
|
||||
(provide 'siren-theme)
|
||||
;;; siren-theme.el ends here
|
||||
|
||||
Reference in New Issue
Block a user