Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | multiple major mode support for web editing in Emacs | Jesús | 2018-11-02 | 3 | -1/+12 | |
| | ||||||
* | Disable for default init-guides | Jesús | 2018-11-01 | 1 | -2/+1 | |
| | | | | | | when this default mode is used in files of more than 15000 lines of code it freeze!, is better to look at the file without the guidelines and then activate this mode. | |||||
* | single syntax with «use-package» | Jesús | 2018-10-26 | 16 | -130/+125 | |
| | ||||||
* | fix indent | Jesús | 2018-10-26 | 5 | -12/+14 | |
| | ||||||
* | change require-package to use-package | Jesús | 2018-10-20 | 26 | -65/+45 | |
| | ||||||
* | Added custom mode-html | Jesús | 2018-10-17 | 2 | -0/+14 | |
| | ||||||
* | Added crystal language | Jesús | 2018-10-15 | 3 | -1/+12 | |
| | ||||||
* | Added major mode for editing nginx config files | Jesús | 2018-10-04 | 3 | -1/+10 | |
| | ||||||
* | README of Jedi | Jesús | 2018-10-03 | 1 | -0/+6 | |
| | ||||||
* | Update README.md | Jesús | 2018-10-03 | 1 | -0/+6 | |
| | ||||||
* | Add all-the-icons on combination with neotree | esthetic directory | Jesús | 2018-10-03 | 4 | -2/+20 | |
| | ||||||
* | Added neotree - Manage directory | Jesús | 2018-10-03 | 3 | -1/+19 | |
| | ||||||
* | Added Emmet Mode | Jesús | 2018-10-02 | 3 | -1/+8 | |
| | | | | | | | Emmet Mode is a minor mode providing support for Zen Coding by producing HTML from CSS-like selectors → https://github.com/smihica/emmet-mode | |||||
* | minor fix ecb | Jesús | 2018-10-02 | 1 | -0/+1 | |
| | ||||||
* | - Added ECB | Jesús | 2018-10-02 | 3 | -1/+11 | |
| | | | | | | | 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. | |||||
* | - Refactoring diminish mode | Jesús | 2018-10-02 | 3 | -7/+10 | |
| | | | | | | | | 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. | |||||
* | remove neotree - Added accidental | Jesús | 2018-10-02 | 1 | -1/+1 | |
| | ||||||
* | Added Diminish and Undo-tree | Jesús | 2018-10-02 | 2 | -1/+15 | |
| | ||||||
* | Added Jedi - Python auto-completion for Emacs | Jesús | 2018-10-02 | 1 | -0/+22 | |
| | ||||||
* | update image on README | Jesús | 2018-09-25 | 1 | -1/+1 | |
| | ||||||
* | disable editorconfig | Jesús | 2018-09-23 | 1 | -1/+1 | |
| | ||||||
* | refactory → single syntax on php-mode | Jesús | 2018-09-23 | 1 | -57/+15 | |
| | ||||||
* | provide highlight-indent-guide | Jesús | 2018-09-23 | 3 | -1/+10 | |
| | ||||||
* | refresh packages from melpa | Jesús | 2018-09-23 | 1 | -0/+5 | |
| | ||||||
* | Add support yaml-mode | Jesús | 2018-08-31 | 3 | -1/+6 | |
| | ||||||
* | Added tool editorconfig | Jesús | 2018-08-25 | 3 | -1/+10 | |
| | ||||||
* | minor fix | Jesús | 2018-08-11 | 1 | -1/+1 | |
| | ||||||
* | Added whitespace-mode | Jesús | 2018-08-11 | 3 | -1/+8 | |
| | ||||||
* | Added .cache to .gitignore | Jesús | 2018-08-11 | 1 | -0/+1 | |
| | ||||||
* | fix C++-mode incorrect indentation | Jesús | 2018-08-11 | 2 | -0/+15 | |
| | ||||||
* | update README.md | Jesús | 2018-08-09 | 1 | -1/+1 | |
| | ||||||
* | Can't guess python-indent-offset, using defaults 4 | Jesús | 2018-08-09 | 1 | -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# files | Jesús | 2018-08-09 | 1 | -1/+2 | |
| | ||||||
* | set to 4 spaces in python | Jesús | 2018-08-09 | 2 | -0/+10 | |
| | ||||||
* | Added flycheck to php-mode | Jesús | 2018-08-08 | 1 | -0/+1 | |
| | ||||||
* | minor fix | Jesús | 2018-08-08 | 1 | -1/+0 | |
| | | | | - remove line 'fci-mode 0' | |||||
* | rainbow-mode: colorize color names in buffers (css, less, sass, scss) | Jesús | 2018-08-07 | 3 | -1/+13 | |
| | ||||||
* | Added support less, sass, scss | Jesús | 2018-08-07 | 5 | -1/+27 | |
| | ||||||
* | Added support PHP and smarty-mode | Jesús | 2018-08-07 | 3 | -1/+67 | |
| | ||||||
* | update profile | Jesús | 2018-08-05 | 1 | -2/+2 | |
| | ||||||
* | Added security SSL | Jesús | 2018-08-04 | 2 | -0/+13 | |
| | ||||||
* | Added flycheck to ECMAScript | Jesús | 2018-08-04 | 1 | -0/+1 | |
| | ||||||
* | simple syntax of flycheck | Jesús | 2018-08-04 | 1 | -3/+6 | |
| | ||||||
* | Added auto-revert-mode | Jesús | 2018-08-04 | 1 | -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 line | Jesús | 2018-08-04 | 1 | -1/+0 | |
| | ||||||
* | Disable doc check on lisp | Jesús | 2018-08-04 | 1 | -0/+4 | |
| | ||||||
* | Automatic flycheck-mode | Jesús | 2018-08-04 | 2 | -0/+10 | |
| | ||||||
* | change name project | Jesús | 2018-07-29 | 1 | -3/+3 | |
| | ||||||
* | Initial commit | Jesús | 2018-07-29 | 18 | -0/+1188 | |