dasoju
dasoju
It would be good idea to add the following suggestion to the readme. "remember dogears history across emacs sessions" (require 'savehist) (savehist-mode t) (add-to-list 'savehist-additional-variables 'dogears-list)
I ran into same issue. In my case, when i use @. it pops up helm interface with all the colors as below  I entered "" as below ...
Basically, iam trying to integrate the org-recent-heading results to show up in consult-buffer output. From following query, i see that you had attempted to do similar https://github.com/minad/consult/issues/624 i was wondering...
Umm, after entering dired, I did not use any of the trigger commands, I was navigating with up and down arrows which are not trigger commands, but still dired-preview took...
Basically, perhaps first thing to check if for trigger command and do something only and only if the command is in trigger command list On Mon, Jul 21, 2025, 8:53 ...
just a suggestion, perhaps you could do (memq this-command dired-preview-trigger-commands) check earlier in side dired-preview-trigger Basically. currently, i see that whenever i move the cursor in dired, its doing some...
Perhaps do the memq check inside the dired-preview--preview-p Basically a pre condition is to check if current command is a valid preview command On Mon, Jul 21, 2025, 9:55 PM...
another thing i noticed, if i use continuously it happens only on the first one. subsequent ones does not show this behaviour
Thanks for the prompt response, looks like ultra-scroll is not on melpa. I tend to use melpa. Let me try ultraq-scroll also i see the issue when i have following,...
> Hey I can look into it. But maybe you can try ultra-scroll? https://github.com/jdtsmith/ultra-scroll I've been using it myself and it's great. please ignore, i will move to ultra-scroll Thanks...