Fix void-function doom|fix-whitespace-mode-in-childframes

Function was renamed.
This commit is contained in:
Henrik Lissner 2018-09-01 16:30:17 +02:00
parent 92cfcf3627
commit 83a843bfe6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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.