Skip to content

Commit

Permalink
mode/hint(follow-hint-new-buffer): Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Nov 7, 2023
1 parent 87475cd commit c6f30b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/mode/hint.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ Uses `%follow-hint-new-buffer' internally."
(let ((buffer (current-buffer)))
(query-hints "Open element in new buffer"
(lambda (result) (mapcar (rcurry #'%follow-hint-new-buffer buffer)
result)))))
result)))))

(define-command follow-hint-new-buffer-focus ()
"Like `follow-hint-new-buffer', but with focus.
Expand Down

0 comments on commit c6f30b0

Please sign in to comment.