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

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

[elpa] externals/ef-themes 7332a42035 6/7: Add support for csv-mode


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 7332a42035 6/7: Add support for csv-mode
Date: Fri, 30 Jun 2023 03:58:12 -0400 (EDT)

branch: externals/ef-themes
commit 7332a4203570916812c44b2f5e0aaba58d0c7300
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for csv-mode
---
 README.org   | 1 +
 ef-themes.el | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/README.org b/README.org
index 1a2d8f5a50..0d78f9413f 100644
--- a/README.org
+++ b/README.org
@@ -1296,6 +1296,7 @@ everything most users need.
 - completions
 - consult
 - corfu
+- csv-mode [Part of {{{development-version}}}]
 - custom (=M-x customize=)
 - dashboard
 - denote
diff --git a/ef-themes.el b/ef-themes.el
index 9fd25067ff..10fdca3201 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1139,6 +1139,8 @@ text should not be underlined as well) yet still blend 
in."
 ;;;; corfu-quick
     `(corfu-quick1 ((,c :inherit bold :background ,bg-char-0)))
     `(corfu-quick2 ((,c :inherit bold :background ,bg-char-1)))
+;;;; csv-mode
+    `(csv-separator-face ((,c :foreground ,err)))
 ;;;; custom (M-x customize)
     `(custom-button ((,c :box (:color ,border :style released-button)
                          :background ,bg-active :foreground ,fg-intense)))



reply via email to

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