Jesús 46cc4b211e
Can't guess python-indent-offset, using defaults 4
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).
2018-08-09 18:44:13 -05:00
2018-07-29 20:12:28 -05:00
2018-08-09 18:02:25 -05:00
2018-07-29 20:12:28 -05:00
2018-08-04 12:53:25 -05:00
2018-08-05 17:38:07 -05:00

Emacs

Lightweight configuration of emacs with basic utilities plus personal configuration

emacs-personal

Markdown Mode

  • Require installed markdown in distro GNU+Linux, example:

    apt-get install markdown or pacman -S markdown

Flycheck Mode

  • Require installed the languages checking, example:

    pacman -S shellcheck # bash, sh

    pacman -S eslint # ECMAScript

    pacman -S python-pylint # python

License

Description
My Personal Emacs configuration
Readme GPL-3.0 433 KiB
Languages
Emacs Lisp 100%