X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=emacs.el;h=781cd839bb00625b745a79ee16c42f42b553a45d;hb=ae03de07c48254ed13e6d41fad59ded5709215fa;hp=4328fb5d5c80a7430355d4c11005f71a1c885001;hpb=5f219784ed5b5f3a2e53591f39fef83771dd0ea0;p=elisp.git diff --git a/emacs.el b/emacs.el index 4328fb5..781cd83 100644 --- a/emacs.el +++ b/emacs.el @@ -2354,10 +2354,12 @@ proposes to visit them." ) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; My script to automatically count the number of words and characters +;; between two markers -(load "text-counters.el") +(ff/load-or-alert "text-counters.el") -;; Add them when entering the text-mode +;; Display them in the modeline when in text-mode (add-hook 'text-mode-hook 'tc/add-text-counters-in-modeline)