From f4652adbd2f71feca3b87df067b77fb875062111 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Tue, 22 Oct 2019 18:12:08 +0000 Subject: [PATCH] Made all python binds in the python-mode keymap and using realgud for debug --- settings.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/settings.org b/settings.org index c661a20..91a9e45 100644 --- a/settings.org +++ b/settings.org @@ -473,12 +473,16 @@ put executables in elpy-rpc-venv in path :config (use-package elpy :hook (hack-local-variables . rlbr/init-venv) - :bind (("C-=" . elpy-goto-assignment)) + :bind (:map python-mode-map + (("C-=" . elpy-goto-assignment))) :config (when (require 'flycheck nil t) (setq elpy-modules (delq 'elpy-module-flymake elpy-modules))) (rlbr/elpy-append-to-path) (rlbr/fix-for-android)) + (use-package realgud + :bind (:map python-mode-map + (("C-c d b" . realgud:pdb)))) (elpy-enable)) #+END_SRC ** SSH config mode