aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Do not hard-code ~/emacs.dJesús2019-03-034-5/+5
| | | | Instead, use user-emacs-directory
* update .gitignoreJesús2019-03-031-0/+1
|
* disable scss-mode and edit scss files with web-modeJesús2019-02-192-5/+6
|
* update scss-modeJesús2019-02-191-1/+4
|
* update nlinumJesús2019-02-191-0/+1
|
* added log4j-modeJesús2019-02-183-1/+18
|
* minor fix in README.mdJesús2019-02-161-1/+1
|
* update README.mdJesús2019-02-161-2/+6
|
* update customJesús2019-02-161-1/+1
|
* minor fixJesús2019-02-151-0/+34
|
* Added helmJesús2019-02-152-1/+2
|
* Change capital-case and Emoticon to KaomonjiJesús2019-02-121-1/+1
|
* improved fonts all-the-iconsJesús2019-02-121-9/+9
|
* remove ignore vendor/ directoryJesús2019-02-081-1/+1
|
* fix visualizer popup undo-treeJesús2019-02-031-6/+21
|
* Fix pop-up neo-treeJesús2019-02-031-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++-modeJesús2019-02-021-0/+2
|
* fix indent c-modeJesús2019-02-021-0/+9
|
* remove unimportant lineJesús2019-02-011-3/+0
|
* minor fixJesús2019-02-011-1/+0
|
* Update README.mdJesús2019-02-011-1/+8
|
* change smart-open to nil in neotreeJesús2019-02-011-1/+1
|
* change package-archive-priorities melpa-stable firtsJesús2019-02-011-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 upJesús2019-02-011-1/+2
|
* single hook with use-packageJesús2019-01-316-32/+32
|
* Delete ggtagsJesús2019-01-313-24/+1
|
* Added ggtagsJesús2019-01-313-1/+24
|
* Added apache-modeJesús2019-01-313-1/+22
|
* fix disable linum-mode in modesJesús2019-01-311-3/+15
|
* Fix Image PreviewJesús2019-01-231-1/+1
|
* fix dir REAME.mdJesús2019-01-221-1/+1
|
* Fix the following functions might not be defined at runtimeJesús2019-01-221-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 definedJesús2019-01-221-1/+3
| | | | FS #2
* Fix the following functions are not known to be defined: ivy-read, ↵Jesús2019-01-221-12/+21
| | | | | | enable-smerge-maybe FS #2
* fix the function ‘ecb-deactivate’ might not be defined at runtime.Jesús2019-01-221-3/+8
| | | | FS #2
* Fix avoid “Cannot open load file” when using requireJesús2019-01-221-34/+35
| | | | FS #2
* Change directory lisp/ to modules/Jesús2019-01-2244-68/+366
| | | | FS #2
* fix validator flycheck on init-ccc FS #2Jesús2019-01-211-0/+11
|
* fix functions not found sanityinc/adjust-opacityJesús2019-01-211-2/+8
| | | | FS #4 #2
* fix neotree don't update the generated files FS#3Jesús2019-01-212-10/+84
|
* fix Missing fonts in the README FS #1Jesús2019-01-211-0/+8
|
* added support gitJesús2019-01-083-1/+99
|
* only phpJesús2019-01-084-2/+31
|
* fix readmeJesús2019-01-081-2/+2
|
* update readmeJesús2019-01-081-0/+6
|
* Added dokuwiki-modeJesús2018-11-213-2/+6
|
* Remove mmm-mode, php-mode :: only web-modeJesús2018-11-125-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ús2018-11-102-0/+14
|
* Improve mmm-modeJesús2018-11-101-7/+20
|
* keyboard shortcut [F2] to ecb-modeJesús2018-11-101-3/+13
|