Commit Graph

271 Commits

Author SHA1 Message Date
Jesús
e8af74bbfc fix Missing fonts in the README FS #1 2019-01-21 13:42:24 -05:00
Jesús
0cfbe1a462 added support git 2019-01-08 17:08:58 -05:00
Jesús
5f494a38d3 only php 2019-01-08 15:03:41 -05:00
Jesús
7087eedf4e fix readme 2019-01-08 14:48:03 -05:00
Jesús
695c5c557c update readme 2019-01-08 14:46:53 -05:00
Jesús
6993bb819f Added dokuwiki-mode 2018-11-21 17:10:19 -05:00
Jesús
60be107127 Remove mmm-mode, php-mode :: only web-mode
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.
2018-11-12 10:59:45 -05:00
Jesús
9bcab5d262 Show message «Done! emacs» 2018-11-10 20:19:09 -05:00
Jesús
a097edaebc Improve mmm-mode 2018-11-10 20:18:07 -05:00
Jesús
a4607a27d3 keyboard shortcut [F2] to ecb-mode 2018-11-10 19:51:35 -05:00
Jesús
bb80ec4def add-hook is a function, so all of its args are evaluated before it does its 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.
2018-11-08 13:19:42 -05:00
Jesús
cf4c6d84fa fix whitespace and undo-tree
- Remove whitespace, except on diff-mode
- Improve syntax undo-tree-mode
2018-11-08 13:05:16 -05:00
Jesús
e38d5e950c Enable web mode HTML tag highlighting
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.
2018-11-07 11:33:28 -05:00
Jesús
30f77a3255 update URL of security 2018-11-07 10:14:54 -05:00
Jesús
af394040f8 Arrange autocomplete settings for mmm-mode 2018-11-07 09:53:14 -05:00
Jesús
c690afa93d Enable flycheck on mmm-mode 2018-11-07 09:52:10 -05:00
Jesús
a8083ebf92 Added support emmet to web-mode 2018-11-06 21:00:02 -05:00
Jesús
9ba7912df7 Added support for PHP + HTML combined with the help of mmm-mode
Note: remember that working with PHP and combined HTML isn't a best practice
2018-11-06 20:54:20 -05:00
Jesús
b24078e2fc minor fix on README.md 2018-11-02 22:18:16 -05:00
Jesús
7d800396f5 minor fix to web-mode 2018-11-02 21:56:15 -05:00
Jesús
457e5c6083 Added web-mode
it's only enabled in the extensions djhtml, html, tpl
see init-web-mode.el
2018-11-02 21:44:58 -05:00
Jesús
f978e62489 Revert "multiple major mode support for web editing in Emacs"
The change is reversed.
This is done because it isn't best practice to mix PHP with HTML :(

This reverts commit 0479eaa621.
2018-11-02 20:52:49 -05:00
Jesús
0479eaa621 multiple major mode support for web editing in Emacs 2018-11-02 15:52:59 -05:00
Jesús
e28ea4e2df Disable for default init-guides
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.
2018-11-01 22:22:52 -05:00
Jesús
aaa86c4187 single syntax with «use-package» 2018-10-26 23:27:56 -05:00
Jesús
4a3d8a46f9 fix indent 2018-10-26 20:04:23 -05:00
Jesús
179372135d change require-package to use-package 2018-10-20 22:22:10 -05:00
Jesús
2fe3cb4128 Added custom mode-html 2018-10-17 22:14:53 -05:00
Jesús
8142900e9f Added crystal language 2018-10-15 19:02:38 -05:00
Jesús
bff67e0c33 Added major mode for editing nginx config files 2018-10-04 12:26:41 -05:00
Jesús
c4ed81a9a8 README of Jedi 2018-10-03 17:51:09 -05:00
Jesús
013707863f Update README.md 2018-10-03 17:49:42 -05:00
Jesús
6da61c1dcd Add all-the-icons on combination with neotree | esthetic directory 2018-10-03 17:40:45 -05:00
Jesús
7ae797d197 Added neotree - Manage directory 2018-10-03 15:33:23 -05:00
Jesús
64efd16ffe Added Emmet Mode
Emmet Mode is a minor mode providing support for
Zen Coding by producing HTML from CSS-like selectors

→ https://github.com/smihica/emmet-mode
2018-10-02 18:51:01 -05:00
Jesús
4fcd261601 minor fix ecb 2018-10-02 18:50:30 -05:00
Jesús
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
Jesús
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
Jesús
9b99920eae remove neotree - Added accidental 2018-10-02 16:29:29 -05:00
Jesús
85066f0c6a Added Diminish and Undo-tree 2018-10-02 16:16:57 -05:00
Jesús
d4c43d0417 Added Jedi - Python auto-completion for Emacs 2018-10-02 16:15:00 -05:00
Jesús
0460442c24 update image on README 2018-09-25 11:28:11 -05:00
Jesús
f1d5e1ef20 disable editorconfig 2018-09-23 16:46:39 -05:00
Jesús
66e5076a6e refactory → single syntax on php-mode 2018-09-23 16:45:30 -05:00
Jesús
2c09a29f71 provide highlight-indent-guide 2018-09-23 16:39:42 -05:00
Jesús
f12552e090 refresh packages from melpa 2018-09-23 16:38:08 -05:00
Jesús
300d7e70f6 Add support yaml-mode 2018-08-31 21:02:39 -05:00
Jesús
f18582dfd2 Added tool editorconfig 2018-08-25 23:12:42 -05:00
Jesús
9a17b1ed69 minor fix 2018-08-11 13:16:40 -05:00
Jesús
93ff25e3e1 Added whitespace-mode 2018-08-11 13:14:16 -05:00