Fix void-function doom|fix-whitespace-mode-in-childframes
Function was renamed.
This commit is contained in:
parent
92cfcf3627
commit
83a843bfe6
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ instead). Meant for `kill-buffer-query-functions'."
|
||||||
(with-selected-frame frame
|
(with-selected-frame frame
|
||||||
(setq-local whitespace-style nil)
|
(setq-local whitespace-style nil)
|
||||||
frame)))
|
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;
|
;; Disruptive motion errors take over the minibuffer while we're typing there;
|
||||||
;; prevent this from happening.
|
;; prevent this from happening.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue