branch: externals/denote commit e8ec8b8eb4465f7f4bf4eba7964fa0b86dc482bf Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make minor format tweaks to 'denote-modules' --- denote.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/denote.el b/denote.el index f133d9cdd2..69e2ca54b6 100644 --- a/denote.el +++ b/denote.el @@ -3353,7 +3353,7 @@ module enables integration with another Emacs built-in feature. See `denote-modules-available' for the modules currently available. Set this user option as a list of NAME; for example: - \(project xref ffap\) + (project xref ffap) When customized in Customize UI, it presents a set of checkboxes, each box checked adds NAME of the module to the list. @@ -3367,8 +3367,8 @@ or set it in your configuration." :set #'denote-modules-set :package-version '(denote . "1.2.0") :type - '(set (const :tag "Project integration" project) - (const :tag "Xref integration " xref) + '(set (const :tag "Project integration" project) + (const :tag "Xref integration " xref) (const :tag "Integration with find-file-at-point `ffap'" ffap))) ;;;; project.el integration