Fix 'SPC t w' when :editor word-wrap is enabled
This commit is contained in:
parent
93521ba5be
commit
efaafe9042
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@
|
|||
(:when (featurep! :lang org +pomodoro)
|
||||
:desc "Pomodoro timer" "t" #'org-pomodoro)
|
||||
:desc "Soft line wrapping" "w" #'visual-line-mode
|
||||
(:when (featurep! :ui word-wrap)
|
||||
(:when (featurep! :editor word-wrap)
|
||||
:desc "Soft line wrapping" "w" #'+word-wrap-mode)
|
||||
:desc "Zen mode" "z" #'writeroom-mode))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue