Add some usage notes to factor.el

darcs
wayo.cavazos 2006-08-18 00:41:56 +00:00
parent 17c0b51991
commit 03cef56240
1 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,24 @@
;; Eduardo Cavazos - wayo.cavazos@gmail.com
;; Add these lines to your .emacs file:
;; (load-file "/scratch/repos/Factor/contrib/factor.el")
;; (setq factor-binary "/scratch/repos/Factor/f")
;; (setq factor-image "/scratch/repos/Factor/factor.image")
;; Of course, you'll have to edit the directory paths for your system
;; accordingly.
;; That's all you have to do to "install" factor.el on your
;; system. Whenever you edit a factor file, Emacs will know to switch
;; to Factor mode.
;; M-x factor-listener === Start a new factor listener inside Emacs
;; M-x factor-listener-restart === Restart a factor listener whose
;; session has ended.
;; BUG: A double quote character on a commented line will break the
;; syntax highlighting for that line.
(defgroup factor nil
"Factor mode"