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

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

[elpa] externals/org-remark 8762fdad61 024/173: fix: defface for highlig


From: ELPA Syncer
Subject: [elpa] externals/org-remark 8762fdad61 024/173: fix: defface for highlighter
Date: Fri, 28 Jan 2022 16:57:56 -0500 (EST)

branch: externals/org-remark
commit 8762fdad61af2bce75a7a3b4596b705115cb0b3c
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@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 <me@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)
 



reply via email to

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