Mercurial > hg > cc > cirrus_home
annotate .xemacs/init.el @ 101:fbca56fabbac
(none)
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Mon, 19 Apr 2021 13:07:58 +0000 |
parents | 32c1c853062f |
children | bcea0410143c |
rev | line source |
---|---|
83 | 1 (message "init 0") |
2 (defvar site-name 'cirrus "for site-specific initialisation") | |
3 (message "init 1") | |
101 | 4 (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" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/c-support" )) |
5 (message "init 2") | |
83 | 6 (load "~/lib/emacs/common-init" nil t) |
101 | 7 (message "init 3") |
83 | 8 (load "~/lib/emacs/pers-init" nil t) |
9 | |
95 | 10 |