Use ipython as python-shell-interpreter if available
This commit is contained in:
parent
3b65176368
commit
9750001aae
@ -72,6 +72,12 @@
|
||||
verilog-auto-newline nil)
|
||||
(add-hook 'verilog-mode-hook (lambda () (setq indent-tabs-mode nil))))
|
||||
|
||||
(use-package python
|
||||
:defer
|
||||
:config
|
||||
(if (executable-find "ipython")
|
||||
(setq python-shell-interpreter "ipython")))
|
||||
|
||||
;;;; external packages (required)
|
||||
(use-package company :quelpa
|
||||
:config
|
||||
|
Loading…
Reference in New Issue
Block a user