annotate .xemacs/init.el @ 156:ace590c2fdfc

allow use of global stash
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Mon, 04 Jul 2022 18:12:26 +0100
parents 1e5f15a1e9fa
children acae526510e2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
83
8fb11e337e23 environment improvements
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
1 (message "init 0")
8fb11e337e23 environment improvements
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
2 (defvar site-name 'cirrus "for site-specific initialisation")
8fb11e337e23 environment improvements
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
3 (message "init 1")
141
1e5f15a1e9fa mail-lib
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 136
diff changeset
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" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/mail-lib"))
101
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 95
diff changeset
5 (message "init 2")
83
8fb11e337e23 environment improvements
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
6 (load "~/lib/emacs/common-init" nil t)
101
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 95
diff changeset
7 (message "init 3")
83
8fb11e337e23 environment improvements
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
8 (load "~/lib/emacs/pers-init" nil t)
112
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 101
diff changeset
9 (require 'hideshow)
115
2bcf31c52c14 include sh-script
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 112
diff changeset
10 (require 'sh-script)
112
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 101
diff changeset
11 (message "init 4, hideshow loaded, should not be necessary")