mirror of
https://github.com/samsonjs/cheat.el.git
synced 2026-03-25 09:15:47 +00:00
Add autoload declaration.
This commit is contained in:
parent
688d3b0ec2
commit
7b0c850f12
1 changed files with 5 additions and 0 deletions
5
cheat.el
5
cheat.el
|
|
@ -28,6 +28,10 @@
|
|||
;; sjs 2007.08.21
|
||||
;; * Cache the list of cheat sheets, update it once a day (configurable).
|
||||
;; * Strictly complete cheat sheet names.
|
||||
;;
|
||||
;; TODO: make sure all functions are namespaced under cheat-
|
||||
;;
|
||||
|
||||
|
||||
(defvar *cheat-host* "cheat.errtheblog.com")
|
||||
(defvar *cheat-port* "80")
|
||||
|
|
@ -50,6 +54,7 @@
|
|||
|
||||
;;; interactive functions
|
||||
|
||||
;;;###autoload
|
||||
(defun cheat (name &optional silent)
|
||||
"Show the specified cheat sheet.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue