fix(emacs/lean-flycheck): fix eval-after-load to use library name
This commit is contained in:
parent
3bb2fb2176
commit
05b2f93d14
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ otherwise."
|
|||
:message (unless (string-empty-p message) message)
|
||||
:level level)))))
|
||||
|
||||
(eval-after-load "flycheck.el"
|
||||
(eval-after-load "flycheck"
|
||||
'(defadvice flycheck-try-parse-error-with-pattern
|
||||
(after lean-flycheck-try-parse-error-with-pattern activate)
|
||||
"Add 1 to error-column."
|
||||
|
|
Loading…
Reference in a new issue