alphapapa / alphapapa/bufler.el
butler-reverse inconsistent with documentation
Aperta
- Lingua principale
- Emacs Lisp
- Stelle
- 489
- Fork
- 20
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
The description for customising butler-reverse is
`Reverse group order after grouping buffers.`
But it dopes not reverse the groups - it sorts them by name
The code in bufler.el is
```
(when bufler-reverse
(setf groups (nreverse (-sort #'format< groups))))
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.