Skip to content

Instantly share code, notes, and snippets.

@tbonza2
Created August 11, 2014 02:56
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 tbonza2/390c17138bfcc9951c3d to your computer and use it in GitHub Desktop.
Save tbonza2/390c17138bfcc9951c3d to your computer and use it in GitHub Desktop.
emacs zenburn theme
(require 'package)
(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/"\
) t)
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
(load-theme 'zenburn t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment