28 Commits

Author SHA1 Message Date
0efdacfc6d
- Added ECB
Emacs Code Browser (Navegador de Código de Emacs, on spanish).
We present a configuration of windows in which will include a
browser of files and directories, a browser of objects within
our code and a history in addition to the window of our code.
2018-10-02 17:07:20 -05:00
0aee87cf38
- Refactoring diminish mode
The diminish mode is activated, which helps us to keep the modeline clean.
As we see, in the modeline the modes that are activated are shown, and every time
we have more activated minor-modes, which add small functionalities to Emacs.
In this case, there are many modes, that if they do not appear, nothing happens.
So we hide some, like undo-tree that will always be activated.
2018-10-02 16:45:08 -05:00
85066f0c6a
Added Diminish and Undo-tree 2018-10-02 16:16:57 -05:00
d4c43d0417
Added Jedi - Python auto-completion for Emacs 2018-10-02 16:15:00 -05:00
66e5076a6e
refactory → single syntax on php-mode 2018-09-23 16:45:30 -05:00
2c09a29f71
provide highlight-indent-guide 2018-09-23 16:39:42 -05:00
f12552e090
refresh packages from melpa 2018-09-23 16:38:08 -05:00
300d7e70f6
Add support yaml-mode 2018-08-31 21:02:39 -05:00
f18582dfd2
Added tool editorconfig 2018-08-25 23:12:42 -05:00
9a17b1ed69
minor fix 2018-08-11 13:16:40 -05:00
93ff25e3e1
Added whitespace-mode 2018-08-11 13:14:16 -05:00
ea4493ec24
fix C++-mode incorrect indentation 2018-08-11 13:02:32 -05:00
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
2a05b39f6a
stop creating #autosave# files 2018-08-09 18:38:37 -05:00
7e8598ebdf
set to 4 spaces in python 2018-08-09 18:02:25 -05:00
91192f6d72
Added flycheck to php-mode 2018-08-08 22:36:55 -05:00
2feeeda7ba
minor fix
- remove line 'fci-mode 0'
2018-08-08 22:35:45 -05:00
9b5b7dfcc9
rainbow-mode: colorize color names in buffers (css, less, sass, scss) 2018-08-07 22:33:22 -05:00
157bc796d1
Added support less, sass, scss 2018-08-07 22:27:58 -05:00
af69d71696
Added support PHP and smarty-mode 2018-08-07 20:07:43 -05:00
bb9f046697
Added security SSL 2018-08-04 18:35:13 -05:00
ce08833c8a
Added flycheck to ECMAScript 2018-08-04 16:30:03 -05:00
4e0ca9a865
simple syntax of flycheck 2018-08-04 16:21:04 -05:00
b48545bb7b
Added auto-revert-mode
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.
2018-08-04 14:37:24 -05:00
34de2970c2
remove unimportant line 2018-08-04 14:07:15 -05:00
147f72b75b
Disable doc check on lisp 2018-08-04 14:06:36 -05:00
a6556cc758
Automatic flycheck-mode 2018-08-04 12:53:25 -05:00
d172fb6e48
Initial commit 2018-07-29 20:12:28 -05:00