parent
d981447674
commit
eefa0ec0aa
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
|
||||||
(defun doom-is-childframes-p ()
|
(defun doom-is-childframes-p ()
|
||||||
"`whitespace-mode' inundates child frames with whitespace markers, so
|
"`whitespace-mode' inundates child frames with whitespace markers, so
|
||||||
disable it to fix all that visual noise."
|
disable it to fix all that visual noise."
|
||||||
(frame-parameter nil 'parent-frame))
|
(null (frame-parameter nil 'parent-frame)))
|
||||||
(add-function :before-while whitespace-enable-predicate #'doom-is-childframes-p))
|
(add-function :before-while whitespace-enable-predicate #'doom-is-childframes-p))
|
||||||
|
|
||||||
(provide 'core-ui)
|
(provide 'core-ui)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue