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

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

[nongnu] elpa/diff-ansi 39b39a7265 3/7: Don't specify a theme


From: ELPA Syncer
Subject: [nongnu] elpa/diff-ansi 39b39a7265 3/7: Don't specify a theme
Date: Thu, 7 Jul 2022 11:58:42 -0400 (EDT)

branch: elpa/diff-ansi
commit 39b39a7265c59e413ff32f1fccebe4dc1a7a966e
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Don't specify a theme
    
    The themes may change over time,
    be more future proof and use the default theme.
---
 diff-ansi.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diff-ansi.el b/diff-ansi.el
index ada3ed48b2..26cba9e660 100644
--- a/diff-ansi.el
+++ b/diff-ansi.el
@@ -57,7 +57,7 @@ This must take the diff content as the `standard-input'."
 ;; Extra arguments for command presets.
 
 (defcustom diff-ansi-extra-args-for-delta
-  (list "--side-by-side" "--no-gitconfig" "--syntax-theme=github" 
"--true-color=always")
+  (list "--side-by-side" "--no-gitconfig" "--true-color=always")
   "Additional arguments to pass to `delta'."
   :type '(repeat string))
 



reply via email to

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