Clean up and various changes
This commit is contained in:
parent
b1f9683d27
commit
ee52f30027
8 changed files with 49 additions and 19 deletions
|
@ -15,10 +15,9 @@
|
|||
(add-hook 'python-mode-hook 'jedi:ac-setup)
|
||||
(setq python-shell-interpreter "ipython")
|
||||
|
||||
;; Dont' remap DEL please...
|
||||
;; Interferes with smartparens
|
||||
(defmap python-mode-map (kbd "DEL") nil)
|
||||
|
||||
;;; Keybindings
|
||||
(add-hook! 'python-mode-hook
|
||||
(setq my-switch-to-repl-func 'python-shell-switch-to-shell
|
||||
my-send-region-to-repl-func 'python-shell-send-region
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue