Skip to content

Commit b35987b

Browse files
committed
tweak(splash): add a banner to the splash screen
1 parent 244b883 commit b35987b

File tree

3 files changed

+140
-0
lines changed

3 files changed

+140
-0
lines changed

assets/images/minemacs-black.svg

Lines changed: 136 additions & 0 deletions
Loading

assets/images/minemacs-small.png

27.7 KB
Loading

core/me-splash.el

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
;; Vertical padding to center
3232
(insert-char ?\n padding-center)
3333

34+
(when (display-graphic-p)
35+
(insert-image (create-image (concat minemacs-assets-dir "images/minemacs-small.png")))
36+
(insert-char ?\n))
37+
3438
;; Central text
3539
(insert-char ?\s 10)
3640
(insert (propertize "MinEmacs" 'face 'bold))

0 commit comments

Comments
 (0)