diff options
author | Vasilij Schneidermann <mail@vasilij.de> | 2019-06-11 11:22:22 +0200 |
---|---|---|
committer | Vasilij Schneidermann <mail@vasilij.de> | 2019-06-11 11:22:22 +0200 |
commit | 6c295b0af30bac3a5a7ccb027af5bb2546ca1b9b (patch) | |
tree | 4450447db4696d70ec72086b45cf78d51c60df2d /nov.el | |
parent | 8e148907b5f531c007590bfa2226175c45d9c8ad (diff) |
Apply directory-local variables
Diffstat (limited to 'nov.el')
-rw-r--r-- | nov.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |