mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
15 lines
304 B
EmacsLisp
15 lines
304 B
EmacsLisp
;;; siren-theme-atom-one-dark.el --- jimeh's Emacs Siren: atom-one-dark-theme.
|
|
|
|
;;; Commentary:
|
|
|
|
;; Setup for atom-one-dark-theme.
|
|
|
|
;;; Code:
|
|
|
|
(siren-require-packages '(atom-one-dark-theme))
|
|
|
|
(require 'atom-one-dark-theme)
|
|
|
|
(provide 'siren-theme-atom-one-dark)
|
|
;;; siren-theme-atom-one-dark.el ends here
|