dpaste: 2QWJSFS

[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif] New About Yours API Help 667 bytes, Clojure Soft wrap Raw text Duplicate 1 2 3 4 5 6 7 8 9 10 11 12 13 ;; save all the things all the time ( defadvice switch-to-buffer ( before save-buffer-now activate ) ( when buffer-file-name ( save-buffer ))) ( defadvice other-window ( before other-window-now activate ) ( when buffer-file-name ( save-buffer ))) ( defadvice window-jump-left ( before other-window-now activate ) ( when buffer-file-name ( save-buffer ))) ( defadvice window-jump-right ( before other-window-now activate ) ( when buffer-file-name ( save-buffer ))) ( defadvice window-jump-down ( before oth...

Linked on 2015-12-19 18:06:41 | Similar Links