diff --git a/.config/doom/config.el b/.config/doom/config.el index 63d7823..ab397cd 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -94,7 +94,13 @@ :init ;; tweak dashboard config before loading it (setq dashboard-set-heading-icons t) (setq dashboard-set-file-icons t) - (setq dashboard-banner-logo-title "\nKEYBINDINGS:\nFind file (SPC .) Open buffer list (SPC b i)\nFind recent files (SPC f r) Open the eshell (SPC e s)\nOpen dired file manager (SPC d d) List of keybindings (SPC h b b)") + (setq dashboard-banner-logo-title "\nKEYBINDINGS:\ +\nFind file (SPC .) \ +Open buffer list (SPC b i)\ +\nFind recent files (SPC f r) \ +Open the eshell (SPC e s)\ +\nOpen dired file manager (SPC d d) \ +List of keybindings (SPC h b b)") ;;(setq dashboard-startup-banner 'logo) ;; use standard emacs logo as banner (setq dashboard-startup-banner "~/.config/doom/doom-emacs-dash.png") ;; use custom image as banner (setq dashboard-center-content nil) ;; set to 't' for centered content diff --git a/.config/doom/config.org b/.config/doom/config.org index f6b3a81..c556613 100644 --- a/.config/doom/config.org +++ b/.config/doom/config.org @@ -212,7 +212,13 @@ Emacs Dashboard is an extensible startup screen showing you recent files, bookma :init ;; tweak dashboard config before loading it (setq dashboard-set-heading-icons t) (setq dashboard-set-file-icons t) - (setq dashboard-banner-logo-title "\nKEYBINDINGS:\nFind file (SPC .) Open buffer list (SPC b i)\nFind recent files (SPC f r) Open the eshell (SPC e s)\nOpen dired file manager (SPC d d) List of keybindings (SPC h b b)") + (setq dashboard-banner-logo-title "\nKEYBINDINGS:\ +\nFind file (SPC .) \ +Open buffer list (SPC b i)\ +\nFind recent files (SPC f r) \ +Open the eshell (SPC e s)\ +\nOpen dired file manager (SPC d d) \ +List of keybindings (SPC h b b)") ;;(setq dashboard-startup-banner 'logo) ;; use standard emacs logo as banner (setq dashboard-startup-banner "~/.config/doom/doom-emacs-dash.png") ;; use custom image as banner (setq dashboard-center-content nil) ;; set to 't' for centered content