mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Python setup
This commit is contained in:
parent
ef1aeb8809
commit
dff1b2ba3a
6
init.org
6
init.org
@ -972,7 +972,13 @@
|
|||||||
lisp-loop-keyword-indentation 6)
|
lisp-loop-keyword-indentation 6)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Python
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(setq python-shell-interpreter "python3")
|
||||||
|
(add-hook 'python-mode-hook
|
||||||
|
(lambda () (setq forward-sexp-function nil)))
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
** Java and C
|
** Java and C
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user