mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Clean up and various changes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user