From 585a37b702b1c02c6c257fcf72338eb1e9216cf9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 14 Jan 2017 16:22:35 +0100 Subject: emacs: fixed build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .travis.yml | 7 +++++++ emacs/init.html | 4 ++-- 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 @@ mssola's GNU Emacs configuration - + @@ -2155,7 +2155,7 @@ too many things into my leader and these shortcuts look sensible to me).

Author: Miquel Sabaté Solà

-

Created: 2017-01-14 Sat 15:56

+

Created: 2017-01-14 Sat 16:19

Emacs 25.1.1 (Org mode 8.2.10)

Validate

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 -- cgit v1.2.3