Remove the grid mode from vertico file mode

This commit is contained in:
Sameer Rahmani 2024-05-07 18:36:55 +01:00
parent 511467c1af
commit 637a446daa
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
1 changed files with 0 additions and 6 deletions

View File

@ -45,12 +45,6 @@
(setq vertico-multiform-commands
'((imenu buffer indexed)))
;; Configure the display per completion category.
;; Use the grid display for files and a buffer
;; for the consult-grep commands.
(setq vertico-multiform-categories
'((file grid)))
(setq vertico-count 10)
(setq vertico-cycle t)