Skip to content

Commit feb207c

Browse files
committed
Merge pull request #44 from purcell/patch-1
Fix :group for customisation
2 parents 0ef4813 + 4c8cbd0 commit feb207c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)