fix(syntax): update flycheck binding check
This commit is contained in:
parent
6c6cf955e7
commit
833be11368
1 changed files with 2 additions and 1 deletions
|
@ -762,7 +762,8 @@
|
||||||
:desc "Big mode" "b" #'doom-big-font-mode
|
:desc "Big mode" "b" #'doom-big-font-mode
|
||||||
:desc "Fill Column Indicator" "c" #'global-display-fill-column-indicator-mode
|
:desc "Fill Column Indicator" "c" #'global-display-fill-column-indicator-mode
|
||||||
:desc "Flymake" "f" #'flymake-mode
|
:desc "Flymake" "f" #'flymake-mode
|
||||||
(:when (modulep! :checkers syntax)
|
(:when (and (modulep! :checkers syntax)
|
||||||
|
(not (modulep! :checkers syntax +flymake)))
|
||||||
:desc "Flycheck" "f" #'flycheck-mode)
|
:desc "Flycheck" "f" #'flycheck-mode)
|
||||||
:desc "Frame fullscreen" "F" #'toggle-frame-fullscreen
|
:desc "Frame fullscreen" "F" #'toggle-frame-fullscreen
|
||||||
:desc "Evil goggles" "g" #'evil-goggles-mode
|
:desc "Evil goggles" "g" #'evil-goggles-mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue