From 3a52171f3ff8d9b5917afa9ec80631ee8c577dc8 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 27 May 2019 08:52:55 -0400 Subject: [PATCH] FIX pyenv binding collision with org mode schedule --- etc/conf.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/conf.org b/etc/conf.org index f8776b5..81e566c 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -3781,6 +3781,11 @@ The only thing I like about elpy is the interactive shell ;; interferes with window hydra (define-key magit-mode-map (kbd "M-w") nil) #+END_SRC +*** pyenv +This key collides with plenty of other stuff, notably scheduling in org mode +#+BEGIN_SRC emacs-lisp +(define-key pyenv-mode-map (kbd "C-c C-s") nil) +#+END_SRC ** global *** function The function keys are nice because they are almost (not always) free in every mode. Therefore I use these for functions that I need to access anywhere, but not necessary extremely often (because they are out of the way and harder to reach).