Mercurial > hg > cc > cirrus_home
diff .xemacs/init.el @ 185:acae526510e2
too many overdue updates to break down
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 06 Dec 2023 13:38:58 +0000 |
parents | 1e5f15a1e9fa |
children |
line wrap: on
line diff
--- a/.xemacs/init.el Fri Sep 08 21:44:48 2023 +0100 +++ b/.xemacs/init.el Wed Dec 06 13:38:58 2023 +0000 @@ -1,11 +1,11 @@ (message "init 0") (defvar site-name 'cirrus "for site-specific initialisation") +;;; for jde??? +(fset 'custom-autoload-orig (symbol-function 'custom-autoload)) +(defun custom-autoload (a b c) (custom-autoload-orig a b)) (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")) +(load "~/lib/emacs/common-init" nil t) (message "init 2") -(load "~/lib/emacs/common-init" nil t) +(load "~/lib/emacs/pers-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") +