show-trailing-whitespace = t
A sensible default.
This commit is contained in:
parent
7f004f321a
commit
72e8178e42
1 changed files with 4 additions and 0 deletions
|
@ -222,6 +222,10 @@ read-only or not file-visiting."
|
||||||
;; prompts the user for confirmation when deleting a non-empty frame
|
;; prompts the user for confirmation when deleting a non-empty frame
|
||||||
(global-set-key [remap delete-frame] #'doom/delete-frame)
|
(global-set-key [remap delete-frame] #'doom/delete-frame)
|
||||||
|
|
||||||
|
;; Show trailing whitespace
|
||||||
|
(setq show-trailing-whitespace t)
|
||||||
|
(setq-hook! 'minibuffer-setup-hook show-trailing-whitespace nil) ; except in minibuffers
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;;; Built-in packages
|
;;; Built-in packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue