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

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

[elpa] externals/lentic cebd7a744d 111/333: Add face as well as font-loc


From: ELPA Syncer
Subject: [elpa] externals/lentic cebd7a744d 111/333: Add face as well as font-lock-face
Date: Tue, 27 Feb 2024 13:00:13 -0500 (EST)

branch: externals/lentic
commit cebd7a744d714761e27b27304dc59887290a23ae
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    Add face as well as font-lock-face
    
    So that colours show in all kinds of buffer.
---
 linked-buffer-dev.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/linked-buffer-dev.el b/linked-buffer-dev.el
index 9c00a1b808..4d9ca9155b 100644
--- a/linked-buffer-dev.el
+++ b/linked-buffer-dev.el
@@ -21,6 +21,8 @@
         (propertize
          string
          'font-lock-face
+         linked-buffer-dev-insert-face
+         'face
          linked-buffer-dev-insert-face)))
 
 (defvar linked-buffer-enable-insertion-marking nil)



reply via email to

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