Getting configs ready for DTOS launch.

This commit is contained in:
Derek Taylor
2021-10-09 21:39:41 -05:00
parent 79a705a486
commit fcd63c9525
3 changed files with 113 additions and 9 deletions

View File

@@ -162,7 +162,7 @@ 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 "Emacs Is More Than A Text Editor!")
(setq dashboard-banner-logo-title "\nKEYBINDINGS:\nOpen dired file manager (SPC .)\nOpen buffer list (SPC b i)\nFind recent files (SPC f r)\nOpen the eshell (SPC e s)\nToggle big font mode (SPC t 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
@@ -174,7 +174,7 @@ Emacs Dashboard is an extensible startup screen showing you recent files, bookma
:config
(dashboard-setup-startup-hook)
(dashboard-modify-heading-icons '((recents . "file-text")
(bookmarks . "book"))))
(bookmarks . "book"))))
#+end_src
** Dashboard in Emacsclient