Skip to content

Instantly share code, notes, and snippets.

@riethmayer
Created May 27, 2010 16:11
Show Gist options
  • Save riethmayer/415995 to your computer and use it in GitHub Desktop.
Save riethmayer/415995 to your computer and use it in GitHub Desktop.
;; Normal is 30pt. Screencastable is 26pt.
;;(set-face-font 'default "-apple-inconsolata-medium-r-normal--30-0-72-72-m-0-iso10646-1")
;; Color Themes
(add-to-list 'load-path (concat dotfiles-dir "vendor/color-theme"))
(require 'color-theme)
(color-theme-initialize)
;; Activate theme
(load (concat dotfiles-dir user-login-name "/color-theme-twilight.el"))
;; Normal is 30pt. Screencastable is 26pt.
(set-face-font 'default "-apple-inconsolata-medium-r-normal--16-0-72-72-m-0-iso10646-1")
(color-theme-twilight)
(load (concat dotfiles-dir user-login-name "/rvm.el"))
;; 'load-path (concat dotfiles-dir "vendor/rvm.el"))
(setenv "LUA_PATH" "?.lua;/Users/riethmayer/Projects/uni/oose10/code/util/?.lua")
(require 'rvm)
(rvm-use-default)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment