From 47c3c9250b7c73945e9f8e776ec2974c28175a37 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 7 Jun 2021 19:57:32 -0700 Subject: Default Emacs homescreen is beautiful <3 --- smart-documents.org | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/smart-documents.org b/smart-documents.org index 1c3c9ee..dbe10ee 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -845,14 +845,7 @@ pipe their output to an automated ``smart document''. We replace the standard welcome screen with our own. #+BEGIN_SRC emacs-lisp :tangle yes - (setq inhibit-startup-message t) - (use-package dashboard - :config - (dashboard-setup-startup-hook) - (setq dashboard-startup-banner "Emacs") - (setq dashboard-items '((recents . 5) - (projects . 5))) - (setq dashboard-banner-logo-title "A modern professional text editor.")) + #+END_SRC *** Better parentheses -- cgit v1.2.3