branch: externals/bluetooth
commit e15f6d0f4023e30a6a108844b9c29aa9921b1f46
Author: Raffael Stocker <[email protected]>
Commit: Raffael Stocker <[email protected]>
Revert "add local variable for flycheck mode"
This reverts commit e86e01f6acead2edb7a842ffb790f75d5f565097.
flycheck-mode causes problems with ELPA tooling.
---
bluetooth.el | 4 ----
1 file changed, 4 deletions(-)
diff --git a/bluetooth.el b/bluetooth.el
index fa5428d..9816371 100644
--- a/bluetooth.el
+++ b/bluetooth.el
@@ -3605,8 +3605,4 @@ scanning the bus, displaying device info etc."
(provide 'bluetooth)
-;; Local variables:
-;; eval: (flycheck-mode)
-;; End:
-
;;; bluetooth.el ends here