Mercurial > hg > cc > cirrus_home
view .xemacs/init.el @ 181:55169996c3bf
add support for multiple calls to srun with a counter
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Fri, 21 Jul 2023 11:38:20 +0100 |
parents | 1e5f15a1e9fa |
children | acae526510e2 |
line wrap: on
line source
(message "init 0") (defvar site-name 'cirrus "for site-specific initialisation") (message "init 1") (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")) (message "init 2") (load "~/lib/emacs/common-init" nil t) (message "init 3") (load "~/lib/emacs/pers-init" nil t) (require 'hideshow) (require 'sh-script) (message "init 4, hideshow loaded, should not be necessary")