Skip to content

Commit

Permalink
Merge pull request #6 from syohex/autoload
Browse files Browse the repository at this point in the history
Add autoload cookie for lazy loading
  • Loading branch information
bnbeckwith authored Oct 31, 2016
2 parents c465751 + f38f085 commit 122f90b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wc-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ operate over the entire buffer.
(setq wc-chars-delta (- (nth 2 stats) wc-orig-chars))
(wc-generate-modeline)))

;;;###autoload
(define-minor-mode wc-mode
"Toggle wc mode With no argument, this command toggles the
mode. Non-null prefix argument turns on the mode. Null prefix
Expand Down

0 comments on commit 122f90b

Please sign in to comment.