diff --git a/org-transclusion-font-lock.el b/org-transclusion-font-lock.el index 93367e6..8c4b6d1 100644 --- a/org-transclusion-font-lock.el +++ b/org-transclusion-font-lock.el @@ -40,7 +40,7 @@ org-transclusion-font-lock-extension-functions :remove))) (defvar org-transclusion-font-lock-extension-functions - '((cons 'org-font-lock-set-keywords-hook #'org-transclusion-font-lock-set)) + (list (cons 'org-font-lock-set-keywords-hook #'org-transclusion-font-lock-set)) "Alist of functions to activate `org-transclusion-font-lock'. CAR of each cons cell is a symbol name of an abnormal hook \(*-functions\). CDR is either a symbol or list of symbols, which diff --git a/org-transclusion-html.el b/org-transclusion-html.el index 06c2bd0..17f952f 100644 --- a/org-transclusion-html.el +++ b/org-transclusion-html.el @@ -52,7 +52,7 @@ org-transclusion-html-extension-functions :remove))) (defvar org-transclusion-html-extension-functions - '((cons 'org-transclusion-add-functions #'org-transclusion-html-add-file)) + (list (cons 'org-transclusion-add-functions #'org-transclusion-html-add-file)) "Alist of functions to activate `org-transclusion-html'. CAR of each cons cell is a symbol name of an abnormal hook \(*-functions\). CDR is either a symbol or list of symbols, which diff --git a/org-transclusion-indent-mode.el b/org-transclusion-indent-mode.el index f50bb39..c76d3ec 100644 --- a/org-transclusion-indent-mode.el +++ b/org-transclusion-indent-mode.el @@ -42,8 +42,8 @@ org-transclusion-indent-extension-functions :remove))) (defvar org-transclusion-indent-extension-functions - '((cons 'org-transclusion-after-add-functions - #'org-translusion-indent-add-properties)) + (list (cons 'org-transclusion-after-add-functions + #'org-translusion-indent-add-properties)) "Alist of functions to activate `org-transclusion-indent-mode'. CAR of each cons cell is a symbol name of an abnormal hook \(*-functions\). CDR is either a symbol or list of symbols, which