config/emacs: change a few things on dashboard

This commit is contained in:
Sakooooo 2024-10-05 12:39:41 +04:00
parent b6f7aaf847
commit be30c61b78
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -594,8 +594,8 @@ kept-old-versions 5)
:init :init
(setq initial-buffer-choice 'dashboard-open) (setq initial-buffer-choice 'dashboard-open)
;; Set the title ;; Set the title
(setq dashboard-banner-logo-title "GET ME OUT GET ME OUT GET ME OUT") (setq dashboard-banner-logo-title "Welcome to Emacs!")
(setq dashboard-image-banner-max-height 200) (setq dashboard-image-banner-max-height 100)
;; Set the banner ;; Set the banner
(setq dashboard-startup-banner '"~/.emacs.d/icon.png") (setq dashboard-startup-banner '"~/.emacs.d/icon.png")
(setq dashboard-center-content t) (setq dashboard-center-content t)
@ -607,9 +607,7 @@ kept-old-versions 5)
(setq dashboard-icon-type 'nerd-icons) ; use `nerd-icons' package (setq dashboard-icon-type 'nerd-icons) ; use `nerd-icons' package
;; list stuff ;; list stuff
(setq dashboard-items '((recents . 3) (setq dashboard-items '((projects . 3)))
(projects . 3)
(agenda . 3)))
:config :config
(dashboard-setup-startup-hook)) (dashboard-setup-startup-hook))
#+end_src #+end_src