Rename doom-fallback-buffer (variable) => doom-fallback-buffer-name

This commit is contained in:
Henrik Lissner 2018-02-01 20:06:00 -05:00
parent 7b2bbb973a
commit ca262f5e4e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 5 additions and 5 deletions

View file

@ -44,7 +44,7 @@ Possible values:
;; Bootstrap
;;
(setq doom-fallback-buffer +doom-dashboard-name
(setq doom-fallback-buffer-name +doom-dashboard-name
initial-buffer-choice #'+doom-dashboard-initial-buffer)
(add-hook 'window-setup-hook #'+doom-dashboard|init)