(custom-set-variables
;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
;; Your init file should contain only one such instance.
'(case-fold-search t)
'(current-language-environment "UTF-8")
'(default-input-method "rfc1345")
'(global-font-lock-mode t nil (font-lock))
'(show-paren-mode t nil (paren))
'(transient-mark-mode t))
'(tool-bar-mode -1)
(toggle-scroll-bar -1)
(set-background-color "black")
(set-foreground-color "white")
(display-time)
(setq display-time-24hr-format t)
(add-hook text-mode-hook turn-on-auto-fill)
(cond (window-system
(setq default-frame-alist
'(

width . 120)

height . 64)
(font . "-*-courier-medium-r-normal--32-*-*-*-*-*-UTF-8")

foreground-color . "Black")

background-color . "WhiteSmoke")

cursor-color . "MediumBlue")
(icon-type . t) ; gnu picture as Emacs icon
(icon-name . nil) ; use frame title
))
(setq frame-title-format "%b") ; set frame title to buffer name
(setq icon-title-format "%b") ; set icon title to buffer name
(setq initial-frame-alist
'((top . 1)
(left . 1)
))
))
(custom-set-faces
;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
;; Your init file should contain only one such instance.
'(default ((t (:stipple nil :background "black" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height unspecified :width extra-expanded :family "adobe-courier")))))