Initial commit

This commit is contained in:
Némunaire 2012-10-13 21:35:28 +02:00
commit 99e3df82b7
28 changed files with 2639 additions and 0 deletions

11
stuff/my-autoload.el Executable file
View file

@ -0,0 +1,11 @@
(autoload 'my-rebox-comment
"my-rebox" "Draw nice boxes around comments" t)
(autoload 'insert-fixme
"my-fixme" "Insert fixme" t)
(autoload 'save-current-configuration "revive" "Save status" t)
(autoload 'resume "revive" "Resume Emacs" t)
(autoload 'wipe "revive" "Wipe Emacs" t)
(provide 'my-autoload)