Skip to content

Commit

Permalink
Added missing autoload instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nschum committed Apr 6, 2009
1 parent 01d5946 commit 58d9bbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions full-ack.el
Expand Up @@ -30,6 +30,8 @@
;; (add-to-list 'load-path "/path/to/full-ack")
;; (autoload 'ack-same "full-ack" nil t)
;; (autoload 'ack "full-ack" nil t)
;; (autoload 'ack-find-same-file "full-ack" nil t)
;; (autoload 'ack-find-file "full-ack" nil t)
;;
;; Run `ack' to search for all files and `ack-same' to search for files of the
;; same type as the current buffer.
Expand Down

0 comments on commit 58d9bbd

Please sign in to comment.