From fdccb51f1369e396886fe43eb6f75cc02328204c Mon Sep 17 00:00:00 2001 From: stardiviner Date: Thu, 9 May 2024 18:56:46 +0800 Subject: [PATCH] Add usage code in commentary --- org-tag-eldoc.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/org-tag-eldoc.el b/org-tag-eldoc.el index b0fb0c7..f2e23c1 100644 --- a/org-tag-eldoc.el +++ b/org-tag-eldoc.el @@ -26,6 +26,10 @@ ;;; Display tag explanation in Eldoc when point on tag. +;;; Usage: +;;; +;;; (add-hook 'org-mode-hook #'org-tag-eldoc-setup) + ;;; Code: (require 'org) -- 2.11.4.GIT