1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/editors/gnuserv/pkg-message

11 lines
374 B
Plaintext
Raw Normal View History

*****************************************************************************
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)
*****************************************************************************