Berserkware@lemmy.mlM to Emacs@lemmy.mlEnglish · 1 year agoGood resources for customizing launch screen?message-squaremessage-square2fedilinkarrow-up14arrow-down11
arrow-up13arrow-down1message-squareGood resources for customizing launch screen?Berserkware@lemmy.mlM to Emacs@lemmy.mlEnglish · 1 year agomessage-square2fedilink
minus-squarekotatsuyaki@beehaw.orglinkfedilinkEnglisharrow-up1·1 year agoWhat 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.
minus-squareBjörn Lindström@social.sdfeu.orglinkfedilinkarrow-up2·1 year ago@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)
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)