diff --git a/home/.emacs.d/init.el b/home/.emacs.d/init.el index 6909ead..dad45d2 100644 --- a/home/.emacs.d/init.el +++ b/home/.emacs.d/init.el @@ -72,6 +72,9 @@ (when (not (package-installed-p pkg)) (package-install pkg)))) +;; Disable emacs help screen +(setq inhibit-splash-screen t) + ;; Markdown Mode Configuration (autoload 'markdown-mode "markdown-mode" "Major mode for editing Markdown files" t)