Skip to content

Instantly share code, notes, and snippets.

@lurdan
lurdan / Config.ahk
Last active September 25, 2015 03:07
bug.n customized keyconfig like xmonad.
/**
* bug.n - tiling window management
* Copyright ゥ 2010-2011 joten
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@lurdan
lurdan / flymake-todochiku.el
Created December 28, 2010 08:17 — forked from kawaguchi/flymake-growl.el
Flymakeのエラーメッセージを todochiku で通知する
(require 'flymake)
(setq flymake-growl-warning-priority 1)
(setq flymake-growl-error-priority 2)
(setq flymake-growl-warning-sticky t)
(setq flymake-growl-error-sticky t)
(setq flymake-growl-sticky-list nil)
#!/bin/sh
awk 'BEGIN{RS=ORS="\n\n";FS=OFS="\n"}/'$1'/' /usr/share/lintian/checks/*.desc