Skip to content

Commit 215b7f0

Browse files
authored
Merge pull request #27 from wyuenho/patch-1
One customize group
2 parents 560614d + c9a1a05 commit 215b7f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyenv-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
(require 'pythonic)
3030

31-
(defgroup pyenv-mode nil
31+
(defgroup pyenv nil
3232
"Pyenv virtualenv integration with python mode."
3333
:group 'languages)
3434

@@ -37,7 +37,7 @@
3737
(when (pyenv-mode-version)
3838
(concat "Pyenv:" (pyenv-mode-version) " ")))
3939
"How `pyenv-mode' will indicate the current python version in the mode line."
40-
:group 'pyenv-mode)
40+
:group 'pyenv)
4141

4242
(defun pyenv-mode-version ()
4343
"Return currently active pyenv version."

0 commit comments

Comments
 (0)