line-reminder icon indicating copy to clipboard operation
line-reminder copied to clipboard

Line annotation for changed and saved lines

Results 8 line-reminder issues
Sort by recently updated
recently updated
newest added

It seems to only happen with `(setq line-reminder-show-option 'indicators)`, let's say, with the following setup: ``` (setq line-reminder-show-option 'indicators) (setq line-reminder-bitmap 'filled-rectangle) (transient-mark-mode -1) ``` Step to reproduce: 1. Go...

The update before the last one caused Emacs to stop working properly every time I launch it. Had to disable line-reminder back then. The last update resolved that issue, but...

Check diff for #12

When you do `paste`/`yank` with huge amount of content it causes delay, so as delete huge region too. - [ ] **Solution 1:** Make overlay with to region, and not...

enhancement

Greetings, This is the package I was looking, Switched from Notepad++ And was trying to Make emacs looks exactly the same. No other packages can match this, some version control...

![image](https://github.com/emacs-vs/line-reminder/assets/78728701/f14ddd44-bc5a-4d0e-9e8d-a03793eb4934) 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...

question

[EIN](https://github.com/millejoh/emacs-ipython-notebook) is used for editing jupyter-notebook files and it seems like this doesn't update properly when a file is saved. It updates when you add something but when it is...