emacs: disable the group-function from the buffer category

This commit is contained in:
Protesilaos 2026-07-28 14:29:50 +03:00
parent f81b2884d2
commit a18327ff07
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 4 additions and 2 deletions

View file

@ -40,7 +40,8 @@
(group-function . ,#'prot-minibuffer-symbol-group)
(display-sort-function . ,#'prot-minibuffer-symbol-sort)))
(buffer . (,@eager-update-properties
(group-function . ,#'prot-minibuffer-buffer-group)
;; NOTE 2026-07-25: I am disabling this because it messes up with the sorting.
;; (group-function . ,#'prot-minibuffer-buffer-group)
(affixation-function . ,#'prot-minibuffer-buffer-affixate)
(display-sort-function . ,#'prot-minibuffer-buffer-sort)))
(command . ((affixation-function . nil)

View file

@ -4210,7 +4210,8 @@ for this.
(group-function . ,#'prot-minibuffer-symbol-group)
(display-sort-function . ,#'prot-minibuffer-symbol-sort)))
(buffer . (,@eager-update-properties
(group-function . ,#'prot-minibuffer-buffer-group)
;; NOTE 2026-07-25: I am disabling this because it messes up with the sorting.
;; (group-function . ,#'prot-minibuffer-buffer-group)
(affixation-function . ,#'prot-minibuffer-buffer-affixate)
(display-sort-function . ,#'prot-minibuffer-buffer-sort)))
(command . ((affixation-function . nil)