Skip to content

Commit

Permalink
feat(checkers): add flymake-quickdef
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 19, 2023
1 parent c6ceef0 commit 8db462e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,7 @@ or file path may exist now."
"fp" #'flymake-show-project-diagnostics)

;; Use the session's load-path with flymake
(setq elisp-flymake-byte-compile-load-path
(append elisp-flymake-byte-compile-load-path load-path))
(setq elisp-flymake-byte-compile-load-path (append elisp-flymake-byte-compile-load-path load-path))

;; Larger right frings
(with-eval-after-load 'fringe
Expand Down
4 changes: 4 additions & 0 deletions modules/me-checkers.el
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
:straight t
:hook (minemacs-after-startup . flymake-collection-hook-setup))

(use-package flymake-quickdef
:straight t
:autoload flymake-quickdef-backend)


(provide 'me-checkers)

Expand Down

0 comments on commit 8db462e

Please sign in to comment.