emacs·EmacsbyBerserkware Good resources for customizing launch screen?View original on lemmy.ml2Comments2Reply
kkotatsuyaki beehaw.org1Hide 1 replyWhat kind of launch screen customization do people do? I used to use dashboard with copy-pasted config from its readme, but recently I've found it more useful to make it open my org note right upon launch, because that's what I do most of the time.1Reply
Björn Lindström replysocial.sdfeu.org@kotatsuyaki @Berserkware I have #emacs open on my scratch buffer, and I have it use Org mode by default. (setq inhibit-startup-screen t initial-scratch-message nil initial-major-mode 'org-mode)2Reply
2 replies
What kind of launch screen customization do people do? I used to use dashboard with copy-pasted config from its readme, but recently I've found it more useful to make it open my org note right upon launch, because that's what I do most of the time.
@kotatsuyaki @Berserkware I have #emacs open on my scratch buffer, and I have it use Org mode by default.
(setq inhibit-startup-screen t initial-scratch-message nil initial-major-mode 'org-mode)