Skip to content

Instantly share code, notes, and snippets.

@flyingmachine
Created September 13, 2022 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flyingmachine/c0ff15e3a59af33a08f0555570259d2a to your computer and use it in GitHub Desktop.
Save flyingmachine/c0ff15e3a59af33a08f0555570259d2a to your computer and use it in GitHub Desktop.
;; useful for fixing linting errors
(map! :leader
(:prefix-map ("y" . "my shortcuts")
(:desc "flycheck list" "l" #'flycheck-list-errors)
(:desc "flycheck next" "j" #'flycheck-next-error)
(:desc "flycheck prev" "k" #'flycheck-previous-error)
(:desc "clj clean ns" "c" #'lsp-clojure-clean-ns)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment