Jesús
e849d4be90
remove prettier, require nodejs
2019-08-12 14:22:28 -05:00
Jesús
e13545500d
Added JavaScript support with js2-mode
2019-08-12 13:06:52 -05:00
Jesús
6c6a955447
Added vue-mode support
2019-08-10 17:08:09 -05:00
Jesús
c28a596ee2
web-mode from MELPA and added blade.php into laravel
2019-08-10 12:36:52 -05:00
Jesús
012e37a370
Fix: the function ‘web-mode-set-engine’ might not be defined at runtime
2019-08-09 12:07:48 -05:00
Jesús
44af1becb9
remove bits unimportants
2019-08-09 12:00:18 -05:00
Jesús
f058926969
simple command pin into use-package
2019-08-09 11:46:57 -05:00
Jesús
05ce755741
Added missing smartparens package
2019-08-08 22:41:55 -05:00
Jesús
6db2053739
fix wrong name
2019-08-07 17:00:15 -05:00
Jesús
0064120e82
Added support syntax Django
2019-08-07 16:56:30 -05:00
Jesús
aa77769f08
change to MELPA mirror of smart-mode-line
2019-07-02 18:10:40 -05:00
Jesús
355dae034d
fix elpy: Emacs Python Development Environment
2019-05-17 11:12:35 -05:00
Jesús
353372480e
enable flycheck into python-mode
2019-05-17 10:37:31 -05:00
Jesús
14e37a443d
fix hook pip-requirements
2019-05-17 10:28:38 -05:00
Jesús
ca22ba0f65
replace Jedi for pyvenv
...
https://github.com/jorgenschaefer/pyvenv
2019-05-17 10:19:38 -05:00
Jesús
3dd0dae028
neo-window-fixed-size nil
2019-05-17 08:27:14 -05:00
Jesús
2ff45b3dc8
organize utf-8
2019-05-15 16:03:36 -05:00
Jesús
cfbaf55c2b
remove duplicate parameters: (setq indicate-empty-lines nil), closed #12
2019-05-15 13:14:35 -05:00
Jesús
678187cf7e
code-cleanup: remove unimportant code, this already exists with use-package: :after
2019-05-14 16:43:54 -05:00
Jesús
e60a671ef6
refactoring code
2019-05-14 16:37:31 -05:00
Jesús
c043be9622
remove duplicate code-cleanup
2019-05-14 14:05:25 -05:00
Jesús
a3b882775d
code-cleanup
2019-05-14 12:57:26 -05:00
Jesús
6e60d1aede
Fix decentralized configuration theme, closed #11
2019-05-13 20:15:23 -05:00
Jesús
82f87f85d8
fix unknown package hl-line #10
2019-05-13 19:53:02 -05:00
Jesús
ed08b1201f
neotree from MELPA: until fix https://github.com/jaypei/emacs-neotree/issues/317
2019-05-12 19:00:44 -05:00
Jesús
63c47b2853
minor fix: replace string chromium to generic into markdown-mode
2019-05-12 17:32:59 -05:00
Jesús
a6793d5df9
define custom browser into markdown-mode
2019-05-12 17:26:22 -05:00
Jesús
450c6c7691
replace helm for ivy
...
After experiencing these three packages, I liked helm, but to be honest,
I wasn't using all of its features and I was looking for a lighter and faster solution.
That's why, it's already a few years since I chose ivy and which corresponds entirely to my workflow.
Please note that my choice may vary according to your criteria 😊
2019-05-08 12:28:22 -05:00
Jesús
f424999041
added company-mode
2019-03-18 17:59:49 -05:00
Jesús
13dc53f43f
fix: to use shift-selection with Org-mode, customize 'org-support-shift-select
2019-03-13 19:40:00 -05:00
Jesús
6457d54ec7
Do not hard-code ~/emacs.d
...
Instead, use user-emacs-directory
2019-03-03 19:46:51 -05:00
Jesús
35579ba577
disable scss-mode and edit scss files with web-mode
2019-02-19 21:01:58 -05:00
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
d7afd52eb0
minor fix
2019-02-15 17:21:29 -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
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