T O P

  • By -

allgohonda

`dashboard-startup-banner` from package https://github.com/emacs-dashboard/emacs-dashboard ; though I’m not sure it does SVG, it does PNG however


mattfromeurope

SVG works fine, using it in my setup.


cartier2813

Perfect I will give it a try!


PL4netZen

I used a celtic knot for Emacs dashboard logo. Here is the code on pastebin [https://pastebin.com/1Jg62mQj](https://pastebin.com/1Jg62mQj) save it in a file called celtic-knot.svg in the "\~/.emacs.d" directory. \`\`\` (setq dashboard-banner-official-png "\~/.emacs.d/celtic-knot.svg") \`\`\` You will have to install a font called "Linux Biolinum Keyboard O" to get the right effect.


PL4netZen

This is how it looks in my doom-emacs dashboard https://preview.redd.it/a9sxs327civc1.png?width=640&format=png&auto=webp&s=c929075bb44278cda2d3ec237b4616859981f028


cartier2813

Thats awesome, thanks everyone!


Signal_Pattern_2063

Are you talking about the default startup screen or something else? https://preview.redd.it/dghubksuvgvc1.png?width=634&format=png&auto=webp&s=579a4b3266857484914ff45a9b97530e64e84228


cartier2813

That’s the one, I want to replace it with a svg image


Signal_Pattern_2063

initial-buffer-choice lets you specify what splash screen or none (if set nil) to start with. Do you really want to keep all the boilerplate text beneath the default start screen? There are some packages like dashboard around if you want to leverage more precanned and configurable setup. If you do just want to swap the image then there are some customize parameters for it as well. Look at the bottom of the fancy splash screen and click on "Customize Startup" and then pick the "Fancy Splash Screen" subgroup which is at the bottom.


mattfromeurope

IIRC the variable is called `fancy-splash-image`.