Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fringe before line numbers #67

Closed
tudurom opened this issue May 26, 2017 · 3 comments
Closed

Fringe before line numbers #67

tudurom opened this issue May 26, 2017 · 3 comments

Comments

@tudurom
Copy link

tudurom commented May 26, 2017

Hello!

First of all, this is more of a question than an issue, sorry for that.

I like the thin line git gutter indicators so I tried implementing them in my emacs config. I noticed that on my emacs the fringe is drawn after the line numbers, whereas in your screenshot the thin lines are drawn on the left of the line numbers.

I find this behavior quite uncomfortable, so my question is, how do I make the lines appear on the left of the line number?

Here is a quick comparison:

Comparison

@hlissner
Copy link
Member

The secret to this is fringes-outside-margins

(setq-default fringes-outside-margins t)

@rakanalh
Copy link
Contributor

rakanalh commented May 26, 2017

I was able to extract this out from @hlissner's configs only yesterday along with the modeline.
Here's the block that can handle this for you:
https://github.com/rakanalh/dotemacs/blob/master/core/core-ui.el#L39

@tudurom
Copy link
Author

tudurom commented May 26, 2017

For some reason I didn't see that line when looking at the code when I last checked. Thank you very much!

@tudurom tudurom closed this as completed May 26, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants