replace doom with standard logo

This commit is contained in:
Thomas Ruoff
2020-05-03 00:39:56 +02:00
committed by Thomas Ruoff
parent e97d64f430
commit 7f2f035846
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
(setq user-full-name "Thomas Ruoff")
(setq user-mail-address "thomasruoff@gmail.com")
(setq fancy-splash-image "~/.doom.d/emacs-doom-dashboard.png")
(eval-after-load 'js-mode
'(add-hook 'js-mode-hook #'add-node-modules-path))