D.K.

Results 109 comments of D.K.

`counsel-locate` can call `updatedb` to generate a per-user db (see `counsel-locate-db-path` defcustom), but only when there's `~/.Private` file, which usually means that your home folder is encrypted. But I suppose...

`ivy-rich` (a separate package) highlights modified buffers with a red `*`

> Is that an explicit choice on your part, by customising kill-ring-max? correct > Another option would be to deduplicate in counsel-yank-pop only when the user option kill-do-not-save-duplicates is non-nil....

maybe it's worth to add an optional reader/writer?

Sorry for bothering you, guys, but is there any progress on that? I'm thinking about buying a B1x4 pedal as a temporary dual guitar/bass solution (already have g1four, but it's...

P.S. another thought, as an `atomic-chrome` user, I usually already have an issue skeleton opened in a buffer, but I don't want to run all commands manually, so I'd like...

There are keywords in package descriptions which you can click, flycheck is one of them

>So I guess it's up to package maintainer (and maybe repo ?) to update their keywords. yes, these are written in the code, so you always can make a pull...

You can make the code more generic, since both firefox and chromium use sqlite dbs, so people can add support for alternative browsers easier. There's a simple history jump script...

I've taken a look at the code again, and the task looks even simpler: just make :query-stmt customizable (for both bookmarks and history items).