Windows and Frames

Home

Windows are different portions visible within the same UI “window”, whereas frames are actually separate UI “windows.”

Split Window

Frame

Menus and Toolbars

To permanently hide the menubar and the toolbar, add the following to your init file:

(menu-bar-mode nil)
(tool-bar-mode nil)

Project maintained by tychobrailleur Hosted on GitHub Pages — Theme by mattgraham