diff options
| -rw-r--r-- | .travis.yml | 7 | ||||
| -rw-r--r-- | emacs/init.html | 4 | ||||
| -rw-r--r-- | emacs/init.org | 2 |
3 files changed, 10 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 75eaadc..daaf63b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,13 @@ before_install: - git clone https://github.com/rejeep/evm.git $HOME/.evm - export PATH=$HOME/.evm/bin:$PATH + # mu4e + - sudo apt-get -qq update + - sudo apt-get install -y maildir-utils + - wget https://github.com/djcb/mu/releases/download/0.9.18/mu-0.9.18.tar.gz + - tar xzvf mu-0.9.18.tar.gz + - sudo cp -r mu-0.9.18/mu4e /usr/share/emacs/site-lisp/ + - evm config path /tmp - evm install $EVM_EMACS --use --skip 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 |
