Show
Ignore:
Timestamp:
07/25/08 13:52:51 (6 months ago)
Author:
junichiro
Message:

.emacs まわりをいろいろと整理した。(あとgit の練習も兼ねて)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/emacs/junichiro/.emacs.d/conf/init-window.el

    r7450 r16402  
    22(setq default-frame-alist 
    33      (append (list 
    4                '(foreground-color . "#eeeeee") 
    5                '(background-color . "#000033") 
    6                '(border-color . "red") 
    7                '(mouse-color . "#ffffff") 
    8                '(cursor-color . "#ffff00") 
    9                '(width . 130) 
    10                '(height . 40);small-fontset 
    11                '(top . 25) 
    12                '(left . 210) 
    13                '(vertical-scroll-bars . right)) 
    14               default-frame-alist)) 
     4               '(foreground-color . "#eeeeee") 
     5               '(background-color . "#000033") 
     6               '(border-color . "#ff0000") 
     7               '(mouse-color . "#ffffff") 
     8               '(cursor-color . "#ffff00") 
     9               '(width . 130) 
     10               '(height . 40);small-fontset 
     11               '(top . 25) 
     12               '(left . 210) 
     13               '(vertical-scroll-bars . right)) 
     14              default-frame-alist)) 
    1515(set-face-background 'modeline "#006600")