Skip to content

Instantly share code, notes, and snippets.

@minorugh
Last active April 4, 2024 23:23
Show Gist options
  • Save minorugh/e27a50732ff05f049aac7f77a5c9e7bb to your computer and use it in GitHub Desktop.
Save minorugh/e27a50732ff05f049aac7f77a5c9e7bb to your computer and use it in GitHub Desktop.
Fixing leaf-keywords "Unrecognized keyword" error in flycheck
;; Fixing leaf-keywords "Unrecognized keyword" error in flycheck
(eval-and-compile (require 'flycheck))
(setq flycheck-emacs-lisp-package-initialize-form
(flycheck-sexp-to-string
'(progn
(with-demoted-errors "Error during package initialization: %S"
(package-initialize))
(leaf-keywords-init))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment