Created
          May 27, 2010 16:11 
        
      - 
      
 - 
        
Save riethmayer/415995 to your computer and use it in GitHub Desktop.  
  
    
      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
    
  
  
    
  | ;; 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