Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions consult-ghq.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2021 Tomoya Otake

;; Author: Tomoya Otake <tomoya.ton@gmail.com>
;; Version: 0.0.3
;; Version: 0.0.4
;; Homepage: https://github.com/tomoya/consult-ghq
;; Keywords: convenience, usability, consult, ghq
;; Package-Requires: ((emacs "26.1") (consult "0.8") (affe "0.1"))
Expand Down Expand Up @@ -73,7 +73,7 @@
(line-beginning-position) (line-end-position))
paths)
(forward-line 1))
(reverse paths))))
(nreverse paths))))

;;;###autoload
(defun consult-ghq-find ()
Expand Down