this post was submitted on 07 Jun 2023
4 points (100.0% liked)

Emacs

44 readers
1 users here now

Our infinitely powerful editor.

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] kotatsuyaki 1 points 1 year ago (2 children)

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.

[–] ZuCO 2 points 1 year ago

I have never used one (opens to scratch buffer) but I've seen some really well configured start screens and this is making me want to build one - will report back if I actually put something together.

[–] bkhl@social.sdfeu.org 2 points 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)