From 08e8334226d24f45af58fd0ccf3c190bbf277e58 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 18 Jan 2017 15:17:11 +0100 Subject: emacs: added a style to the generated init.html file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'emacs/init.org') diff --git a/emacs/init.org b/emacs/init.org index af0c2e0..100c604 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -1,5 +1,6 @@ #+TITLE: mssola's GNU Emacs configuration #+AUTHOR: Miquel Sabaté Solà +#+HTML_HEAD: #+BABEL: :cache yes #+PROPERTY: header-args :tangle ~/.emacs.d/init.el @@ -634,7 +635,7 @@ whenever I use it, I want basic evil movement. And now instruct dired mode how to attach files when using mu4e. This is taken from the [[https://www.djcbsoftware.nl/code/mu/mu4e/Dired.html#Dired][mu4e documentation]], and it's available by typing -@@html:C-c@@@@html:RET@@@@html:C-a@@. +@@html:C-c RET C-a@@. #+BEGIN_SRC elisp (require 'gnus-dired) @@ -1313,6 +1314,8 @@ Will work on both org-mode and any mode that accepts plain html." ** TODO make it work with evil ** TODO Proper keybindings for quick access. +** TODO shortcuts for stuff like: create something urgent for today + * Languages First of all, define a function that identifies some warning keywords -- cgit v1.2.3