ElScreen is a window manager in Emacs. It's role is very similar to that of GNU Screen in terminal emulators. This is useful if you use Emacs Lisp applications which have multiple windows.
8 lines
302 B
Text
8 lines
302 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2004/12/01 03:49:39 uebayasi Exp $
|
|
|
|
To use ElScreen, add this into your Emacs init file.
|
|
|
|
(load "elscreen" "ElScreen" t)
|
|
|
|
===========================================================================
|