aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added tool editorconfigJesús2018-08-253-1/+10
|
* minor fixJesús2018-08-111-1/+1
|
* Added whitespace-modeJesús2018-08-113-1/+8
|
* Added .cache to .gitignoreJesús2018-08-111-0/+1
|
* fix C++-mode incorrect indentationJesús2018-08-112-0/+15
|
* update README.mdJesús2018-08-091-1/+1
|
* 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).
* stop creating #autosave# filesJesús2018-08-091-1/+2
|
* set to 4 spaces in pythonJesús2018-08-092-0/+10
|
* Added flycheck to php-modeJesús2018-08-081-0/+1
|
* minor fixJesús2018-08-081-1/+0
| | | | - remove line 'fci-mode 0'
* rainbow-mode: colorize color names in buffers (css, less, sass, scss)Jesús2018-08-073-1/+13
|
* Added support less, sass, scssJesús2018-08-075-1/+27
|
* Added support PHP and smarty-modeJesús2018-08-073-1/+67
|
* update profileJesús2018-08-051-2/+2
|
* Added security SSLJesús2018-08-042-0/+13
|
* Added flycheck to ECMAScriptJesús2018-08-041-0/+1
|
* simple syntax of flycheckJesús2018-08-041-3/+6
|
* Added auto-revert-modeJesús2018-08-041-0/+6
| | | | | Active auto-revert-mode that automatically reloads modified files out of Emacs. It is very useful to see logs (like auto-revert-tail-mode) among many other cases.
* remove unimportant lineJesús2018-08-041-1/+0
|
* Disable doc check on lispJesús2018-08-041-0/+4
|
* Automatic flycheck-modeJesús2018-08-042-0/+10
|
* change name projectJesús2018-07-291-3/+3
|
* Initial commitJesús2018-07-2918-0/+1188