summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-git.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* emacs/ui: use the default themeFranck Cuny2020-04-121-3/+12
|
* magit: improve performance for magit in large repoFranck Cuny2020-03-211-0/+14
| | | | | | | | | Opening a file in source is extremely slow, and I'm guessing it's related to git/magit, since I don't see this elsewhere. As suggested in https://magit.vc/manual/magit/Performance.html and https://magit.vc/manual/magit/Per_002dRepository-Configuration.html, I'm disabling git from VC's backend, and disable refreshing the magit buffer for source.
* magit: clean up config by removing unused stuffFranck Cuny2020-03-191-9/+4
| | | | or stuff that I don't know what they do.
* emacs: add a few more modes for git supportFranck Cuny2020-03-191-2/+7
|
* magit: minor configuration updateFranck Cuny2020-02-161-0/+2
|
* emacs: magit buffer in full frameFranck Cuny2019-12-271-2/+4
| | | | | | | | With a bigger font, on a 13" laptop, I want magit to be full frame, I don't want anything splitted. Move a couple of other settings to the `:custom` section of `use-package`.
* [emacs] Update configuration related to git.Franck Cuny2019-04-081-1/+5
|
* [emacs] Split configuration in multiple files.Franck Cuny2019-02-161-0/+14
This is actually an easier thing to maintain.