loot

Results 2 comments of loot

Edit file *~/.emacs.d/core/core-spacemacs.el* Comment out the following lines: ```elisp (setq inhibit-startup-screen t) (spacemacs-buffer/goto-buffer) ``` to ```elisp (setq inhibit-startup-screen nil) ;; (setq inhibit-startup-screen t) ;; (spacemacs-buffer/goto-buffer) ```