branch: externals/bluetooth commit e86e01f6acead2edb7a842ffb790f75d5f565097 Author: Raffael Stocker <r.stoc...@mnet-mail.de> Commit: Raffael Stocker <r.stoc...@mnet-mail.de>
add local variable for flycheck mode --- bluetooth.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bluetooth.el b/bluetooth.el index 9816371..fa5428d 100644 --- a/bluetooth.el +++ b/bluetooth.el @@ -3605,4 +3605,8 @@ scanning the bus, displaying device info etc." (provide 'bluetooth) +;; Local variables: +;; eval: (flycheck-mode) +;; End: + ;;; bluetooth.el ends here