Initial commit
This commit is contained in:
commit
99e3df82b7
28 changed files with 2639 additions and 0 deletions
11
stuff/my-autoload.el
Executable file
11
stuff/my-autoload.el
Executable 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue