Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix validator flycheck on init-ccc FS #2 | Jesús | 2019-01-21 | 1 | -0/+11 | |
| | ||||||
* | fix functions not found sanityinc/adjust-opacity | Jesús | 2019-01-21 | 1 | -2/+8 | |
| | | | | FS #4 #2 | |||||
* | fix neotree don't update the generated files FS#3 | Jesús | 2019-01-21 | 2 | -10/+84 | |
| | ||||||
* | fix Missing fonts in the README FS #1 | Jesús | 2019-01-21 | 1 | -0/+8 | |
| | ||||||
* | added support git | Jesús | 2019-01-08 | 3 | -1/+99 | |
| | ||||||
* | only php | Jesús | 2019-01-08 | 4 | -2/+31 | |
| | ||||||
* | fix readme | Jesús | 2019-01-08 | 1 | -2/+2 | |
| | ||||||
* | update readme | Jesús | 2019-01-08 | 1 | -0/+6 | |
| | ||||||
* | Added dokuwiki-mode | Jesús | 2018-11-21 | 3 | -2/+6 | |
| | ||||||
* | Remove mmm-mode, php-mode :: only web-mode | Jesús | 2018-11-12 | 5 | -53/+17 | |
| | | | | | | | | | Working in PHP languages with HTML is a daily task. In the first instance I tried to combine its syntax with multi-web-mode but it consumed a lot of resources. In the second instance I made the language reader using mmm-mode, reading php-mode in web mode. However this has not been enough because the color problems between modes produce bugs. Now only the web-mode for PHP works, and I have managed to activate PHP flycheck for web-mode. | |||||
* | Show message «Done! emacs» | Jesús | 2018-11-10 | 2 | -0/+14 | |
| | ||||||
* | Improve mmm-mode | Jesús | 2018-11-10 | 1 | -7/+20 | |
| | ||||||
* | keyboard shortcut [F2] to ecb-mode | Jesús | 2018-11-10 | 1 | -3/+13 | |
| | ||||||
* | add-hook is a function, so all of its args are evaluated before it does its ↵ | Jesús | 2018-11-08 | 1 | -2/+3 | |
| | | | | | | | | | thing (using their values). The value of the sexp you passed as its second arg is the symbol delete-trailing-whitespace, because the arg to when is a non-nil list (because you quoted it). So the when condition is always true. And you never invoke function delete-trailing-whitespace; you just return the symbol that names that function. | |||||
* | fix whitespace and undo-tree | Jesús | 2018-11-08 | 1 | -4/+17 | |
| | | | | | - Remove whitespace, except on diff-mode - Improve syntax undo-tree-mode | |||||
* | Enable web mode HTML tag highlighting | Jesús | 2018-11-07 | 1 | -0/+2 | |
| | | | | | | | | | | | | Note: You can find what face is applied to text a number of ways. If you can get your cursor on the text. You can use M-x describe-face which will give you a default option of the current face. Or you can use M-x describe-char which will tell you what face is applied. You can customize faces through the customize feature or with elisp. If you can't get your cursor on the face, try finding the face using customize-group, list-faces-display or by reading the packages code. | |||||
* | update URL of security | Jesús | 2018-11-07 | 1 | -3/+3 | |
| | ||||||
* | Arrange autocomplete settings for mmm-mode | Jesús | 2018-11-07 | 1 | -4/+6 | |
| | ||||||
* | Enable flycheck on mmm-mode | Jesús | 2018-11-07 | 1 | -0/+1 | |
| | ||||||
* | Added support emmet to web-mode | Jesús | 2018-11-06 | 1 | -0/+1 | |
| | ||||||
* | Added support for PHP + HTML combined with the help of mmm-mode | Jesús | 2018-11-06 | 5 | -6/+23 | |
| | | | | Note: remember that working with PHP and combined HTML isn't a best practice | |||||
* | minor fix on README.md | Jesús | 2018-11-02 | 1 | -1/+1 | |
| | ||||||
* | minor fix to web-mode | Jesús | 2018-11-02 | 1 | -2/+1 | |
| | ||||||
* | Added web-mode | Jesús | 2018-11-02 | 4 | -3/+13 | |
| | | | | | it's only enabled in the extensions djhtml, html, tpl see init-web-mode.el | |||||
* | Revert "multiple major mode support for web editing in Emacs" | Jesús | 2018-11-02 | 3 | -12/+1 | |
| | | | | | | | The change is reversed. This is done because it isn't best practice to mix PHP with HTML :( This reverts commit 0479eaa621096911f81f11d46c5e6f54d192b1ec. | |||||
* | 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 | |
| |