From 6e71d3a687abeeee4f8932c8cf291690f9246401 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Mon, 24 Nov 2025 09:48:12 -0500 Subject: [PATCH] Remove details from helm-completion This messes up the display --- global.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/global.org b/global.org index 61f986d..d588cbb 100644 --- a/global.org +++ b/global.org @@ -3296,6 +3296,10 @@ helm-source-bookmark-files&dirs helm-source-buffer-not-found)) #+end_src + Remove details from completions + #+begin_src emacs-lisp + (setq helm-completions-detailed nil) + #+end_src Fix helm margins the bad way #+begin_src emacs-lisp (defun helm-display-mode-line (source &optional force)