mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Define defgroup siren
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user