branch: elpa/fj
commit 60e88802888733a873c15e37648adf220965f160
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
remove tabulated-list-sort-key from issues/repos TL (server-side now)
---
fj.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fj.el b/fj.el
index 82b46d8838..a9886e3bc5 100644
--- a/fj.el
+++ b/fj.el
@@ -2158,7 +2158,7 @@ Optionally specify REPO and OWNER."
(hl-line-mode 1)
(setq tabulated-list-padding 0 ;2) ; point directly on issue
;; this is changed by `tabulated-list-sort' which sorts by col at
point:
- tabulated-list-sort-key '("Updated" . t) ;; default
+ ;; tabulated-list-sort-key '("Updated" . t) ;; default
tabulated-list-format
'[("#" 5 fj-tl-sort-by-issues :right-align)
("💬" 3 fj-tl-sort-by-comment-count :right-align)
@@ -3721,7 +3721,7 @@ Returns annotation for CAND, a candidate."
:group 'fj
(hl-line-mode 1)
(setq tabulated-list-padding 0 ;2) ; point directly on issue
- tabulated-list-sort-key '("Updated" . t) ;; default
+ ;; tabulated-list-sort-key '("Updated" . t) ;; default
tabulated-list-format
'[("Name" 12 t)
("Owner" 12 t)