mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
11 lines
374 B
Plaintext
11 lines
374 B
Plaintext
|
*****************************************************************************
|
||
|
|
||
|
Add following code into your .emacs to enable autoloading of gnuserv lisp
|
||
|
files:
|
||
|
|
||
|
(autoload 'gnuserv-start "gnuserv-compat"
|
||
|
"Allow this Emacs process to be a server for client processes."
|
||
|
t)
|
||
|
|
||
|
*****************************************************************************
|