branch: externals/org-remark commit 8762fdad61af2bce75a7a3b4596b705115cb0b3c Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
fix: defface for highlighter There was a wrong 't hanging for no reason. Also removed :extend t --- org-marginalia.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-marginalia.el b/org-marginalia.el index e056b431ae..e9aa8b4b48 100644 --- a/org-marginalia.el +++ b/org-marginalia.el @@ -5,7 +5,7 @@ ;; Author: Noboru Ota <m...@nobiot.com> ;; URL: https://github.com/nobiot/org-marginalia ;; Version: 0.0.3 -;; Last modified: 2020-12-23T181011 +;; Last modified: 2020-12-23T181303 ;; Package-Requires: ((emacs "27.1") (org "9.4")) ;; Keywords: org-mode, annotation, writing, note-taking, margin-notes @@ -165,7 +165,7 @@ separate Org file" '((((class color) (min-colors 88) (background light)) :underline "#aecf90" :background "#ecf7ed") (((class color) (min-colors 88) (background dark)) - :underline "#00422a" :background "#001904" :extend t)) + :underline "#00422a" :background "#001904")) "Face for highlighters." :group 'org-marginalia)