diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-08-24 16:16:57 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-08-24 16:16:57 +0200 |
| commit | 899751b32ee15c8d92896ca94acdccb47f0afe11 (patch) | |
| tree | 092b516fca3292d64ab382776d2c251775713d92 | |
| parent | c9e57c2ac1d0af64c1473206a501931b0da18e09 (diff) | |
home: config: update spacemacs
| -rw-r--r-- | home/config/dotfiles/spacemacs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/home/config/dotfiles/spacemacs b/home/config/dotfiles/spacemacs index 7166c32..812b0ec 100644 --- a/home/config/dotfiles/spacemacs +++ b/home/config/dotfiles/spacemacs @@ -506,7 +506,9 @@ It should only modify the values of Spacemacs settings." ;; (default nil - same as frame-title-format) dotspacemacs-icon-title-format nil - ;; Show trailing whitespace (default t) + ;; Color highlight trailing whitespace in all prog-mode and text-mode derived + ;; modes such as c++-mode, python-mode, emacs-lisp, html-mode, rst-mode etc. + ;; (default t) dotspacemacs-show-trailing-whitespace t ;; Delete whitespace while saving buffer. Possible values are `all' |
