Added a comment.
authorFrancois Fleuret <francois@fleuret.org>
Thu, 30 Jul 2015 19:01:23 +0000 (12:01 -0700)
committerFrancois Fleuret <francois@fleuret.org>
Thu, 30 Jul 2015 19:01:23 +0000 (12:01 -0700)
text-counters.el

index fb24df7..4f08d68 100644 (file)
 ;; Contact <francois@fleuret.org> for comments & bug reports             ;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
+;; This script automatigally count the number of characters and words
+;; between "----" markers. To activate it automatically when switching
+;; to text-mode, just add to your emacs.el
+;;
+;; (add-hook 'text-mode-hook 'tc/add-text-counters-in-modeline)
+
 (defface tc/modeline-face
   '((((background light)) (:foreground "blue4"))
     (((background dark)) (:foreground "cyan")))