emacs

Gent Krasniqi 2025-06-12T08:15:46.653389Z

In an attempt to make my setup pop-up free, I was trying out the in-region completion functionality hinted in the Vertico readme: (setq completion-in-region-function #'consult-completion-in-region). I really like the experience overall with the Orderless completion style. Has anyone tried to extend Marginalia to show arglists and a portion of the documentation of completion candidates? With all that horizontal space available (compared to a pop-up), it seems like it could be included without much clutter. I use only cider and flycheck-clj-kondo FWIW (have felt no need for clojure-lsp in my workflow).

Gent Krasniqi 2025-06-12T08:16:24.546109Z

For emacs-lisp it does show docstrings by default.