]> sipb.mit.edu Git - wiki.git/blobdiff - doc/UsingZephyr
(no commit message)
[wiki.git] / doc / UsingZephyr
index 20b22050b2c6c08a94601f6b0196e628295cd341..ddef7f756b953961931b7766c30fb9a1e6d146ce 100644 (file)
@@ -131,15 +131,15 @@ Where {{{foo}}} is the variable you want to set, and {{{bar}}} is the value.  Yo
 It is handy to be able to log your conversations so you can refer back to them later.  To log classes, for example:
 
 {{{
 It is handy to be able to log your conversations so you can refer back to them later.  To log classes, for example:
 
 {{{
-set classlogging on
-set classlogpath ~/path/to/class/log
+:set classlogging on
+"set classlogpath ~/path/to/class/log
 }}}
 
 And to log personals:
 
 {{{
 }}}
 
 And to log personals:
 
 {{{
-set logging on
-set logpath ~/path/to/people/log
+:set logging on
+:set logpath ~/path/to/people/log
 }}}
 
 === Colors ===
 }}}
 
 === Colors ===
@@ -161,4 +161,10 @@ What if you want to color-code your class, or a friends class?  You can create a
 {{{
 filter johndoe class johndoe
 filter johndoe -c blue
 {{{
 filter johndoe class johndoe
 filter johndoe -c blue
+}}}
+
+You can update your settings and filters without restarting your Barnowl session by:
+
+{{{
+:source ~/path/to/config/file
 }}}
\ No newline at end of file
 }}}
\ No newline at end of file