Define defgroup siren

This commit is contained in:
2016-01-31 19:29:31 +00:00
parent 900bc07587
commit 00eab478be

View File

@@ -8,6 +8,10 @@
;;; Code:
(defgroup siren nil
"Basic settings for Siren."
:group 'tools)
(defcustom siren-yank-indent-threshold 1000
"Threshold (# chars) over which indentation does not automatically occur."
:type 'number