branch: externals/jinx
commit df2b7b5799159870ac98d979d15d430584e6911d
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Revert "jinx-mode: Disable enable-dir-local-variables"
    
    This reverts commit 1e25c7dac958b9698ab854322c9bbdf09c919c93.
---
 jinx.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/jinx.el b/jinx.el
index 750d5a193c..140cd5fb5a 100644
--- a/jinx.el
+++ b/jinx.el
@@ -1056,9 +1056,7 @@ This command dispatches to the following commands:
       (jinx-mode -1)))
    (jinx-mode
     (jinx--load-module)
-    (let ((enable-local-variables :safe)
-          (enable-local-eval nil)
-          (enable-dir-local-variables nil))
+    (let ((enable-local-variables :safe) (enable-local-eval nil))
       (hack-local-variables 'ignore-mode))
     (jinx--get-org-language)
     (setq jinx--exclude-regexp

Reply via email to