Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | improved fonts all-the-icons | Jesús | 2019-02-12 | 1 | -9/+9 | |
| | ||||||
* | remove ignore vendor/ directory | Jesús | 2019-02-08 | 1 | -1/+1 | |
| | ||||||
* | fix visualizer popup undo-tree | Jesús | 2019-02-03 | 1 | -6/+21 | |
| | ||||||
* | Fix pop-up neo-tree | Jesús | 2019-02-03 | 1 | -1/+2 | |
| | | | | | | | | | By default, Emacs packages such as undo-tree-mode seem to be dependent on windows to display the visualization. The first basic step would be to `(setq pop-up-frames t)` so that display-buffer always makes a new frame. | |||||
* | fix linum-mode in c-mode, c++-mode | Jesús | 2019-02-02 | 1 | -0/+2 | |
| | ||||||
* | fix indent c-mode | Jesús | 2019-02-02 | 1 | -0/+9 | |
| | ||||||
* | remove unimportant line | Jesús | 2019-02-01 | 1 | -3/+0 | |
| | ||||||
* | minor fix | Jesús | 2019-02-01 | 1 | -1/+0 | |
| | ||||||
* | Update README.md | Jesús | 2019-02-01 | 1 | -1/+8 | |
| | ||||||
* | change smart-open to nil in neotree | Jesús | 2019-02-01 | 1 | -1/+1 | |
| | ||||||
* | change package-archive-priorities melpa-stable firts | Jesús | 2019-02-01 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | | Use the option package-archive-priorities which was made for this very purpose. To prefer MELPA Stable over MELPA. The higher the number, the higher the priority of a package archive. For any package that exists in multiple archives Emacs' package manager picks the package from the archive with the highest priority, and ignores packages in other archives, even if the version number is higher. If the package exists in two archives of the same priority, the higher version number wins, and ultimately I think the order in package-archives. | |||||
* | Fixed erase mode pop up | Jesús | 2019-02-01 | 1 | -1/+2 | |
| | ||||||
* | single hook with use-package | Jesús | 2019-01-31 | 6 | -32/+32 | |
| | ||||||
* | Delete ggtags | Jesús | 2019-01-31 | 3 | -24/+1 | |
| | ||||||
* | Added ggtags | Jesús | 2019-01-31 | 3 | -1/+24 | |
| | ||||||
* | Added apache-mode | Jesús | 2019-01-31 | 3 | -1/+22 | |
| | ||||||
* | fix disable linum-mode in modes | Jesús | 2019-01-31 | 1 | -3/+15 | |
| | ||||||
* | Fix Image Preview | Jesús | 2019-01-23 | 1 | -1/+1 | |
| | ||||||
* | fix dir REAME.md | Jesús | 2019-01-22 | 1 | -1/+1 | |
| | ||||||
* | Fix the following functions might not be defined at runtime | Jesús | 2019-01-22 | 1 | -41/+50 | |
| | | | | | | | | | | | | | - off-p - shrink-path-dirs - neo-buffer--insert-root-entry Fix functions are not known to be defined - shrink-root-entry - projectile-project-root FS #2 | |||||
* | Fix the function ‘editorconfig-mode’ is not known to be defined | Jesús | 2019-01-22 | 1 | -1/+3 | |
| | | | | FS #2 | |||||
* | Fix the following functions are not known to be defined: ivy-read, ↵ | Jesús | 2019-01-22 | 1 | -12/+21 | |
| | | | | | | enable-smerge-maybe FS #2 | |||||
* | fix the function ‘ecb-deactivate’ might not be defined at runtime. | Jesús | 2019-01-22 | 1 | -3/+8 | |
| | | | | FS #2 | |||||
* | Fix avoid “Cannot open load file” when using require | Jesús | 2019-01-22 | 1 | -34/+35 | |
| | | | | FS #2 | |||||
* | Change directory lisp/ to modules/ | Jesús | 2019-01-22 | 44 | -68/+366 | |
| | | | | FS #2 | |||||
* | 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. |