Default plugins is no plugin.

This commit is contained in:
Olivier Mangin 2013-07-04 15:00:16 +02:00
parent 7c5800c79d
commit bb8243966b

View File

@ -11,7 +11,7 @@ try:
except KeyError:
DFT_EDIT_CMD = 'vi'
DFT_PLUGINS = 'texnote'
DFT_PLUGINS = ''
DFT_CONFIG = {'papers_dir' : os.path.expanduser('~/.papers'),
'doc_dir' : 'doc',