mirror of
https://github.com/Foltik/dotfiles
synced 2025-02-08 11:24:15 -05:00
Remove scratch buffer
This commit is contained in:
parent
4dd794f90f
commit
eef2ffeeb2
@ -399,7 +399,10 @@ Show a cool custom buffer on startup
|
||||
|
||||
:config
|
||||
(dashboard-setup-startup-hook)
|
||||
(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*")))
|
||||
(setq initial-buffer-choice (lambda ()
|
||||
(if (get-buffer "*scratch*")
|
||||
(kill-buffer "*scratch*"))
|
||||
(get-buffer "*dashboard*")))
|
||||
|
||||
:custom
|
||||
(dashboard-startup-banner 'logo)
|
||||
|
Loading…
Reference in New Issue
Block a user