Skip to content

Instantly share code, notes, and snippets.

@albertstartup
Last active August 5, 2016 12:08
Show Gist options
  • Save albertstartup/adb1599b717a01b60287e2243617cdd0 to your computer and use it in GitHub Desktop.
Save albertstartup/adb1599b717a01b60287e2243617cdd0 to your computer and use it in GitHub Desktop.
Blank stage.
;;; blank-stage.el --- Blank stage.
(menu-bar-mode -1)
(setq initial-scratch-message "")
(setq inhibit-startup-message t)
(provide 'blank-stage)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment