mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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
|
;; 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
|
||||||
|
Reference in New Issue
Block a user