diff --git a/README.org b/README.org index 950a2f3..88fc625 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,3 @@ -#+title: Readme auth-source-gopass -#+category: Readme auth-source-gopass - * Auth-Source-Gopass Emacs Package [[https://www.gnu.org/licenses/gpl-3.0][https://img.shields.io/badge/License-GPL%20v3-blue.svg]] diff --git a/auth-source-gopass.el b/auth-source-gopass.el index 83cbd2b..bb07bb1 100644 --- a/auth-source-gopass.el +++ b/auth-source-gopass.el @@ -9,7 +9,7 @@ ;;; Package-Requires: ((emacs "24.4")) -;;; Version: 0.0.1 +;;; Version: 0.0.2 ;;; Commentary: ;; This package adds gopass support to auth-source by calling @@ -48,8 +48,8 @@ (defun auth-source-gopass--gopass-construct-query-path (_backend _type host user _port) "Construct the full entry-path for the gopass entry grom HOST and USER. -Usually starting with the auth-source-gopass-path-prefix, followed by host -and user, separated by the auth-source-gopass-path-separator." +Usually starting with the `auth-source-gopass-path-prefix', followed by host +and user, separated by the `auth-source-gopass-path-separator'." (mapconcat 'identity (list auth-source-gopass-path-prefix host user) auth-source-gopass-path-separator))