mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
show-trailing-whitespace = t
A sensible default.
This commit is contained in:
@ -222,6 +222,10 @@ read-only or not file-visiting."
|
||||
;; prompts the user for confirmation when deleting a non-empty 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
|
||||
|
Reference in New Issue
Block a user