From 66723b6f916d1f6991de419bbbf3abcafaec51f9 Mon Sep 17 00:00:00 2001 From: janis Date: Mon, 15 Sep 2025 21:58:35 +0200 Subject: [PATCH] flycheck load path on nix --- init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 084b1fd..0f81702 100644 --- a/init.org +++ b/init.org @@ -1585,7 +1585,9 @@ I feel so bad for this.. but its not awful.. :straight t :defer t :hook (after-init. global-flycheck-mode) - :config) + :config + (setq flycheck-emacs-lisp-load-path 'inherit) + ) #+end_src ** Yasnippet