Skip to content

Commit

Permalink
Fix zk-desktop-make-buttons to pass on zk-alist to zk--id-list
Browse files Browse the repository at this point in the history
  • Loading branch information
boyechko committed Jun 28, 2023
1 parent d6be688 commit 1c13fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk-desktop.el
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ To quickly change this setting, call `zk-desktop-add-toggle'."
;; replace titles
(goto-char (point-min))
(let* ((zk-alist (zk--alist))
(ids (zk--id-list)))
(ids (zk--id-list nil zk-alist)))
(while (re-search-forward zk-id-regexp nil t)
(let* ((beg (line-beginning-position))
(end (line-end-position))
Expand Down

0 comments on commit 1c13fb1

Please sign in to comment.