]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Set completions-header-format to nil
authorEshel Yaron <eshel@areionsec.com>
Fri, 27 May 2022 20:13:14 +0000 (23:13 +0300)
committerEshel Yaron <eshel@areionsec.com>
Fri, 27 May 2022 20:13:14 +0000 (23:13 +0300)
This is possible thanks to the resolution of Emacs bug #55289

.emacs.d/esy.org

index ee74c4d8224a8ecc446c46dc0ac0378e4c96dde3..79781deda8972c2162d7a375f9bd1b93a01b76d7 100644 (file)
@@ -1063,7 +1063,7 @@ does in the shell.
           completion-auto-select nil
           completion-styles '(basic orderless)
           completion-show-help nil
-    ;     completions-header-format nil  See Emacs bug#55289
+          completions-header-format nil
           completion-auto-help 'visual
           completions-max-height 16
           completion-wrap-movement t)