From: Jessica Hamrick Date: Sun, 14 Sep 2008 19:26:47 +0000 (-0500) Subject: (no commit message) X-Git-Tag: trac~218 X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/bb6fd584661e48027da4137d153fa6062a070ff8?hp=a54e83ec287dbbd8d87926c1d24bf40a0d0c49f3 --- diff --git a/doc/UsingZephyr b/doc/UsingZephyr index 20b2205..ddef7f7 100644 --- a/doc/UsingZephyr +++ b/doc/UsingZephyr @@ -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: {{{ -set classlogging on -set classlogpath ~/path/to/class/log +:set classlogging on +"set classlogpath ~/path/to/class/log }}} And to log personals: {{{ -set logging on -set logpath ~/path/to/people/log +:set logging on +:set logpath ~/path/to/people/log }}} === 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 +}}} + +You can update your settings and filters without restarting your Barnowl session by: + +{{{ +:source ~/path/to/config/file }}} \ No newline at end of file