branch: elpa/diff-ansi commit 39b39a7265c59e413ff32f1fccebe4dc1a7a966e Author: Campbell Barton <ideasma...@gmail.com> Commit: Campbell Barton <ideasma...@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))