mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 07:16:23 -05:00
28 lines
674 B
HTML
28 lines
674 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>µEMACS</title>
|
|
<style>
|
|
body {
|
|
width: 1024px ;
|
|
margin-left: auto ;
|
|
margin-right: auto ;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>µEMACS</h1>
|
|
|
|
<b>µEMACS</b> (ue) based on uEmacs/PK (em) from
|
|
<a href="https://git.kernel.org/pub/scm/editors/uemacs/uemacs.git/">kernel.org</a>.
|
|
Latest version built and tested on Cygwin, Ubuntu Linux and NetBSD.
|
|
<p>
|
|
<a href="quick.html">Quick build and install</a>
|
|
<p>
|
|
<img src="img/ue_425.png" alt="µEMACS sample screenshot">
|
|
|
|
<hr>© 2020-2024 Renaud Fivet
|
|
</body>
|
|
</html>
|