Skip to content

Commit 4c8cbd0

Browse files
committed
Fix :group for customisation
It's not good practice to create new top-level customisation groups: 'environment is the best fit here.
1 parent 0ef4813 commit 4c8cbd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

indent-guide.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
(defgroup indent-guide nil
8282
"Show vertical lines to guide indentation."
83-
:group 'emacs)
83+
:group 'environment)
8484

8585
(defcustom indent-guide-char "|"
8686
"Character used as vertical line."

0 commit comments

Comments
 (0)