Skip to content

Commit

Permalink
add autoload magic comment (#9)
Browse files Browse the repository at this point in the history
* gitignore

* autoload?

* version bump
  • Loading branch information
orzechowskid committed Mar 29, 2019
1 parent 3abb79f commit 60fd61f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
*~
*.elc
3 changes: 2 additions & 1 deletion flymake-eslint.el
@@ -1,6 +1,6 @@
;;; flymake-eslint.el --- A Flymake backend for Javascript using eslint -*- lexical-binding: t; -*-

;;; Version: 1.0.1
;;; Version: 1.1.0

;;; Author: Dan Orzechowski

Expand Down Expand Up @@ -136,6 +136,7 @@ Run eslint on the current buffer, and report results using FLYMAKE-REPORT-FN. A
;; module entry point


;;;###autoload
(defun flymake-eslint-enable ()
"Enable Flymake and add flymake-eslint as a buffer-local Flymake backend."
(interactive)
Expand Down

0 comments on commit 60fd61f

Please sign in to comment.