This commit is contained in:
Henrik Lissner 2015-08-13 12:14:41 -04:00
parent b32a587b75
commit 90ef15e1c1
13 changed files with 93 additions and 106 deletions

View file

@ -6,9 +6,9 @@
:commands python-mode
:init
(add-hook! python-mode '(narf|enable-tab-width-4 emr-initialize))
(setq python-indent-offset 4)
(setq python-environment-directory narf-temp-dir)
(setq python-shell-interpreter "ipython")
(setq python-indent-offset 4
python-environment-directory narf-temp-dir
python-shell-interpreter "ipython")
:config
(define-key python-mode-map (kbd "DEL") nil)) ; interferes with smartparens