Skip to content

Commit

Permalink
embark; fix flycheck and flymake
Browse files Browse the repository at this point in the history
  • Loading branch information
semenInRussia committed Jun 14, 2024
1 parent c432920 commit e4f3be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lisp/editing/my-flycheck.el
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
;; things. If a `flycheck' diagnostic at point is exist, I can pres
;; "C-. ." to google the error
(leaf embark
:after flycheck
:defun ((flycheck-copy-errors-as-kill
flycheck-overlays-at
flycheck-error-message
Expand Down
2 changes: 1 addition & 1 deletion lisp/editing/my-flymake.el
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Use object DIAG which is captured with one of `embark-target-finders'"
;;
;; see `my-flycheck' for simple showcases
(leaf embark
:disabled
:after flymake
:config
(advice-add
'embark-target-flymake-at-point
Expand Down

0 comments on commit e4f3be7

Please sign in to comment.