どちらもソースコード中にあると気になるので、このように設定して一目で分かるようにしています。 (setq whitespace-style '(tabs tab-mark spaces space-mark)) (setq whitespace-space-regexp "\\(\x3000+\\)") (setq whitespace-display-mappings '((space-mark ?\x3000 [?\□]) (tab-mark ?\t [?\xBB ?\t]) )) (require 'whitespace) (global-whitespace-mode 1) (set-face-foreground 'whitespace-space "LightSlateGray") (set-face-background 'whitespace-space "DarkSlat