Skip to content

Instantly share code, notes, and snippets.

@ckhrysze
Last active August 29, 2015 14:02
Show Gist options
  • Save ckhrysze/64c32ab0d96a3bfcc16c to your computer and use it in GitHub Desktop.
Save ckhrysze/64c32ab0d96a3bfcc16c to your computer and use it in GitHub Desktop.
Emacs custom.el
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(js2-basic-offset 2))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
(create-solarized-theme light)
(push "/usr/local/bin" exec-path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment