gdritter repos gelpa / b5e9abb
More indexstuff Getty Ritter 8 years ago
1 changed file(s) with 21 addition(s) and 2 deletion(s). Collapse all Expand all
11 <!DOCTYPE html>
22 <html>
3 <head><title>Bar.</title></head>
3 <head><title>GELPA</title></head>
44 <body>
5 Foo.
5 <h1>Gelpa</h1>
6 <div>
7 The <a href="http://gdritter.com">Getty</a> Emacs Lisp Package Archive!
8 </div>
9 <div>
10 To use these packages with the <code>use-package</code> library,
11 you can add
12 <code><pre>
13 (add-to-list 'package-archives
14 '("gelpa" . "http://gelpa.gdritter.com/") t)
15 </pre></code> to your <code>.emacs</code> file.
16 </div>
17 <div>
18 <ul>
19 <li><code>gidl-mode</code> &mdash; major mode for editing
20 <code>gidl</code> interface files.</li>
21 <li><code>ndbl-mode</code> &mdash; major mode for editing
22 <cody>ndbl</code> configuration files.</li>
23 </ul>
24 </div>
625 </body>
726 </html>