fix(emacs/lean-flycheck): fix eval-after-load to use library name

This commit is contained in:
Soonho Kong 2014-08-15 09:07:50 -07:00
parent 3bb2fb2176
commit 05b2f93d14

View file

@ -88,7 +88,7 @@ otherwise."
:message (unless (string-empty-p message) message) :message (unless (string-empty-p message) message)
:level level))))) :level level)))))
(eval-after-load "flycheck.el" (eval-after-load "flycheck"
'(defadvice flycheck-try-parse-error-with-pattern '(defadvice flycheck-try-parse-error-with-pattern
(after lean-flycheck-try-parse-error-with-pattern activate) (after lean-flycheck-try-parse-error-with-pattern activate)
"Add 1 to error-column." "Add 1 to error-column."