diff options
author | pks <pks@pks.rocks> | 2021-04-03 09:31:43 +0200 |
---|---|---|
committer | pks <pks@pks.rocks> | 2021-04-03 09:31:43 +0200 |
commit | 177b3749c071798bcabcd61847ef9f587d17142f (patch) | |
tree | f202fc00bc4196801bc97176ed7f8ee7e6bef04d /sc-im/.scimrc | |
parent | 37e703bdbff12b5a480bfd942294f32c2a40b0c8 (diff) |
sc-im: working config
Diffstat (limited to 'sc-im/.scimrc')
-rw-r--r-- | sc-im/.scimrc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sc-im/.scimrc b/sc-im/.scimrc deleted file mode 100644 index 09aa18f..0000000 --- a/sc-im/.scimrc +++ /dev/null @@ -1,28 +0,0 @@ -set autocalc -set numeric -set numeric_decimal=0 -set overlap -set xlsx_readformulas - -# types: -#HEADINGS -#MODE -#NUMB -#STRG -#DATEF -#EXPRESSION -#CELL_ERROR -#CELL_NEGATIVE -#CELL_SELECTION -#CELL_SELECTION_SC -#INFO_MSG -#ERROR_MSG -#CELL_ID -#CELL_FORMAT -#CELL_CONTENT -#WELCOME - -#color "type=NORMAL fg=WHITE bg=BLACK bold=0" -#color "type=INPUT fg=MAGENTA bg=BLACK bold=0" -color "type=HEADINGS fg=DEFAULT_COLOR bg=BLACK bold=0" -color "type=CELL_SELECTION fg=WHITE bg=GREEN bold=1" |