Prepare articles for new blog generation

This commit is contained in:
Tom Willemse 2014-03-30 23:37:28 +02:00
parent 7ce5f4a6ac
commit 35c03fbe08
5 changed files with 19 additions and 0 deletions

View file

@ -1,6 +1,10 @@
#+TITLE:
#+STARTUP: showall
* C-d to close eshell :eshell:emacs:elisp:config:
:PROPERTIES:
:PUBDATE: <2013-08-17 Sat 2:25>
:END:
One of the "tricks" that I have learned to use when working with
terminals is using ~C-d~ to close them, or when working on a TTY

View file

@ -1,6 +1,10 @@
#+TITLE:
#+STARTUP: showall
* Mounting music dir before MPD :systemd:mpd:config:
:PROPERTIES:
:PUBDATE: <2013-11-24 Sun 14:03>
:END:
Systemd allows you to specify a program to run before running the main
daemon (or program) with =ExecStartPre=. This can, for instance, be used

View file

@ -1,6 +1,10 @@
#+TITLE:
#+STARTUP: showall
* Notstumpwm :notion:wm:lua:config:
:PROPERTIES:
:PUBDATE: <2013-05-24 Fri 0:10>
:END:
I have just returned from an excursion into the land of [[http://exherbo.org/][exherbo]], which
is an awesome source-based distro, and I found that while I was gone,

View file

@ -1,6 +1,10 @@
#+TITLE:
#+STARTUP: showall
* rlwrapping sbcl :sbcl:lisp:utility:
:PROPERTIES:
:PUBDATE: <2013-10-06 Sun 13:02>
:END:
[[http://sbcl.org][SBCL]] is an excellent lisp implementation. The only thing that's not so
nice about it is overly simple command-line interface. The absence of

View file

@ -2,6 +2,9 @@
#+STARTUP: showall
* Some quick git diff tips :org:lisp:config:
:PROPERTIES:
:PUBDATE: <2013-08-11 Sun 0:54>
:END:
A couple of quick tips. As you possibly know you can specify some
options to be used for diffs (and other things) per file type. The