aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.html4
-rw-r--r--emacs/init.org2
2 files changed, 3 insertions, 3 deletions
diff --git a/emacs/init.html b/emacs/init.html
index c142d68..8e9a60a 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-14 Sat 15:56 -->
+<!-- 2017-01-14 Sat 16:19 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Miquel Sabaté Solà" />
@@ -2155,7 +2155,7 @@ too many things into my leader and these shortcuts look sensible to me).
</div>
<div id="postamble" class="status">
<p class="author">Author: Miquel Sabaté Solà</p>
-<p class="date">Created: 2017-01-14 Sat 15:56</p>
+<p class="date">Created: 2017-01-14 Sat 16:19</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 a68216e..411dae2 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -37,7 +37,7 @@ There is no reason to track the init.el file, and no reason to change this
file. In order to ensure this, make sure to apply the following command after
cloning:
-#+BEGIN_SRC sh
+#+BEGIN_SRC sh :tangle no
git update-index --assume-unchanged emacs/init.el
#+END_SRC