this post was submitted on 18 Oct 2023
1 points (100.0% liked)
Emacs
311 readers
1 users here now
A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!
Get Emacs
Rules
- Posts should be emacs related
- Be kind please
- Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.
Emacs Resources
Emacs Tutorials
- Beginner’s Guide to Emacs
- Absolute Beginner's Guide to Emacs
- How to Learn Emacs: A Hand-drawn One-pager for Beginners
Useful Emacs configuration files and distributions
Quick pain-saver tip
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Do you see the same problem if you start Emacs using
emacs -Q
(no init file)? If not, bisect your init file to find the culprit.Nope! And when I tried with my config the very first click had that issue. It's very weird tho, I have no idea what could be causing it...
Bisect your init file. You can use command
comment-region
comment out 1/2 of it, then 3/4, then 7/8,... till you can see easily what's causing the problem. This is a binary search, so it narrows things down quickly.Ok, I just did. It's
(global-display-line-numbers-mode)
. Now.... why???? It's odd as hell.