aboutsummaryrefslogtreecommitdiff
path: root/emacs/init.org
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2017-01-14 16:22:35 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2017-01-14 16:22:35 +0100
commit585a37b702b1c02c6c257fcf72338eb1e9216cf9 (patch)
tree0d3fec45a28aec1a36fd841d13e0ba0584a591b1 /emacs/init.org
parentcc95fcb1344b1629f180e13edcc77b4a2628ecc9 (diff)
downloaddotfiles-585a37b702b1c02c6c257fcf72338eb1e9216cf9.tar.gz
dotfiles-585a37b702b1c02c6c257fcf72338eb1e9216cf9.zip
emacs: fixed build
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.org')
-rw-r--r--emacs/init.org2
1 files changed, 1 insertions, 1 deletions
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