aboutsummaryrefslogtreecommitdiff
path: root/nov.el
diff options
context:
space:
mode:
authorVasilij Schneidermann <mail@vasilij.de>2019-06-11 11:22:22 +0200
committerVasilij Schneidermann <mail@vasilij.de>2019-06-11 11:22:22 +0200
commit6c295b0af30bac3a5a7ccb027af5bb2546ca1b9b (patch)
tree4450447db4696d70ec72086b45cf78d51c60df2d /nov.el
parent8e148907b5f531c007590bfa2226175c45d9c8ad (diff)
Apply directory-local variables
Diffstat (limited to 'nov.el')
-rw-r--r--nov.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/nov.el b/nov.el
index cb14867..f8b9bf3 100644
--- a/nov.el
+++ b/nov.el
@@ -727,6 +727,7 @@ Saving is only done if `nov-save-place-file' is set."
(recentf-add-file nov-file-name)))
(add-hook 'nov-mode-hook 'nov-add-to-recentf)
+(add-hook 'nov-mode-hook 'hack-dir-local-variables-non-file-buffer)
(provide 'nov)
;;; nov.el ends here