.emacs-my
changeset 371 c2aac4122192
parent 370 378a4dc8ea1c
child 372 32b54537dd10
equal deleted inserted replaced
370:378a4dc8ea1c 371:c2aac4122192
   102       ;; (set-mouse-color "white")
   102       ;; (set-mouse-color "white")
   103       (setq cursor-type 'box)           ; box, hollow, bar, hbar
   103       (setq cursor-type 'box)           ; box, hollow, bar, hbar
   104       ;;(setq blink-matching-delay 0.01)
   104       ;;(setq blink-matching-delay 0.01)
   105       (blink-cursor-mode 1)
   105       (blink-cursor-mode 1)
   106       ;; (set-face-font 'default "7x14")
   106       ;; (set-face-font 'default "7x14")
   107       (fringe-mode 'default)
       
   108       )
   107       )
   109   ;; For tty.
   108   ;; For tty.
   110   (progn
   109   (progn
   111     )
   110     )
   112 )
   111 )