aboutsummaryrefslogtreecommitdiffstats
path: root/modules/init-git.el
Commit message (Collapse)AuthorAgeFilesLines
* simplify git-modes packageJesús2021-11-021-12/+10
|
* fix missing packagesJesús2021-11-021-15/+13
| | | | | | Error (use-package): Failed to install gitconfig-mode: Package ‘gitconfig-mode-’ is unavailable Error (use-package): Failed to install gitignore-mode: Package ‘gitignore-mode-’ is unavailable Error (use-package): Failed to install gitattributes-mode: Package ‘gitattributes-mode-’ is unavailable
* Fix git-diffJesús2019-10-261-1/+1
|
* remove duplicate parameters: (setq indicate-empty-lines nil), closed #12Jesús2019-05-151-1/+0
|
* single hook with use-packageJesús2019-01-311-1/+2
|
* Fix the following functions are not known to be defined: ivy-read, ↵Jesús2019-01-221-12/+21
| | | | | | enable-smerge-maybe FS #2
* Change directory lisp/ to modules/Jesús2019-01-221-0/+103
FS #2