diff --git a/core/core-ui.el b/core/core-ui.el index 11ea6e4be..fbcc483f6 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -481,7 +481,7 @@ instead). Meant for `kill-buffer-query-functions'." (with-selected-frame frame (setq-local whitespace-style nil) frame))) -(add-hook 'after-make-frame-functions #'doom|fix-whitespace-mode-in-childframes) +(add-hook 'after-make-frame-functions #'doom|disable-whitespace-mode-in-childframes) ;; Disruptive motion errors take over the minibuffer while we're typing there; ;; prevent this from happening.