Improve Vim start-up time and allow buffer specific state keywords
This commit is contained in:
@@ -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~
|
||||
|
||||
Reference in New Issue
Block a user