Skip to content

Commit

Permalink
my-flycheck: we can only use a local fork now
Browse files Browse the repository at this point in the history
  • Loading branch information
stsquad committed Nov 1, 2023
1 parent ad89d45 commit 4824568
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion my-flycheck.el
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
(use-package flycheck-package
:ensure t)

;; The upstream package is stale so we need to use the local fork
(use-package flycheck-checkpatch
:ensure t
:load-path (lambda () (my-return-path-if-ok
"~/src/emacs/flycheck-checkpatch.git"))
:config (flycheck-checkpatch-setup)
:config (setq flycheck-checkers (delete 'checkpatch flycheck-checkers))
:config (add-to-list 'flycheck-checkers 'checkpatch t))
Expand Down

0 comments on commit 4824568

Please sign in to comment.