esv.el: fix duplicate arguments
This commit is contained in:
parent
226cf35571
commit
0836d2efd4
1 changed files with 0 additions and 2 deletions
2
esv.el
2
esv.el
|
@ -84,8 +84,6 @@ esv can be acquired at <https://sr.ht/~jeremy/esv>."
|
|||
(arg-list (append esv-arguments
|
||||
(list (format "-l%d" esv-columns))
|
||||
(list book) (list verses))))
|
||||
(add-to-list 'arg-list book)
|
||||
(add-to-list 'arg-list verses)
|
||||
(catch 'buffer-exists
|
||||
(when (get-buffer buffer)
|
||||
(unless esv-close-existing-buffers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue