emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/toc-org e38e81af3f 088/128: Merge pull request #57 from JA


From: ELPA Syncer
Subject: [nongnu] elpa/toc-org e38e81af3f 088/128: Merge pull request #57 from JAremko/master
Date: Sun, 2 Jan 2022 09:59:12 -0500 (EST)

branch: elpa/toc-org
commit e38e81af3f12633579c62f2ccf4bd0c8f18e2b88
Merge: 4d259c9cea cd1868787c
Author: Sergei Nosov <sergei.nosov@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #57 from JAremko/master
    
    fix Emacs 26 warning
---
 toc-org.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/toc-org.el b/toc-org.el
index 343b71b985..80a71961a6 100644
--- a/toc-org.el
+++ b/toc-org.el
@@ -83,15 +83,18 @@ between the colons. So, the value here is set explicitly.")
   "Maximum depth of the headings to use in the table of
 contents. The default of 2 uses only the highest level headings
 and their subheadings (one and two stars)."
+  :type 'integer
   :group 'toc-org)
 
 (defcustom toc-org-hrefify-default "gh"
   "Default hrefify function to use."
+  :type 'string
   :group 'toc-org)
 
 (defcustom toc-org-enable-links-opening t
   "With this option, org-open-at-point (C-c C-o) should work on
 the TOC links (even if the style is different from org)."
+  :type 'boolean
   :group 'toc-org)
 
 (defvar-local toc-org-hrefify-hash nil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]