mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge branch 'dywedir-patch-1' into develop
* dywedir-patch-1: Fix typo
This commit is contained in:
@ -37,7 +37,7 @@
|
|||||||
(and (or (string-match-p "https?://" url)
|
(and (or (string-match-p "https?://" url)
|
||||||
(error "Field for %s doesn't look like an url" item))
|
(error "Field for %s doesn't look like an url" item))
|
||||||
(browse-url url))
|
(browse-url url))
|
||||||
(error "Username not found.")))
|
(error "url not found.")))
|
||||||
|
|
||||||
(defun +pass-ivy-action--get-field (item)
|
(defun +pass-ivy-action--get-field (item)
|
||||||
(let* ((data (+pass--get-entry item))
|
(let* ((data (+pass--get-entry item))
|
||||||
|
Reference in New Issue
Block a user