mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: disable the group-function from the buffer category
This commit is contained in:
parent
f81b2884d2
commit
a18327ff07
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue