Stop shadowing an org-mode-map key binding

This commit is contained in:
Gerard Vermeulen 2022-01-18 05:02:43 +01:00
parent bb2058d775
commit ef0d277415
1 changed files with 3 additions and 1 deletions

View File

@ -1794,7 +1794,9 @@ Listing [[lst:enable-pyenv-mode]] configures and enables =pyenv-mode=.
(when (and (executable-find "pyenv")
(require 'pyenv-mode nil 'noerror))
(pyenv-mode +1)
(pyenv-mode-set "3.9.9/envs/python-3.9.9"))
(pyenv-mode-set "3.9.9/envs/python-3.9.9")
;; Stop shadowing the org-mode-map "C-c C-s" binding.
(define-key pyenv-mode-map (kbd "C-c C-s") nil))
#+end_src
*** [[https://github.com/joaotavora/eglot][Eglot]]
:PROPERTIES: