- 1 Post
- 3 Comments
geza42@alien.topBto Emacs@communick.news•Why the journey of learning Emacs and Elisp in 2023 is so hard ?English1·2 years agoI think one has to be pragmatic, and only put effort to features that are actually useful. Don’t put hours writing an elisp function which only saves you 10 seconds in a month. I’m saying this, because I had to stop myself from spending time on Emacs. I realized that my config is OK for me. I still have a lot of ideas how to make it better, but I simply don’t do them, because it doesn’t matter too much. Of course, I still do smaller tweaks, but otherwise I spend my time on more useful things. If someone had told me this before I started using emacs, they would have saved several days of not-too-useful emacs configuration for me. Of course, it was fun, I did it as a hobby, but still, it wasn’t the smartest way to spend my free time.
geza42@alien.topBto Emacs@communick.news•[evil] Select in any kind of quote objectEnglish1·2 years agoThere is evil-textobj-anyblock which does a similar thing (you can configure
evil-textobj-anyblock-blocks
to only use quotes, if you don’t like that by default it uses all kinds of blocks)
For minibuffer completion, I created this, kind of works, but if there is an already developed, fully working solution, I’d rather use that. And I’m still interested in for a solution to use in a normal buffer that
corfu
could use.