Commit Graph

108 Commits

Author SHA1 Message Date
Jesús
6ff91eb157 update scss-mode 2019-02-19 19:47:53 -05:00
Jesús
5b29e222f6 update nlinum 2019-02-19 18:56:32 -05:00
Jesús
08e05e1e21 added log4j-mode 2019-02-18 19:34:19 -05:00
Jesús
0b74875dae minor fix in README.md 2019-02-16 12:02:42 -05:00
Jesús
6eb2293b80 update README.md 2019-02-16 10:34:36 -05:00
Jesús
59d57392ae update custom 2019-02-16 10:22:21 -05:00
Jesús
d7afd52eb0 minor fix 2019-02-15 17:21:29 -05:00
Jesús
e76dcadfe6 Added helm 2019-02-15 17:20:58 -05:00
Jesús
a40dc44e42 Change capital-case and Emoticon to Kaomonji 2019-02-12 11:53:34 -05:00
Jesús
1cf69cc8ae improved fonts all-the-icons 2019-02-12 11:42:16 -05:00
Jesús
b2610cf17e remove ignore vendor/ directory 2019-02-08 18:41:45 -05:00
Jesús
1ec4b7b39d fix visualizer popup undo-tree 2019-02-03 14:58:10 -05:00
Jesús
3378a9e25e Fix pop-up neo-tree
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.
2019-02-03 11:52:37 -05:00
Jesús
c31e3f730b fix linum-mode in c-mode, c++-mode 2019-02-02 11:36:49 -05:00
Jesús
57da3246a8 fix indent c-mode 2019-02-02 11:28:02 -05:00
Jesús
5b3dff3c2e remove unimportant line 2019-02-01 16:51:12 -05:00
Jesús
44e0dcb003 minor fix 2019-02-01 16:47:59 -05:00
Jesús
da31457370 Update README.md 2019-02-01 16:45:37 -05:00
Jesús
d8fffa152b change smart-open to nil in neotree 2019-02-01 15:24:47 -05:00
Jesús
baebade667 change package-archive-priorities melpa-stable firts
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.
2019-02-01 14:43:16 -05:00
Jesús
5597744a15 Fixed erase mode pop up 2019-02-01 14:35:44 -05:00
Jesús
257849faab single hook with use-package 2019-01-31 22:20:21 -05:00
Jesús
719257e801 Delete ggtags 2019-01-31 19:31:27 -05:00
Jesús
f9d740e73d Added ggtags 2019-01-31 18:32:31 -05:00
Jesús
28e9695a24 Added apache-mode 2019-01-31 18:09:54 -05:00
Jesús
7a1c4a38c3 fix disable linum-mode in modes 2019-01-31 18:04:54 -05:00
Jesús
8ac1616898 Fix Image Preview 2019-01-23 17:46:11 -05:00
Jesús
31d75c0aea fix dir REAME.md 2019-01-22 18:41:00 -05:00
Jesús
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
Jesús
323b9b6e01 Fix the function ‘editorconfig-mode’ is not known to be defined
FS #2
2019-01-22 18:31:00 -05:00
Jesús
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
Jesús
09b8e739e4 fix the function ‘ecb-deactivate’ might not be defined at runtime.
FS #2
2019-01-22 16:37:48 -05:00
Jesús
dba2382dcf Fix avoid “Cannot open load file” when using require
FS #2
2019-01-22 15:57:11 -05:00
Jesús
ced0fe8f9e Change directory lisp/ to modules/
FS #2
2019-01-22 15:45:41 -05:00
Jesús
d0f44d8546 fix validator flycheck on init-ccc FS #2 2019-01-21 19:16:49 -05:00
Jesús
11ff66d88d fix functions not found sanityinc/adjust-opacity
FS #4 #2
2019-01-21 19:04:24 -05:00
Jesús
1840f5a9b1 fix neotree don't update the generated files FS#3 2019-01-21 16:05:28 -05:00
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