Skip to content
Snippets Groups Projects
Commit d0f541a9 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Modifs mode python

parent ebc5c63d
Branches
No related tags found
No related merge requests found
......@@ -599,6 +599,12 @@ Attention pour que la configuration fonctionne, il faut installer
#+BEGIN_SRC emacs-lisp
(setq py-python-command "python3")
(setq python-shell-interpreter "python3")
(add-hook 'python-mode-hook
(lambda ()
(setq indent-tabs-mode nil)
(setq tab-width 4)
(setq python-indent-offset 4)))
#+END_SRC
** YASnippet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment