;;; -*- Mode: Emacs-Lisp -*- ;; Stuff to be loaded especially for the MasPar und MPL ;; it is loaded first, before the other .XEMACS-files (reset-device-font-menus) ; nötig für font-menu-set-font (font-menu-set-font "fixed" nil 100) ; 10pt Font laden (set-frame-size (selected-frame) 187 73) (split-window-vertically) (other-window -1) (split-window-vertically) ;(switch-to-buffer "global.h") (other-window 1) ;(switch-to-buffer "genetic.m") (other-window 1) ;(switch-to-buffer "misc.m") ;; This adds additional extensions which indicate files normally ;; handled by cc-mode. ;;(setq auto-mode-alist ;; (append '(("\\.m$" . c-mode)) ;; auto-mode-alist)) ;; with a small font the time-digits-xpm's are too small, using ;; text-only time: (setq display-time-form-list '(time-text load mail))