Created
August 11, 2014 02:56
-
-
Save tbonza2/390c17138bfcc9951c3d to your computer and use it in GitHub Desktop.
emacs zenburn theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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