(setq view-lossage-message-count 1000)
(setq custom-file (expand-file-name ".xemacs/custom-steve.el"
(getenv "HOME")))
(load-file custom-file)
(setq-default
buffers-menu-grouping-function 'group-buffers-menu-by-mode-then-alphabetically
buffers-menu-sort-function 'sort-buffers-menu-by-mode-then-alphabetically
buffers-menu-submenus-for-groups-p t
case-fold-search t
case-replace t
debug-on-error nil
debug-on-quit nil
get-frame-for-buffer-default-instance-limit nil
gnus-directory (file-name-as-directory
(expand-file-name "Gnus" (getenv "HOME")))
message-directory (file-name-as-directory
(expand-file-name "Gnus" (getenv "HOME")))
mouse-yank-at-point t
next-line-add-newlines nil
overwrite-mode nil
require-final-newline t
teach-extended-commands-p t
teach-extended-commands-timeout 5
temp-buffer-show-function 'show-temp-buffer-in-current-frame
zmacs-regions t)
(message "variables initialiased")
Copyright © 2003 Steve Youngs
Verbatim copying and distribution is permitted in any medium,
providing this notice is preserved.
Last modified: Sat Oct 18 02:18:23 EST 2003