diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-14 16:22:35 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-14 16:22:35 +0100 |
| commit | 585a37b702b1c02c6c257fcf72338eb1e9216cf9 (patch) | |
| tree | 0d3fec45a28aec1a36fd841d13e0ba0584a591b1 /emacs | |
| parent | cc95fcb1344b1629f180e13edcc77b4a2628ecc9 (diff) | |
| download | dotfiles-585a37b702b1c02c6c257fcf72338eb1e9216cf9.tar.gz dotfiles-585a37b702b1c02c6c257fcf72338eb1e9216cf9.zip | |
emacs: fixed build
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/init.html | 4 | ||||
| -rw-r--r-- | emacs/init.org | 2 |
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 |
