Emacs and Elisp
- Emacs Version Check
Retrieve the Emacs version number in Elisp.
- Org-mode Literal Examples
Demonstrates a few useful functionalities for writing documents (especially documents that contain source code) in org-mode.
- Introducing Impatient-mode
With impatient-mode, you can “see your HTML rendered as you type it”.
- Skewer – Emacs Live Browser Interaction
Similar to impatient-mode, but skewer works better with JavaScript.
- How to periodically run a task within Emacs?
As titled.
- A Handy Emacs Package Configuration Macro
This macro can simply the Emacs configuration file and speed up the Emacs initialization process.
My own configuration file is not yet be simplified, but this article shows me the power of Lisp macro again.
- The Limits of Emacs Advice
As titled.
- Emacs Spotify Client in Elisp 16min
As titled. It’s a very good demonstration of the bottom up coding style.
IT MISC
- Leaving Gmail Behind
Setup your own mail server.
- Long Live WebGL
An introduction to WebGL. It compared WebGL and OpenGL ES.