diff options
| author | Anselm R Garbe <garbeam@gmail.com> | 2008-03-13 10:24:02 +0000 | 
|---|---|---|
| committer | Anselm R Garbe <garbeam@gmail.com> | 2008-03-13 10:24:02 +0000 | 
| commit | 8aa1533879939c18c2475363db402b76b4205854 (patch) | |
| tree | 830e4f71810b88038b88a6498a37e5ad850f5784 | |
| parent | 2fc9cffdeb96dabd52bff22359a0091e1f1e2e4f (diff) | |
update
| -rw-r--r-- | config.anselm.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/config.anselm.h b/config.anselm.h index 937ab81..990575d 100644 --- a/config.anselm.h +++ b/config.anselm.h @@ -78,12 +78,14 @@ setanselmgeoms(void) {  void  anselmgeoms(const char *arg) {  	setgeoms = setanselmgeoms; +	setgeoms();  	setlayout("[]|");  }  void  defgeoms(const char *arg) {  	setgeoms = setdefaultgeoms; +	setgeoms();  	setlayout("[]=");  } | 
