view .xemacs/init.el @ 195:5f3c36e4fd6d default tip

add target test-core which (dangerously) avoids (we hope pointless) recompilation of all the plugins
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Thu, 26 Sep 2024 17:55:56 +0100
parents acae526510e2
children
line wrap: on
line source

(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")
(load "~/lib/emacs/common-init" nil t)
(message "init 2")
(load "~/lib/emacs/pers-init" nil t)
(message "init 3")