gdritter repos gelpa / master index.html
master

Tree @master (Download .tar.gz)

index.html @masterraw · history · blame

<!DOCTYPE html>
<html>
  <head><title>GELPA</title></head>
  <body>
    <h1>GELPA &mdash;
      Getty's Emacs Lisp Package Archive
    </h1>
    <div>
      To use these packages with the <code>use-package</code> library,
      you can add
<code><pre>(add-to-list 'package-archives
  '("gelpa" . "http://gelpa.gdritter.com/") t)</pre></code>
to your <code>.emacs</code> file.
    </div>
    <div>
	  Packages in <code>gelpa</code> include:
      <ul>
		<li><code>adnot-mode</code> &mdash; minimal major mode for editing
		  <a href="https://github.com/aisamanra/adnot-mode"><code>Adnot</code></a>
		  human-readable data files.
		</li>
        <li><code>electric-boogaloo-mode</code> &mdash; minimal major mode for editing
          <a href="https://github.com/aisamanra/electric-boogaloo">
			<code>electric boogaloo</code></a> source files.</li>
        <li><code>gidl-mode</code> &mdash; minimal major mode for editing
          <a href="https://github.com/GaloisInc/gidl"><code>gidl</code></a> interface files.</li>
        <li><code>ndbl-mode</code> &mdash; minimal major mode for editing
          <a href="https://github.com/aisamanra/ndbl"><code>ndbl</code></a> configuration files.</li>
        <li><code>pico-ml-mode</code> &mdash; minimal major mode for editing
          <code>PicoML</code> source files.</li>
        <li><code>suppl-mode</code> &mdash; minimal major mode for editing
          <code>SUPPL</code> source files.</li>
        <li><code>telml-mode</code> &mdash; minimal major mode for editing
          <a href="https://github.com/aisamanra/telml"><code>TeLML</code></a> markup files.</li>
      </ul>
    </div>
  </body>
</html>