Use Emacs icon as the splash-screen banner

This commit is contained in:
2021-02-11 00:01:30 +01:00
parent 1a83f5159e
commit 05cdc26582
2 changed files with 78 additions and 0 deletions

2
+ui.el
View File

@@ -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