branch: elpa/annotate commit ca86e4a51192341f4f2edfc64d426c01972b6b2f Author: cage <cage-invalid@invalid> Commit: cage <cage-invalid@invalid>
- removed org-mode from blacklist. --- annotate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotate.el b/annotate.el index 135b923aa8..02d70ac915 100644 --- a/annotate.el +++ b/annotate.el @@ -134,7 +134,7 @@ text lines and annotation text)." :type 'string :group 'annotate) -(defcustom annotate-blacklist-major-mode '(org-mode) +(defcustom annotate-blacklist-major-mode '() "Prevent loading of annotate-mode When the visited file's major mode is a member of this list (space separated entries)." :type '(repeat symbol)