From 05cdc26582fd9bbab9459eace8317d6acf443efa Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 11 Feb 2021 00:01:30 +0100 Subject: [PATCH] Use Emacs icon as the splash-screen banner --- +ui.el | 2 ++ assets/emacs.svg | 76 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 assets/emacs.svg diff --git a/+ui.el b/+ui.el index 083e330..1a9707e 100644 --- a/+ui.el +++ b/+ui.el @@ -16,6 +16,8 @@ doom-modeline-buffer-encoding nil) ;; Hide direnv environment variables popup (setq direnv-always-show-summary nil) +;; Change splash-screen banner +(setq fancy-splash-image "~/.doom.d/assets/emacs.svg") ;; Disable LSP documentation popup (after! lsp-ui (setq lsp-ui-doc-enable nil diff --git a/assets/emacs.svg b/assets/emacs.svg new file mode 100644 index 0000000..0ecd385 --- /dev/null +++ b/assets/emacs.svg @@ -0,0 +1,76 @@ + + + + + + + image/svg+xml + + + + + Dmitry Dzhus + + + 2007-07 + Emacs logo + + + emacs + logo + + + Emacs logo by Luis Fernandes was created in 2001. This is an SVG version created by hand from scratch in Inkscape. + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file