branch: elpa/exec-path-from-shell
commit ed175582450fccc49e9c8be75a64f42dd539b09b
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>
Fix local variables block formatting
---
exec-path-from-shell.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/exec-path-from-shell.el b/exec-path-from-shell.el
index ecdc4d25e2..ae623d44e3 100644
--- a/exec-path-from-shell.el
+++ b/exec-path-from-shell.el
@@ -107,7 +107,8 @@ values used in the user's shell."
;; coding: utf-8
;; indent-tabs-mode: nil
;; mangle-whitespace: t
-;; require-final-newline: t;; eval: (checkdoc-minor-mode 1)
+;; require-final-newline: t
+;; eval: (checkdoc-minor-mode 1)
;; End:
;;; exec-path-from-shell.el ends here