Mercurial > hg > cc > cirrus_home
diff .xemacs/init.el @ 83:8fb11e337e23
environment improvements
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Sun, 14 Mar 2021 21:25:01 +0000 |
parents | |
children | 32c1c853062f |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.xemacs/init.el Sun Mar 14 21:25:01 2021 +0000 @@ -0,0 +1,9 @@ +(message "init 0") +(defvar site-name 'cirrus "for site-specific initialisation") +(message "init 1") +(load "~/lib/emacs/common-init" nil t) +(message "init 2") +(load "~/lib/emacs/pers-init" nil t) +(message "init 3") +(nconc load-path '("/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/prog-modes" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/python-modes" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/xemacs-base" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/text-modes" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/edit-utils" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/fsf-compat" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/sh-script")) +