28 lines
646 B
EmacsLisp
28 lines
646 B
EmacsLisp
;;; cheatsheet-autoloads.el --- automatically extracted autoloads
|
||
;;
|
||
;;; Code:
|
||
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
|
||
|
||
;;;### (autoloads nil "cheatsheet" "cheatsheet.el" (22539 27682 220569
|
||
;;;;;; 346000))
|
||
;;; Generated autoloads from cheatsheet.el
|
||
|
||
(autoload 'cheatsheet-add "cheatsheet" "\
|
||
Add CHEAT to cheatsheet.
|
||
|
||
\(fn &rest CHEAT)" nil nil)
|
||
|
||
(autoload 'cheatsheet-show "cheatsheet" "\
|
||
Create buffer and show cheatsheet.
|
||
|
||
\(fn)" t nil)
|
||
|
||
;;;***
|
||
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; End:
|
||
;;; cheatsheet-autoloads.el ends here
|