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

(setq load-path (cons (concat "@SITELISP@") load-path))
;; necessary for FSF GNU Emacs only
(autoload 'gnuserv-start "gnuserv-compat"
  "Allow this Emacs process to be a server for client processes." t)