-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
upgrade needed linum to new line number mode #30
Comments
The current recommendation is to use |
yeah i can understand it is not a big deal though i just wanted the indicator bitmaps to look visually more like they are a one single hunk instead of sperated lines for each line but ig its not possible with indicators so i am happy that i get to use this package thats enough for me . |
do u know of any alternatives for this package ? |
I'm not quite sure if I understand this. You can design bitmap in any way you want! 😀
The closest I could think of is git-gutter or diff-hl. |
i mean with default settings mine look like this(add-hook 'prog-mode-hook 'line-reminder-mode)
(add-hook 'org-mode-hook 'line-reminder-mode)
(setq line-reminder-bitmap 'line-reminder--default-bitmap)
(setq line-reminder-thumbnail t)
(setq line-reminder-show-option 'indicators) while yours look like thishow can i make the bitmaps to look like its a part of same line as you have shown in screen shot i have tried it with jetbrainsmono and iosevka fonts any clue? |
Try (fringe-helper-define 'my-bitmap nil
"..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.."
"..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.."
"..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.."
"..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.."
"..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.."
"..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.."
"..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.."
"..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.."
"..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.."
"..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.."
"..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.."
"..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.." "..xxx.."
"..xxx.." "..xxx..")
(setq line-reminder-bitmap 'my-bitmap) |
i am not a emacs expert but it seems like linum mode is obsolete which this package is making use of and enabling this cause unwanted double line in emacs if only way to use this package with default doom emacs is by using indicators which donot loook as visually good as the linum option provide. i hope u get my point. please adress this issue thanks :)
The text was updated successfully, but these errors were encountered: