From f269f19d9aec409129ef3397d3ddddc306c2cf98 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 14 Feb 2019 00:04:24 +0100 Subject: [PATCH] Remove non-existing variable in .dir-locals --- .dir-locals.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index f003bccb5..dcd979c18 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -14,8 +14,7 @@ (org-footnote-auto-label . t) (org-footnote-define-inline . nil) (org-footnote-section . "Footnotes") - (org-hide-emphasis-markers . nil) - (org-list-description-max-indent . 5))) + (org-hide-emphasis-markers . nil)))