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,8 +1,12 @@
|
||||
;;
|
||||
;; tomorrow-night-paradise-theme
|
||||
;;
|
||||
;;; siren-tomorrow-night-paradise-theme.el --- jimeh's Emacs Siren: tomorrow-night-paradise-theme.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Setup for tomorrow-night-paradise-theme.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'tomorrow-night-paradise-theme)
|
||||
|
||||
|
||||
(provide 'siren-theme-tomorrow-night-paradise)
|
||||
(provide 'siren-theme-tomorrow-night-paradise)
|
||||
;;; siren-tomorrow-night-paradise-theme.el ends here
|
||||
|
||||
@@ -1,10 +1,14 @@
|
||||
;;
|
||||
;; twilight-anti-bright-theme
|
||||
;;
|
||||
;;; siren-twilight-anti-bright-theme.el --- jimeh's Emacs Siren: twilight-anti-bright-theme.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Setup for twilight-anti-bright-theme.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(siren-require-packages '(twilight-anti-bright-theme twilight-bright-theme))
|
||||
|
||||
(require 'twilight-anti-bright-theme)
|
||||
|
||||
|
||||
(provide 'siren-theme-twilight-anti-bright)
|
||||
(provide 'siren-theme-twilight-anti-bright)
|
||||
;;; siren-twilight-anti-bright-theme.el ends here
|
||||
|
||||
Reference in New Issue
Block a user