summaryrefslogtreecommitdiff
path: root/home/config/dotfiles
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-08-24 16:16:57 +0200
committerQuentin Aristote <quentin@aristote.fr>2022-08-24 16:16:57 +0200
commit899751b32ee15c8d92896ca94acdccb47f0afe11 (patch)
tree092b516fca3292d64ab382776d2c251775713d92 /home/config/dotfiles
parentc9e57c2ac1d0af64c1473206a501931b0da18e09 (diff)
home: config: update spacemacs
Diffstat (limited to 'home/config/dotfiles')
-rw-r--r--home/config/dotfiles/spacemacs4
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'