Better evil/REPL support

This commit is contained in:
Henrik Lissner
2015-12-09 01:54:30 -05:00
parent 4882df4847
commit 2503232edf
9 changed files with 69 additions and 15 deletions

View File

@ -12,6 +12,10 @@
python-shell-interpreter "ipython")
:config
(define-env-command! python-mode "python --version | cut -d' ' -f2")
(define-repl! python-mode narf-inf-python)
(defun narf-inf-python ()
(run-python python-shell-interpreter t t))
;; interferes with smartparens
(define-key python-mode-map (kbd "DEL") nil)