In emacs you can often find the command you want by executing apropros-command.
By enabling the built-in ido-mode in emacs you get completion as you type in the minibuffer, very useful: (setq ido-enable-flex-matching t) (setq ido-everywhere t) (ido-mode 1) The next evolution of emacs's minibuffer is ivy <https://github.com/abo-abo/swiper>. It makes the minibuffer do everything you didn't know you needed. Amongst many other useful features, not only do you get completion as you type but you're also shown the "docstring" for each command. Had I known this, Leo would likely have started life in emacs... > > Edward > Leo and emacs would have been a great match, though I much prefer writing Python to elisp. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
