#minibuffer — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #minibuffer, aggregated by home.social.
-
#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.
https://www.gnu.org/software/emacs/manual//html_node/elisp/Recursive-Mini.html
-
#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.