Created
September 13, 2022 15:43
-
-
Save flyingmachine/c0ff15e3a59af33a08f0555570259d2a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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