From bb8243966b2f6b39e0be072c2891e917777a1537 Mon Sep 17 00:00:00 2001 From: Olivier Mangin Date: Thu, 4 Jul 2013 15:00:16 +0200 Subject: [PATCH] Default plugins is no plugin. --- papers/configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/papers/configs.py b/papers/configs.py index a46ba3b..391b1b0 100644 --- a/papers/configs.py +++ b/papers/configs.py @@ -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',