Disable dashboard and start with the scratch buffer
This commit is contained in:
parent
53a9aff293
commit
b0cc01e0f6
2 changed files with 2 additions and 20 deletions
|
|
@ -122,25 +122,6 @@
|
|||
|
||||
(use-package dash)
|
||||
|
||||
(use-package dashboard
|
||||
:if window-system
|
||||
:config
|
||||
(dashboard-setup-startup-hook)
|
||||
:init
|
||||
(setq dashboard-center-content t
|
||||
dashboard-banner-logo-title nil
|
||||
dashboard-set-footer nil
|
||||
dashboard-show-shortcuts nil
|
||||
dashboard-startup-banner (expand-file-name
|
||||
"resources/emacs.png"
|
||||
user-emacs-directory)
|
||||
dashboard-items '((recents . 8)
|
||||
(agenda . 8))
|
||||
dashboard-display-icons-p t
|
||||
dashboard-icon-type 'nerd-icons
|
||||
dashboard-set-heading-icons t
|
||||
dashboard-set-file-icons t))
|
||||
|
||||
(use-package denote
|
||||
:bind (("C-c n n" . denote)
|
||||
("C-c n l" . denote-link)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue