Improve Vim start-up time and allow buffer specific state keywords

This commit is contained in:
Alex Vear
2019-09-22 22:15:28 +01:00
parent c5113592c2
commit 9e067addad
3 changed files with 7 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ WIP.
==============================================================================
4. CONFIGURATION *org-configuration*
*'g:org_state_keywords'*
*'b:org_state_keywords'* *'g:org_state_keywords'*
Value: list of strings~
Default: ['TODO', 'NEXT', 'DONE']~
@@ -47,6 +47,9 @@ strings you would like to use.
<
Note: state keywords are case sensitive.
State keywords can be set on specific buffers by using |'b:org_state_keywords'|
rather than |'g:org_state_keywords'|.
------------------------------------------------------------------------------
*'b:org_conceal_links'* *'g:org_conceal_links'*
Value: numeric~