9 filesupdated Jun 15, 2026
files9Download
flymake-lua.elJun 15, 2026jekyll.elJun 15, 2026LICENCEJun 15, 2026NOTICEJun 15, 2026README.mdJun 15, 2026smart-compile.elJun 15, 2026smart-tab.elJun 15, 2026tools-tests.elJun 15, 2026tools.elJun 15, 2026README
Small & useful Emacs functions.
Smart Compile
I like to have a key bound to compile, and this key should do the right thing:
if there is a Makefile in the current dir or upward, use make, else use
rake. Or, if I'm in an elisp file, just run elk tests. And saving the current
buffer before doing anything avoids most yes-or-no-p questions.
Flymake Lua
Flymake for Lua...
Jekyll
I use this to quickly create new posts, automatically using the current date.
Smart Tab
Note : this is the first and outdated version. Please have a look here instead.
I like to have word completion near the homeline, and TAB feels natural to me. But I like to have automatic indentation bound to TAB as well. Fortunately, most of the time it is easy to decide which one I need. Smart Tab does that for me.