From fe02e6c231dee8abad2a9f2cb1a61fd679941af6 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 16 Jan 2017 08:42:14 +0100 Subject: emacs: some fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.html | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) (limited to 'emacs/init.html') diff --git a/emacs/init.html b/emacs/init.html index 06cbcea..954cdfd 100644 --- a/emacs/init.html +++ b/emacs/init.html @@ -4,7 +4,7 @@ mssola's GNU Emacs configuration - + @@ -183,10 +183,6 @@ for the JavaScript code in this tag.

1 Preface

-

- -

-

This is my attempt of getting my configuration organized with literate programming and org-babel. I took the workflow I'm following from @larstvei. @@ -859,7 +855,7 @@ recent versions of GNU Emacs.

-Another important package is flycheck, which is a on-the-fly syntax checking +Another important package is flycheck, which is an on-the-fly syntax checking extension. This works with lots of languages with proper glue code.

@@ -1048,11 +1044,11 @@ from the mu4

10 Evil

-Forgive me, Father, for I have sinned. As I said in the Preface, I've been -exposed to modal editing through Vim, and that has changed how I view editing -for the foreseeable future. Because of this, I use Evil. The following block -includes some heavy-lifting so Evil and GNU Emacs work without hitting each -other, and it also includes some Evil extensions. +Forgive me, Father, for I have sinned. I've been exposed to modal editing +through Vim, and that has changed how I view editing for the foreseeable future. +Because of this, I use Evil. The following block includes some heavy-lifting so +Evil and GNU Emacs work without hitting each other, and it also includes some +Evil extensions.

@@ -1294,11 +1290,10 @@ the configuration. smtpmail-smtp-server server smtpmail-smtp-service port)) -;; Define the different accounts that I'm using. This is only available since -;; mu 0.9.16. - ; https://www.reddit.com/r/emacs/comments/47t9ec/share_your_mu4econtext_configs/d0fsih6 (defun mu4e-message-maildir-matches (msg rx) + "Returns true if the maildir of MSG matches the given regexp RX." + (when rx (if (listp rx) ;; if rx is a list, try each one for a match @@ -1316,7 +1311,7 @@ the configuration.

Now it's time to define the different contexts that I have. Defining contexts -this way is relatively new (since mu 0.16). +this way is relatively new (since mu 0.9.16).

@@ -2156,7 +2151,7 @@ too many things into my leader and these shortcuts look sensible to me).

Author: Miquel Sabaté Solà

-

Created: 2017-01-15 Sun 00:54

+

Created: 2017-01-16 Mon 08:38

Emacs 25.1.1 (Org mode 8.2.10)

Validate

-- cgit v1.2.3