aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/init-python.el
Commit message (Collapse)AuthorAgeFilesLines
* Change directory lisp/ to modules/Jesús2019-01-221-32/+0
| | | | FS #2
* fix indentJesús2018-10-261-4/+4
|
* change require-package to use-packageJesús2018-10-201-2/+2
|
* Added Jedi - Python auto-completion for EmacsJesús2018-10-021-0/+22
|
* Can't guess python-indent-offset, using defaults 4Jesús2018-08-091-0/+1
| | | | | | | | | When you open a python file, emacs guesses the indentation offset (number of spaces to indent) based on that file style. When you create a file (the case you describe), emacs cannot guess (file is empty) so it uses your default (4) and notifies the user. In other words: tt is a harmless warning; if you find this is a bug please report it as such. If you don't like emacs guessing the offset, customize the variable python-indent-guess-indent-offset to nil, and then emacs will use always your default (very unsafe in python, where indentation has meaning and you could be editing a file created by somebody else with other defaults).
* set to 4 spaces in pythonJesús2018-08-091-0/+9