Skip to content

Instantly share code, notes, and snippets.

@baron
Created November 25, 2010 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baron/714861 to your computer and use it in GitHub Desktop.
Save baron/714861 to your computer and use it in GitHub Desktop.
keep the ui from getting in your face (looks like a dedicated terminal window)
;; just use y or n for confirmations
(defalias 'yes-or-no-p 'y-or-n-p)
;; don't use popups of any kind
(setq use-dialog-box nil)
(defalias 'message-box 'message)
;; just the frame thanks
(tool-bar-mode -1)
(scroll-bar-mode -1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment