Skip to content

Instantly share code, notes, and snippets.

@bdenning
Last active February 23, 2016 12:14
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 bdenning/71dec3778772ed653aae to your computer and use it in GitHub Desktop.
Save bdenning/71dec3778772ed653aae to your computer and use it in GitHub Desktop.
(setq backup-directory-alist `(("." . "~/.saves")))
(require 'package)
(add-to-list 'package-archives
'("melpa" . "http://melpa.milkbox.net/packages/") t)
(menu-bar-mode -1)
(load-theme 'wombat)
(set-frame-parameter nil 'font "DejaVu Sans Mono-10")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment