Skip to content

Instantly share code, notes, and snippets.

@cygnetix
Created August 23, 2015 07:52
Show Gist options
  • Save cygnetix/c0bd154a7fa6063f43d1 to your computer and use it in GitHub Desktop.
Save cygnetix/c0bd154a7fa6063f43d1 to your computer and use it in GitHub Desktop.
Email configuration file
(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)
(ido-mode t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment