diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2023-02-08 22:57:09 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2023-02-12 10:26:12 +0100 |
| commit | dda327f9a37b66a3d7110ac2c4cf65d28531ded4 (patch) | |
| tree | 6924487024a9eac171a4b7229d3c56d688c292c1 /.emacs.d | |
| parent | d72bb919695bb6747719564db4e42609c7ed3b84 (diff) | |
| download | dotfiles-dda327f9a37b66a3d7110ac2c4cf65d28531ded4.tar.xz | |
Make trailing-whitespace consistent with isearch-fail
Diffstat (limited to '.emacs.d')
| -rw-r--r-- | .emacs.d/eighters-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el index 72015b9..cc977cf 100644 --- a/.emacs.d/eighters-theme.el +++ b/.emacs.d/eighters-theme.el @@ -363,6 +363,7 @@ `(tab-line ((t (:inherit tab-bar :height 0.9)))) `(tab-line-tab-current ((t (:inherit (tab-line-tab tab-bar-tab))))) `(tab-line-tab-inactive ((t (:inherit (tab-line-tab tab-bar-tab-inactive))))) + `(trailing-whitespace ((t (:background ,bg-red)))) `(transient-argument ((t :weight bold :inherit font-lock-string-face))) `(transient-key ((t :inherit help-key-binding))) `(transient-unreachable-key ((t :inherit (shadow help-key-binding)))) |
