mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 12:00:24 +10:00
Clean up format for dashboard keybindings.
This commit is contained in:
@@ -94,7 +94,13 @@
|
|||||||
:init ;; tweak dashboard config before loading it
|
:init ;; tweak dashboard config before loading it
|
||||||
(setq dashboard-set-heading-icons t)
|
(setq dashboard-set-heading-icons t)
|
||||||
(setq dashboard-set-file-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 'logo) ;; use standard emacs logo as banner
|
||||||
(setq dashboard-startup-banner "~/.config/doom/doom-emacs-dash.png") ;; use custom image 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
|
(setq dashboard-center-content nil) ;; set to 't' for centered content
|
||||||
|
|||||||
@@ -212,7 +212,13 @@ Emacs Dashboard is an extensible startup screen showing you recent files, bookma
|
|||||||
:init ;; tweak dashboard config before loading it
|
:init ;; tweak dashboard config before loading it
|
||||||
(setq dashboard-set-heading-icons t)
|
(setq dashboard-set-heading-icons t)
|
||||||
(setq dashboard-set-file-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 'logo) ;; use standard emacs logo as banner
|
||||||
(setq dashboard-startup-banner "~/.config/doom/doom-emacs-dash.png") ;; use custom image 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
|
(setq dashboard-center-content nil) ;; set to 't' for centered content
|
||||||
|
|||||||
Reference in New Issue
Block a user