Is it possible to make pyenv-mode buffer-local ?
I add pyenv-mode to python-mode-hook, it's very useful, thanks! But I find a little problem: after editting a .py file, the keybinding "C-c C-s" conflicts with orgmode's org-schedule while orgmode(and others except python-mode) hardly ever needs a pyenv-mode minior mode, so is it possible to make pyenv-mode buffer-local? thank you!
Is the suggestion here helpful? https://github.com/pythonic-emacs/pyenv-mode/pull/30#issuecomment-397164331
As the original author of that ticket, I think that suggestion is ridiculous. All you have to do is to search around this repo to find how many people are complaining the about the default keybindings conflicting with something else. Why can't people just make emacs packages come with reasonable defaults out of the box?