branch: elpa/toc-org
commit cd1868787c64dbeec010e2a07dc465105e60a5fc
Author: JAremko <[email protected]>
Commit: JAremko <[email protected]>
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