mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
15 lines
283 B
EmacsLisp
15 lines
283 B
EmacsLisp
;;; siren-core-custom.el --- jimeh's Emacs Siren: Siren's customizable variables.
|
|
|
|
;;; Commentary:
|
|
|
|
;; Definition of base siren group.
|
|
|
|
;;; Code:
|
|
|
|
(defgroup siren nil
|
|
"Basic settings for Siren."
|
|
:group 'tools)
|
|
|
|
(provide 'siren-core-custom)
|
|
;;; siren-core-custom.el ends here
|