Mercurial > hg > cc > cirrus_home
comparison .xemacs/init.el @ 136:f30a1b268cea
more paths
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 21 Jul 2021 20:04:11 +0000 |
parents | 2bcf31c52c14 |
children | 1e5f15a1e9fa |
comparison
equal
deleted
inserted
replaced
135:a76cc0df2754 | 136:f30a1b268cea |
---|---|
1 (message "init 0") | 1 (message "init 0") |
2 (defvar site-name 'cirrus "for site-specific initialisation") | 2 (defvar site-name 'cirrus "for site-specific initialisation") |
3 (message "init 1") | 3 (message "init 1") |
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" )) | 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" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/dired" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/ediff")) |
5 (message "init 2") | 5 (message "init 2") |
6 (load "~/lib/emacs/common-init" nil t) | 6 (load "~/lib/emacs/common-init" nil t) |
7 (message "init 3") | 7 (message "init 3") |
8 (load "~/lib/emacs/pers-init" nil t) | 8 (load "~/lib/emacs/pers-init" nil t) |
9 (require 'hideshow) | 9 (require 'hideshow) |