|
(setq-default frame-title-format (list "Emacs " emacs-version " %f"))
(setq-default icon-title-format "Emacs - %b")
(setq default-frame-alist
'(
(width . 81)
(height . 33)
(foreground-color . "grey9")
(background-color . "grey91")
(cursor-color . "red3")
)
)
(setq initial-frame-alist
'(
(top . 0)
(left . 80)
)
)
(global-font-lock-mode t)
(setq font-lock-maximum-decoration t)
(transient-mark-mode t)
(setq query-replace-highlight t)
(setq search-highlight t)
(show-paren-mode t)
(column-number-mode t)
(setq default-major-mode 'text-mode)
(add-hook 'text-mode-hook 'turn-on-auto-fill)
(setq-default fill-column 80)
(setq-default indent-tabs-mode nil)
(setq require-final-newline t)
(setq next-line-add-newlines nil)
(cd "C:/")
(fset 'yes-or-no-p 'y-or-n-p)
(display-time)
|
|
|
All content copyright by the contributors. |
Website maintained with
Emacs ,
wsmake and
html-helper-mode |
Emacs community logo by Daniel Lundin |
Last updated on Sat Jan 22 14:49:24 2005
by Ingo Koch |
|
|
|
|