Commit c9a1a05
authored
Fix customize group
`define-minor-mode` by default connects to a group [without the trailing `-mode`](http://www.gnu.org/software/emacs/manual/html_node/elisp/Defining-Minor-Modes.html), so if you define yet another group called `pyenv-mode`, you will have created 2 customize groups for the same package. This fixes the issue.1 parent 560614d commit c9a1a05
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments