diff options
Diffstat (limited to 'emacs/init.html')
| -rw-r--r-- | emacs/init.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/emacs/init.html b/emacs/init.html index 954cdfd..6be151c 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-16 Mon 08:38 --> +<!-- 2017-01-18 Wed 15:09 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="generator" content="Org-mode" /> <meta name="author" content="Miquel Sabaté Solà" /> @@ -88,6 +88,7 @@ { background-color: #ffff00; color: #000000; font-weight: bold; } /*]]>*/--> </style> +<link rel="stylesheet" href="http://jo.mssola.com/static/style.css" type="text/css" /> <script type="text/javascript"> /* @licstart The following is the entire license notice for the @@ -172,6 +173,7 @@ for the JavaScript code in this tag. <li><a href="#sec-13-1">13.1. <span class="todo TODO">TODO</span> shortcut for making an org link, and transforming a link into a proper org link</a></li> <li><a href="#sec-13-2">13.2. <span class="todo TODO">TODO</span> make it work with evil</a></li> <li><a href="#sec-13-3">13.3. <span class="todo TODO">TODO</span> Proper keybindings for quick access.</a></li> +<li><a href="#sec-13-4">13.4. <span class="todo TODO">TODO</span> shortcuts for stuff like: create something urgent for today</a></li> </ul> </li> <li><a href="#sec-14">14. Languages</a></li> @@ -1012,7 +1014,7 @@ whenever I use it, I want basic evil movement. <p> And now instruct dired mode how to attach files when using mu4e. This is taken from the <a href="https://www.djcbsoftware.nl/code/mu/mu4e/Dired.html#Dired">mu4e documentation</a>, and it's available by typing -<kbd>C-c</kbd><kbd>RET</kbd><kbd>C-a</kbd>. +<kbd>C-c RET C-a</kbd>. </p> <div class="org-src-container"> @@ -1822,6 +1824,10 @@ Will work on both org-mode and any mode that accepts plain html." <div id="outline-container-sec-13-3" class="outline-3"> <h3 id="sec-13-3"><span class="section-number-3">13.3</span> <span class="todo TODO">TODO</span> Proper keybindings for quick access.</h3> </div> + +<div id="outline-container-sec-13-4" class="outline-3"> +<h3 id="sec-13-4"><span class="section-number-3">13.4</span> <span class="todo TODO">TODO</span> shortcuts for stuff like: create something urgent for today</h3> +</div> </div> <div id="outline-container-sec-14" class="outline-2"> @@ -2151,7 +2157,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-16 Mon 08:38</p> +<p class="date">Created: 2017-01-18 Wed 15:09</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> |
