diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-18 15:17:11 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-18 15:17:11 +0100 |
| commit | 08e8334226d24f45af58fd0ccf3c190bbf277e58 (patch) | |
| tree | bf831a19cf8c3285ad7d4297d52e51d4130644ac /emacs/init.org | |
| parent | 09fd85e1e15a9562f68584d4430b6baa581268fe (diff) | |
| download | dotfiles-08e8334226d24f45af58fd0ccf3c190bbf277e58.tar.gz dotfiles-08e8334226d24f45af58fd0ccf3c190bbf277e58.zip | |
emacs: added a style to the generated init.html file
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.org')
| -rw-r--r-- | emacs/init.org | 5 |
1 files changed, 4 insertions, 1 deletions
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: <link rel="stylesheet" href="http://jo.mssola.com/static/style.css" type="text/css" /> #+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:<kbd>C-c</kbd>@@@@html:<kbd>RET</kbd>@@@@html:<kbd>C-a</kbd>@@. +@@html:<kbd>C-c RET C-a</kbd>@@. #+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 |
