summaryrefslogtreecommitdiff
blob: 5b81754fcc2c0b4b680fed499b6876dd18dc2934 (plain)
1
2
3
4
5
6
7
;;; cdi site-lisp configuration

(setq load-path (cons "@SITELISP@" load-path))
(autoload 'cdi-start "cdi"
  "Start the CDI interface"
  t)