aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.html56
-rw-r--r--emacs/init.org31
2 files changed, 85 insertions, 2 deletions
diff --git a/emacs/init.html b/emacs/init.html
index 6be151c..302ba4d 100644
--- a/emacs/init.html
+++ b/emacs/init.html
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>mssola's GNU Emacs configuration</title>
-<!-- 2017-01-18 Wed 15:09 -->
+<!-- 2017-01-18 Wed 15:25 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Miquel Sabaté Solà" />
@@ -178,6 +178,8 @@ for the JavaScript code in this tag.
</li>
<li><a href="#sec-14">14. Languages</a></li>
<li><a href="#sec-15">15. Misc</a></li>
+<li><a href="#sec-16">16. Credits</a></li>
+<li><a href="#sec-17">17. License</a></li>
</ul>
</div>
</div>
@@ -2154,10 +2156,60 @@ too many things into my leader and these shortcuts look sensible to me).
</div>
</div>
</div>
+<div id="outline-container-sec-16" class="outline-2">
+<h2 id="sec-16"><span class="section-number-2">16</span> Credits</h2>
+<div class="outline-text-2" id="text-16">
+<p>
+I've built this file by simply scavenging from other people's emacs.d/dotfiles
+repositories. I have taken lots of pieces from here and there, but most notably:
+</p>
+
+<ul class="org-ul">
+<li><a href="https://github.com/ereslibre/dotfiles">@ereslibre</a>
+</li>
+<li><a href="https://github.com/dmacvicar/dotfiles">@dmacvicar</a>
+</li>
+<li><a href="https://github.com/bbatsov/emacs.d">@bbatsov</a>
+</li>
+<li><a href="https://github.com/aaronbieber/dotfiles">@aaronbieber</a>
+</li>
+<li><a href="https://github.com/purcell/emacs.d">@purcell</a>
+</li>
+<li><a href="https://github.com/sachac/emacs.d">@sachac</a> (<a href="http://pages.sachachua.com/.emacs.d/Sacha.html">HTML version</a>)
+</li>
+<li><a href="https://github.com/larstvei/dot-emacs">@larstvei</a>
+</li>
+</ul>
+</div>
+</div>
+
+<div id="outline-container-sec-17" class="outline-2">
+<h2 id="sec-17"><span class="section-number-2">17</span> License</h2>
+<div class="outline-text-2" id="text-17">
+<div class="org-src-container">
+
+<pre class="src src-text">Copyright (C) 2014-2017 Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.
+</pre>
+</div>
+</div>
+</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: Miquel Sabaté Solà</p>
-<p class="date">Created: 2017-01-18 Wed 15:09</p>
+<p class="date">Created: 2017-01-18 Wed 15:25</p>
<p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.1.1 (<a href="http://orgmode.org">Org</a> mode 8.2.10)</p>
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
</div>
diff --git a/emacs/init.org b/emacs/init.org
index 100c604..cc50e82 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -1578,3 +1578,34 @@ too many things into my leader and these shortcuts look sensible to me).
("C-c i" . crux-find-user-init-file)
("C-c o" . crux-open-with)))
#+END_SRC
+* Credits
+
+I've built this file by simply scavenging from other people's emacs.d/dotfiles
+repositories. I have taken lots of pieces from here and there, but most notably:
+
+- [[https://github.com/ereslibre/dotfiles][@ereslibre]]
+- [[https://github.com/dmacvicar/dotfiles][@dmacvicar]]
+- [[https://github.com/bbatsov/emacs.d][@bbatsov]]
+- [[https://github.com/aaronbieber/dotfiles][@aaronbieber]]
+- [[https://github.com/purcell/emacs.d][@purcell]]
+- [[https://github.com/sachac/emacs.d][@sachac]] ([[http://pages.sachachua.com/.emacs.d/Sacha.html][HTML version]])
+- [[https://github.com/larstvei/dot-emacs][@larstvei]]
+
+* License
+
+#+BEGIN_SRC text
+ Copyright (C) 2014-2017 Miquel Sabaté Solà <mikisabate@gmail.com>
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+#+END_SRC