From af2eed664cb5b0688d9564366edf6935275135c5 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 13 Oct 2022 20:23:02 +0200 Subject: [PATCH] Activate flycheck for emacs lisp --- config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/config.org b/config.org index 82c1f81..38edea9 100644 --- a/config.org +++ b/config.org @@ -1565,6 +1565,7 @@ Source: [[https://www.flycheck.org][flycheck.org]] #+begin_src emacs-lisp (use-package flycheck + :config (setq-default flycheck-emacs-lisp-load-path 'inherit) :init (global-flycheck-mode)) #+end_src