diff options
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/README.org | 2 | ||||
| -rw-r--r-- | emacs/init.html | 12 | ||||
| -rw-r--r-- | emacs/init.org | 5 |
3 files changed, 14 insertions, 5 deletions
diff --git a/emacs/README.org b/emacs/README.org index 6ecea45..ff155ce 100644 --- a/emacs/README.org +++ b/emacs/README.org @@ -8,7 +8,7 @@ will replace itself with a tangled (=org-babel=) version of itself. Therefore, all changes should go into the =init.org= file. Moreover, I've added a function that is executed on save which generates and compiles new versions of the =init.el= file. Note that it will also generate an =init.html= file, which is -the file that I'm showing on my [[https://jo.mssola.com][personal site]]. +the file that I'm showing on my [[http://jo.mssola.com/static/init.html][personal site]]. I run GNU Emacs in daemon mode, but I don't use systemd for that. Instead, in I'm using the =-a= argument of =emacsclient= with an empty string. This 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> 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 |
