mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Tidy up
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user