Skip to content

Commit

Permalink
Comment: Add FIXME
Browse files Browse the repository at this point in the history
cc: @bergheim  :)
  • Loading branch information
alphapapa committed Nov 21, 2023
1 parent 4efc0bd commit 83292ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions org-super-agenda.el
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,7 @@ of the arguments to the function."
else collect item into non-matching
finally return (list ,keyword
non-matching
;; FIXME: Remove the #' from `key-sort-fn'.
(cl-loop for key in (sort (ht-keys groups) #',key-sort-fn)
for name = ,header-form
collect (list :name name
Expand Down

0 comments on commit 83292ab

Please sign in to comment.