Clean up and various changes

This commit is contained in:
Henrik Lissner 2014-10-09 18:37:37 -04:00
parent b1f9683d27
commit ee52f30027
8 changed files with 49 additions and 19 deletions

View file

@ -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