diff options
| author | James Nguyen <james@jojojames.com> | 2017-11-26 23:16:45 -0800 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2017-11-26 23:16:45 -0800 |
| commit | 398ab2f4db81224f37b5aea61a4ffcd911d30000 (patch) | |
| tree | 583cf680a3f4cc53a54d142b0f4edb506f08fdfd /evil-flycheck.el | |
| parent | 9ca543b74dca7301895ad91a6154878461306e8a (diff) | |
Remove hash quotes from third party packages
Diffstat (limited to 'evil-flycheck.el')
| -rw-r--r-- | evil-flycheck.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-flycheck.el b/evil-flycheck.el index 81f7d98..8bc42a9 100644 --- a/evil-flycheck.el +++ b/evil-flycheck.el @@ -38,7 +38,7 @@ flycheck-error-list-mode-map :mode flycheck-error-list-mode :bindings - "gr" #'flycheck-error-list-check-source + "gr" 'flycheck-error-list-check-source "j" 'flycheck-error-list-next-error "k" 'flycheck-error-list-previous-error)) |
