Remove details from helm-completion

This messes up the display
master
Jacopo De Simoi 4 months ago
parent 4e2dd60857
commit 6e71d3a687
  1. 4
      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)

Loading…
Cancel
Save