| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
We're moving from go/cs (twitter's own code search) to sourcegraph. I'm
adding git-link and the configuration to go from emacs to our
sourcegraph instance.
Doing `git-link` in a file will take me to the file in sg, and doing
`git-link-commit` on a commit in magit will take me to the commit in sg.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
or stuff that I don't know what they do.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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`.
|
| |
|
|
This is actually an easier thing to maintain.
|