Fix fill-column toggle for vanilla users
This commit is contained in:
parent
1255ebdbd7
commit
8284f1035b
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,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
|
||||
:desc "Frame fullscreen" "F" #'toggle-frame-fullscreen
|
||||
:desc "Indent style" "I" #'doom/toggle-indent-style
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue