home.social

#minibuffer — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #minibuffer, aggregated by home.social.

  1. #EmacsTip: Recursive minibuffer is a great feature of Emacs. With minibuffer you can invoke a command on an usual buffer, and with recursive minibuffer you can invoke a command on a minibuffer (recursive or not). The built-in #MbDepth package is also very useful, it'll show the recursion depth of the current minibuffer when in a recursive minibuffer.

    gnu.org/software/emacs/manual/

    #Emacs #Minibuffer #RecursiveMinibuffer

  2. #EmacsTip: The default #minibuffer #completion #UI may seem to be boring. So there is #Vertico, a vertical completion UI. Unlike many other completion UIs, it's 100% compatible with #Emacs completion API, so all #Emacs packages that properly support #Emacs also support #Vertico. #Vertico has a customizable #UI, just check out its README to get an idea.

    github.com/minad/vertico

    #Emacs #Vertico #Completion #Minibuffer