fixed writer example

This commit is contained in:
Reed Esau
2014-01-05 18:23:58 -07:00
parent 3cb556bb17
commit 4d86681c4c

View File

@@ -118,14 +118,6 @@ let g:thematic#themes = {
\ 'font-size': 20, \ 'font-size': 20,
\ 'linespace': 6, \ 'linespace': 6,
\ }, \ },
\ 'iawriter' : { 'background': 'light',
\ 'columns': 75,
\ 'font-size': 20,
\ 'fullscreen': 1,
\ 'laststatus': 0,
\ 'linespace': 8,
\ 'typeface': 'Cousine',
\ },
\ } \ }
``` ```
@@ -247,7 +239,8 @@ for MacVim:
```vim ```vim
let g:thematic#themes = { let g:thematic#themes = {
\ 'iawriter' : { 'background': 'light', \ 'iawriter' : { 'colorscheme': 'pencil',
\ 'background': 'light',
\ 'columns': 75, \ 'columns': 75,
\ 'font-size': 20, \ 'font-size': 20,
\ 'fullscreen': 1, \ 'fullscreen': 1,