On Wed, Feb 20, 2019 at 12:10:53PM -0500, jonetsu wrote: > Hello, > > Subject line says it all. emacs starts with its frame split > horizontally in two as on the top is the file being opened while the > bottom part being about Gnu. Is it possible to start emacs with just > one frame, the file to edit ? (setq inhibit-splash-screen t) in your init file (~/.emacs.d/init.el or wherever it lives). You can find out where yours is by querying the variable "user-init-file", e.g. C-h v user-init-file Cheers -- tomás