remove emacs startup screen

This commit is contained in:
Grant Hunter 2017-06-12 21:35:21 -06:00
parent 433e10c3ae
commit 75ed460684

View File

@ -22,7 +22,7 @@
(if (display-graphic-p) (if (display-graphic-p)
(load-theme 'ubuntu t) (load-theme 'ubuntu t)
) )
(setq inhibit-startup-screen t)
;;add ternjs to emacs ;;add ternjs to emacs
(add-to-list 'load-path "~/Development/util/tern/emacs/") (add-to-list 'load-path "~/Development/util/tern/emacs/")