| johnsu01 ( @ 2007-06-30 16:37:00 |
| Current music: | Rush -- Bastille Day |
| Entry tags: | emacs, microsoft, word |
Reading Word documents in Emacs
How did I not know about no-word.el until now?
I added to my .emacs:
;;;_ , Word documents (when (locate-library "no-word") (require 'no-word) (add-to-list 'auto-mode-alist '("\\.doc\\'" . no-word)))
Now any .doc file I visit in Emacs is run through antiword, so I can read it as
plain text.