85 Commits

Author SHA1 Message Date
f9d740e73d
Added ggtags 2019-01-31 18:32:31 -05:00
28e9695a24
Added apache-mode 2019-01-31 18:09:54 -05:00
7a1c4a38c3
fix disable linum-mode in modes 2019-01-31 18:04:54 -05:00
8ac1616898
Fix Image Preview 2019-01-23 17:46:11 -05:00
31d75c0aea
fix dir REAME.md 2019-01-22 18:41:00 -05:00
70ee129a0a
Fix the following functions might not be defined at runtime
- 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
2019-01-22 18:36:08 -05:00
323b9b6e01
Fix the function ‘editorconfig-mode’ is not known to be defined
FS #2
2019-01-22 18:31:00 -05:00
ccfd6a33cd
Fix the following functions are not known to be defined: ivy-read, enable-smerge-maybe
FS #2
2019-01-22 16:59:31 -05:00
09b8e739e4
fix the function ‘ecb-deactivate’ might not be defined at runtime.
FS #2
2019-01-22 16:37:48 -05:00
dba2382dcf
Fix avoid “Cannot open load file” when using require
FS #2
2019-01-22 15:57:11 -05:00
ced0fe8f9e
Change directory lisp/ to modules/
FS #2
2019-01-22 15:45:41 -05:00
d0f44d8546
fix validator flycheck on init-ccc FS #2 2019-01-21 19:16:49 -05:00
11ff66d88d
fix functions not found sanityinc/adjust-opacity
FS #4 #2
2019-01-21 19:04:24 -05:00
1840f5a9b1
fix neotree don't update the generated files FS#3 2019-01-21 16:05:28 -05:00
e8af74bbfc
fix Missing fonts in the README FS #1 2019-01-21 13:42:24 -05:00
0cfbe1a462
added support git 2019-01-08 17:08:58 -05:00
5f494a38d3
only php 2019-01-08 15:03:41 -05:00
7087eedf4e
fix readme 2019-01-08 14:48:03 -05:00
695c5c557c
update readme 2019-01-08 14:46:53 -05:00
6993bb819f
Added dokuwiki-mode 2018-11-21 17:10:19 -05:00
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
9bcab5d262
Show message «Done! emacs» 2018-11-10 20:19:09 -05:00
a097edaebc
Improve mmm-mode 2018-11-10 20:18:07 -05:00
a4607a27d3
keyboard shortcut [F2] to ecb-mode 2018-11-10 19:51:35 -05:00
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
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
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
30f77a3255
update URL of security 2018-11-07 10:14:54 -05:00
af394040f8
Arrange autocomplete settings for mmm-mode 2018-11-07 09:53:14 -05:00
c690afa93d
Enable flycheck on mmm-mode 2018-11-07 09:52:10 -05:00
a8083ebf92
Added support emmet to web-mode 2018-11-06 21:00:02 -05:00
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
b24078e2fc
minor fix on README.md 2018-11-02 22:18:16 -05:00
7d800396f5
minor fix to web-mode 2018-11-02 21:56:15 -05:00
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
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 0479eaa621096911f81f11d46c5e6f54d192b1ec.
2018-11-02 20:52:49 -05:00
0479eaa621
multiple major mode support for web editing in Emacs 2018-11-02 15:52:59 -05:00
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
aaa86c4187
single syntax with «use-package» 2018-10-26 23:27:56 -05:00
4a3d8a46f9
fix indent 2018-10-26 20:04:23 -05:00
179372135d
change require-package to use-package 2018-10-20 22:22:10 -05:00
2fe3cb4128
Added custom mode-html 2018-10-17 22:14:53 -05:00
8142900e9f
Added crystal language 2018-10-15 19:02:38 -05:00
bff67e0c33
Added major mode for editing nginx config files 2018-10-04 12:26:41 -05:00
c4ed81a9a8
README of Jedi 2018-10-03 17:51:09 -05:00
013707863f
Update README.md 2018-10-03 17:49:42 -05:00
6da61c1dcd
Add all-the-icons on combination with neotree | esthetic directory 2018-10-03 17:40:45 -05:00
7ae797d197
Added neotree - Manage directory 2018-10-03 15:33:23 -05:00
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
4fcd261601
minor fix ecb 2018-10-02 18:50:30 -05:00