Fix #4035: fill-column toggle
This commit is contained in:
parent
2f57386aa0
commit
729e8d8f39
2 changed files with 8 additions and 9 deletions
|
@ -651,7 +651,7 @@
|
|||
(:prefix-map ("t" . "toggle")
|
||||
:desc "Big mode" "b" #'doom-big-font-mode
|
||||
(:when (featurep! :ui fill-column)
|
||||
:desc "Fill Column Indicator" "c" #'+fill-column-enable-h)
|
||||
:desc "Fill Column Indicator" "c" #'+fill-column/toggle)
|
||||
:desc "Flymake" "f" #'flymake-mode
|
||||
(:when (featurep! :checkers syntax)
|
||||
:desc "Flycheck" "f" #'flycheck-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue