Luis

Results 23 comments of Luis

I would really like the [selectrum-info](https://github.com/raxod502/selectrum/wiki/Useful-Commands#jumping-to-an-info-node) command. Also, I'd like a command for selecting org capture templates akin to [counsel-org-capture-string](https://github.com/akirak/counsel-org-capture-string) and something to select org tags like `counsel-org-tag`. I have...

This might be out of the scope of consult but here goes. I have also wanted a richer set of org refile functions. Right now org-refile is very limited in...

The function would move subtrees to different places. They would be very similar to the function that [doom has to address this same problem](https://github.com/hlissner/doom-emacs/blob/develop/modules/lang/org/autoload/org-refile.el).

> Have you actually tested that using autoloads is faster? Or just (with-eval-after-load 'package (require 'my-functions))? I haven't tested. I should profile because a lot of questions come down to...

This is the macro for autoloading functions I've settled with for now (note that `progn` is aliased to `do` and `after!` is a wrapper around `with-eval-after-load`). I've also put two...

I updated `defautoload`. I'll post it here later today in case you were going to do something similar. > I saw your comment on reddit. I like the idea and...

I am eager for this idea because I noticed that my general bindings consume about 3/4 of my startup times. What kind of syntax are you thinking about? I had...

This makes the right side of my modeline disappear for much of the time. After setting this sometimes the right side is displayed, sometimes it isnt.

@kiennq sure. However, what was the original intent of `redisplay`? I'm concerned that removing it might have unintended side-effects.

> It does not look weird, since that's how the cursor always looks like in Emacs. I guess "weird" is a subjective term. I will explain what I mean. The...