Adam Porter
Adam Porter
@zeltak If you don't already have it, you might find `expand-region` handy. I have it bound to `M-2`, so it's right above `M-w`, which is handy for copying. Also I...
@paldepind I didn't realize it had that function. Always something new to learn about Emacs stuff. :)
I'm also interested, but there are 2,372 forks, and GitHub can't even display the list of them, so I guess there is no way to find out if anyone else...
No, thank you, because I just use this function directly from my own config. :) Just thought I'd share it in case you find it useful.
I hadn't thought of that. I suppose you're right. Good catch. Of course, in most cases, the performance difference probably doesn't matter. In larger files (e.g. I have a large...
BTW, another approach, which would be slower than this but faster than `org-map-entries`, and which shouldn't be biased toward large entries, would be to do a regexp search through the...
See the `bench-multi` macro at https://alphapapa.github.io/emacs-package-dev-handbook
As mentioned at https://github.com/melpa/melpa/pull/6603#issuecomment-569169666, here's an implementation that uses `org-ql`. It's simple, fast, flexible, and should be evenly weighted: ```el (cl-defun org-goto-random-heading (&key (buffers (list (current-buffer))) regexp) (let* ((entries (org-ql-select...
I use Fish as my main shell now, so I don't have a library of Bash functions for Percol. But here are some handy functions I use in Fish. They...
Well, here I am again. I actually forgot that Percol didn't have these, and came looking for issues about it...and I find that I filed it myself...haha. :) Anyway, I...